/* -----  General Properties  ----------------------------------------  */


body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: small;
	background: #fff url(../html/media/map2.jpg) no-repeat left top;
	width: 100%;
	}

*html body{
	font-size: x-small; /*for IE5/Win*/
	f\ont-size: small; /*for other IE versions */
	}

	
/* -----  Layout Homepage  -------------------------------------------  */

#top { width: 1000px; height: 125px; position: relative; }
#search { position: absolute; bottom: 0px; left: 34px; }
#language { position: absolute; bottom: 0px; left: 806px; height: 16px; }
#language img { margin-right: 4px; }

#wrap_main { 
	background: url(../html/media/repeater.jpg) repeat-x top left; 
	margin: 5px 0 0 0;
}

#main { width: 1000px; }

/* Noch herausfinden, warum IE yamlbuilder_iepatch.css nicht includiert...!!! */
* html #main { width: 1000px !important; }

#logo { width: 1000px; }

#col1 { width: 278px; }
#col2 { width: 180px; margin-left: 5px; }
#col3 { width: 520px; margin-left: 278px; }
* html #col1 { width: 275px;}
* html #col3 { margin-left: 0px;
					position: relative;
					left: -3px;
}

#nav {
	background: url(../html/media/nav.jpg) no-repeat top left; 
	height: 190px;
}

#header { margin-bottom: 26px; }
/* html #header, * html #header img { margin: 0; padding: 0; border: 1px solid #fff; width: 520px; }*/

#news { margin-top: 40px; }

#wrap_footer {  
	background: url(../html/media/footer.jpg) repeat-x left top;
	margin-top: 60px;
	width: 100%;
}

#footer {
	width: auto;
	margin-left: 283px;
	padding-top: 16px;
	padding-bottom: 12px;
	font-size: 10px;
}

/* -----  Main Navi  -------------------------------------------------  */

#nav ul { 
	list-style-type: none; 
	padding: 48px 0 0 31px; 
}

#nav li {
	line-height: 1.4em ;
}

#nav li a{
	font-weight: bold;
	color: #414141;
	padding: 0; margin: 0;
}

#nav li a:hover{
	color: #DA251C;
	background: none;
	text-decoration: none;
}

#nav li.active a{
	color: #DA251C;
}


