/* Normalizes margin, padding */
body, div dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size : 100%; }

/* Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight: normal; }

/* Removes border-style and spacing for tables */
table { border-collapse : collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img { border : 0; }

/* Left-aligns text in caption and th */
caption, th { text-align : left; }

/* Removes quotations marks from q */
q:before, q:after { content :'';}

strong {font-weight: bold; font-size: 1.1em; color: #666;}


/* layout.css */

html {
	background: #CFE0E6 url(http://www.betonma.be/images/bg_html.gif) top left no-repeat;
}

body {
	font: 62.5%/1.6em Arial, Helvetica, Verdana, sans-serif;
	word-spacing: 2px;
	color: #444;
	margin: 20px 0;
	background: url(http://www.betonma.be/images/bg_body.gif) right 400px no-repeat;
}

* {
	margin:0;
	padding:0;
	
}

a {
	color:#4494ab;
}
a:hover {
	text-decoration:none;
}

#wrapper {
	background:#fff;
	width: 943px;
	margin:0 auto;
	padding: 10px;
	border: 2px solid #4494ab;
}

#header {
	padding:0 10px 10px 0px;
	margin:0;
	position: relative;
}

#header h1 {
	color:#F90069;
	font:230% Helvetica, Arial, sans-serif;
	text-indent: -9999px;
	position: absolute;
	letter-spacing:-1px;
	text-transform:uppercase;
}
#header h1 a {
	color:#046992;
	text-decoration:none;
}

#header a img {border: none;}

#header h2 {
	color: #b2b2b2;
	font: 1.8em/1.2em Arial;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 10px;
}

#header form {
	float:right;
}

#header form input {
	padding:2px;
	font:110% Verdana;
	color:#777;
	border:1px solid #ccc;
}

.clear {
	clear:both;
}

.menu {
	background:url(http://www.betonma.be/images/menu.png) right 2px  repeat-x #fff;
	height: 30px;
	position: relative;
	border-top: 1px solid #047391;
}

ul#lang {
position: absolute;
right: 0;
top: -2em;
}

ul#lang li {
display: inline;
}

ul#lang li a {
display: block;
float: left;
padding: 0 5px;
color: #047391;
font-weight: bold;
text-decoration: none;
font-size: 1.2em;
}

ul#nav {
	height: 32px;
	margin-right: 12px;
	border-bottom: 1px solid #047391;	
}

ul#nav li {
	list-style:none;
	float:left;
	padding-top: 2px;
	height: 28px;
	
}

.clear {
	clear:both;
}

ul#nav li a {
	height: 18px;
	background:url(http://www.betonma.be/images/nav_a-hover.png) top repeat-x #046992;
	display:block;
	width:120px;
	padding:5px;
	border-right:1px solid #fff;
	color:#fff;
	text-decoration:none;
letter-spacing: .05em;
font-variant: small-caps;
	font-size: 1.3em;
	
}

ul#nav li a:hover {
	background:url(http://www.betonma.be/images/nav_a-hover.png) bottom repeat-x #046992;
}

ul#nav li a em {
	font-style:normal;
	text-decoration:underline;
}



#sidebar {
	width:300px;
	float:right;
	margin:5px 12px 0 0!important;
	margin:5px 6px 0 0;
}

#sidebar #spotlight {
	background:url(http://www.betonma.be/images/sidebar_bottom.png) bottom right no-repeat #DBDBDB;
	color: #555;
}

#sidebar h1 {
	background:#047391;
	color:#E8E8E8;
	font: 2.0em bold "Verdana" ;
	padding: 10px;
	border-bottom: 3px solid #fff;
}

#sidebar p {
	padding:10px 20px;
	margin:0 0 10px 0;
	font-size:1.2em;
}

#sidebar p.first {
	text-align: center;
	padding:20px;
	letter-spacing: .05em;
}

#sidebar h2 {
	font:bold 1.3em Arial;
	letter-spacing: .05em;
	color:#4494ab;
	border-bottom:1px solid #ccc;
	margin:10px;
}

#sidebar h2 a:link, #sidebar h2 a:visited {
	color:#4494ab;
        text-decoration: none;
}

#sidebar h3 {
	font:90% Verdana;
	text-transform:uppercase;
	margin:0 10px;
	color:#333;
	letter-spacing:1px;
	font-weight:bold;
}

#sidebar ul,ol {
	margin:0 0 0 30px;
	padding:5px;
}

#sidebar ul li {
	padding:3px;
        font-size: 1.2em;
}

#sidebar ul li a {
display: block;
font-weight: bold;
text-decoration: none;
}

#sidebar ul li.product {
margin-left: -20px;
}

#sidebar ul li.product a {
display: block;
padding: 3px;
color: #047391;
}

#sidebar ul li a:hover {
text-decoration: underline;
}


#sidebar form {
	padding:10px;
	margin-right:20px;
	margin-left: 10px;
}

#sidebar form label {
	color:#666;
	display:block;
	font-size: 1.2em;
	padding-top: 4px;
}

#sidebar form input {
	display: block;
	width:96%;
	border:1px solid #ddd;
	padding:4px;
	margin:0;
	font-size:1.2em;
}

#sidebar form textarea {
	width:96%;
	border:1px solid #ddd;
	padding:4px;
	margin:0 0 10px 0;
	font-size:1.5em;
}







#content {
	margin:5px 318px 0 0 !important;
	
}

#content .first {
	background: #0483a4 url(http://www.betonma.be/images/intro.png) right top repeat-y;
	position: relative;
	height: 154px;
}

#content .first img {
position: absolute;
top: 0;
right: 0;
}

#content .first h2 {	
	color: #E8E8E8;
	background: none;
	padding: 10px 0 0 10px;
	font: 2.4em bold "Verdana" ;
	text-transform: none;
	font-variant: small-caps;
}

#content .first p {
	color:#E8E8E8;
	line-height: 1.5em;
	width: 400px;
	letter-spacing: .05em;
}
#content .first p.more {
padding: 0;
color: #333;
}
#content .first p.more a:link, #content .first p.more a:visited {
	color:#FFBF00;
	font-weight: bold;
	text-decoration:none;
}

#content .first p.more a:hover {
	text-decoration: underline;
}




#content p {
	line-height:27px;
	margin:10px 15px;
	padding:5px;
	font-size: 1.2em;
}

#content ul#producten {
	margin: 0;
	padding: 0;
	width: 625px;
	float: left;
	border-top: 1px dotted #047391;
	margin-top: 2px;
}

#content li.product {
width: 312px;
float: left;
position: relative;
border-top: 1px dotted #ccc;
}

#content li.product span {
float: right;
color: #666;
font-weight: bold;
font-size: 1.1em;
margin-top: -.5em;
margin-bottom: 1em;
margin-right: 2em;
}

#content li.product h2 {
	font:2.5em "Arial";
	color:#047391;
	padding:15px 15px 0px 15px;
	text-transform:uppercase;
}

#content li.product h2 a {
display: block;
color: #047391;
}



#content li.product h2 a:hover {
color: #4494ab;
}



#content li.product p a {
}



#content li.product p {
	margin-top:0;
}


#content li.product p a img {
padding: 2px;
background: #fff;
border: 1px solid #047391;
border-bottom-width: 6px;
}


#content li.product p a:hover img {
border-color: #4494ab;
}



/*---- Start of ProductGamma ----*/
/* Algemeen */
.productgamma #content ul#producten {
border-top: none;
}

.productgamma #content li.product {
float: none;
clear: left;
width: auto;
}

.productgamma #content li.product h2 a {
font-size: .5em;
font-weight: bold;
}

.productgamma #content li.product img{
float: left;
}

.productgamma #content li.product a img {
margin: 10px 10px 10px 0px;
padding: 2px;
background: #fff;
border: 1px solid #047391;
border-bottom-width: 6px;
}


.productgamma #content li.product a:hover img {
border-color: #4494ab;
}

.productgamma #content li.product span {
float: none;
padding-left: 20px;
display: none;
}

/* Productlijn */
.productgamma #content div {
overflow: auto;
}

.productgamma #content div ul {
list-style: disc;
font-size: 1.3em;
line-height: 1.8em;
}

.productgamma #content h4 {
margin: 10px;
color: #666;
font-variant: small-caps;
letter-spacing: .1em;
font-size: 1.5em;
}

.productgamma #content div h4 {
clear: both;
}

.productgamma #content ul#items {
font-size: 1.3em;
font-weight: bold;
}

.productgamma #content div img {
margin: 10px 10px 10px 0px;
padding: 2px;
background: #fff;
border: 1px solid #047391;
border-bottom-width: 6px;
}

.productgamma #content div#productlijn h2 {
padding-bottom: 0;
margin-bottom: -10px;
}

/*---- eo ProductGamma ----*/


/*---- Producten ----*/
body.producten #content h2 {
padding:15px 15px 0 0px;
margin-bottom: -10px;
}

.producten #content h4 {
margin: 15px 10px 0 5px;
color: #666;
font-variant: small-caps;
letter-spacing: .1em;
font-size: 1.5em;
}

body.producten #content p {
margin-left:-2px;
overflow: auto;
}

body.producten #content p > img {
margin: 7px 8px 0 8px;
padding: 2px;
background: #fff;
border: 1px solid #047391;
border-bottom-width: 6px;
}

body.producten #content table {width: 624px; margin: -10px; font-size: 1.1em; background-color: #eee; text-align: right;}
body.producten #content table .rh {font-weight: bold; width:110px; padding-left: 10px; text-align: left; padding-bottom: 5px; padding-top: 5px;}
body.producten #content table .ch {font-weight: bold;padding-top: 10px;}
body.producten #content table .row {background-color: #fff;}

.producten #content ul {
list-style: disc;
font-size: 1.3em;
line-height: 1.8em;
margin-top: 10px;
}

/*---- eo Producten ----*/

#content h2 {
	font:2em "Arial";
	color:#047391;
	padding:15px 15px 15px 0px;
	text-transform:uppercase;
}

#content h2 a {
	color:#333;
	text-decoration:none;
}

#content p img {
	float:left;
	margin:0 10px 0 0;
	padding:1px;
	background:#ccc;
	border:4px solid #eee;
}

#content h3 {
	font-size: 1.3em;
	color: #b2b2b2;
	margin: -10px 18px;
}

blockquote {
	margin:0 0 0 20px;
	border-left:2px solid #ccc;
}

#content ul {
	margin:0 0 0 40px;
}

#content form {
	padding:10px;
	margin:20px;
	border:1px solid #ccc;
}

#content form label {
	font-weight:bold;
	color:#444;
	display:block;
}

#content form input {
	width:96%;
	border:1px solid #ddd;
	padding:4px;
	margin:5px 0 10px 0;
	font:90% Verdana;
}

#content form textarea {
	width:96%;
	border:1px solid #ddd;
	padding:4px;
	margin:5px 0 10px 0;
	font:90% Verdana;
}

#footer {
	text-align: right;
	clear: both;
	margin:30px 0 0 0;
	border-top:1px dotted #047391;
	padding:20px;
	font:90% Verdana;
	color:#999;
}

#footer a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
	



/*----- Tab Layout Producten -----*/
body.producten #content ul.shadetabs{
background: #CFE0E6 ;
padding: 10px 0 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 1em Verdana;
text-transform: uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #919DA1;
border-top: 1px solid #047391;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-left: 10px;
border: 1px solid #919DA1;
color: #047391;
background: #fff;
}

.shadetabs li a:visited{
color: #047391;
}

.shadetabs li a:hover{
color: #4494ab;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

body.producten #content div#country1 ul {
font-size: 1.2em;
list-style: disc;
}

body.producten #content div#country1 ul li {
line-height: 1.5em;
}
body.producten #content div#country3 p img {
border: none;
}

/*---- Contact ----*/
.contact #content fieldset {
font-size: 1.3em;
}

.contact #content fieldset p {
font-size: 1em;
}

.contact #content fieldset p label {
color: #777;
}
/*---- eo Contact ----*/

/*---- Nieuws ----*/
.nieuws #content ul#producten{
border-top: none;
}

.nieuws #content li.product {
float: none;
clear: left;
width: auto;
}

.nieuws #content li.product h2 a {
font-size: .5em;
font-weight: bold;
}

.nieuws #content li.product img{
float: left;
}

.nieuws #content li.product a img {
margin: 10px 10px 10px 0px;
padding: 2px;
background: #fff;
border: 1px solid #047391;
border-bottom-width: 6px;
}


.nieuws #content li.product a:hover img {
border-color: #4494ab;
}

.nieuws #content li.product span {
display: block;
float: none;
text-align: right;
}

.nieuws #content ul li span.date {
float: left;
margin: 15px 10px;
width: 60px;
height: 80px;
background: url(http://www.betonma.be/images/kalender.png) no-repeat top center;
color: #047391;
font-size: 30px;
text-align: center;
}

.nieuws #content ul li span.date em {
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
display: block;
padding: 7px 0px;
color: #eee;
letter-spacing: 1px;
}
/*---- eo Nieuws ----*/