/* CSS Document */
* { margin: 0; padding: 0; }
img { border: 0; }
img.left { float: left; margin: 0 10px 20px 0; }
img.right { float: right; margin: 0 0 20px 10px; }
body {
	background: url(images/bg_wrapper.gif) 610px 0px repeat-y;
	font-family: Arial;
	font-size: 12px;
}

h1 {
	display: block;
	width: 400px;
	height: 65px;
	background: url(images/bg_h3.gif) 420px 0px no-repeat;
	color: white;
	font-size: 21px;
	padding: 10px 190px 0 20px;
	font-family: "Trebuchet MS" Arial;
}

h2 {
	font-size: 13px;
	color: #023185;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 13px;
	color: #656565;
}

h4 {
	margin: 16px 0 3px 5px;
	color: #023185;
	font-size: 14px;
}

hr {
	clear: both;
	visibility: hidden;
}

#wrapper { 
	width: 755px;
}

#header_wrap {
	width: 100%;
	height: 205px;
	background: white url(images/bg_body.gif) 0px 58px repeat-x;
}

#header {
	width: 755px;
	height: 129px;
}

	#header #logo_cemex {
		float: left;
		width: 360px;
		height: 75px;
		margin: 0 0 1px 0;
	}
	
	#header #menu_top {
		width: 395px;
		float: right;
		margin: 58px 0 1px 0;
	}
		#header #menu_top li { list-style: none; float: left; }
		#header #menu_top a {
			display: block;
			float: left;
			text-decoration: none;
		}
		
		#header #menu_top a span { display: none; }
		
	#header #menu_middle {
		width: 816px;
	}
		#header #menu_middle li { list-style: none; float: left; }
		#header #menu_middle a {
			display: block;
			float: left;
			text-decoration: none;
		}
		
		#header #menu_middle a span { display: none; }
		
#suche {
	position: absolute;
	left: 610px;
	top: 129px;
	width: 206px;
	height: 74px;
	background: url(images/bg_suche.gif) no-repeat;
	font-size: 11px;
	padding: 17px 0 0 35px;
}
	#suche .inputbox {
		width: 102px;	
		height: 14px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 0px;
		border-bottom: 0px;
		font-size: 10px;
	}
	#suche .search {
		background: #EFC618;
		background-image: url(images/bg_search.gif);
		background-repeat: no-repeat;
		background-position: center;
		width: 23px;
		height: 17px;
		color: #EFC618;
		border: none;
	}
		
#content {
	width: 550px;
	float: left;
	font-size: 13px;
	color: #656565;
	padding: 30px 40px 0 20px;
}
	#content p { margin: 0 0 15px 0; }
	#content a { color: #023185; }
	#content a:hover { color: #666666; }
	#content p em {font-style:normal; }
	#content p strong {font-weight:normal; }

#teaser {
	width: 145px;
	float: right;
	font-size: 11px;
	line-height: 18px;
}
	#teaser p { margin: 0 5px 18px 5px; }
	#teaser a { color: #023185; }
	#teaser a:hover { color: #666666; }
	
#plz_box {
	border: 3px solid #023185;
	padding: 0;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
	#plz_box h5 { padding: 0 3px 0 3px; margin: 0; 	font-size: 12px;}
	#plz_box p { margin: 10px 0 5px 3px; }
	
#footer {
	width: 580px;
	color: #656565;
	font-size: 11px;
	padding: 30px 0 20px 20px;
}	
	#footer li { list-style: none; display: inline; }
	#footer a {
		display: inline;
		color: #023185;
		padding: 0 10px 0 0;
	}
	#footer a:hover { color: #666666; }

#news {
	width: 540px;
	color: #656565;
	font-size: 11px;
	padding: 30px 0 20px 20px;
}	
	#news li { list-style: none; display: inline; }
	#news a {
		display: inline;
		color: #023185;
		padding: 0 10px 0 0;
	}
	#news a:hover { color: #666666; }


