/* -- IMPORTS -- */
@import url("layout.css");
@import url("formular.css");
@import url("buildin_style.css");
@import url("navigation.css");
@import url("subnavigation.css");
@import url("default.css");


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("../images/img01.jpg") repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}




.image {
float:left;
height:170px;
width:170px;
}








#sitemap {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#sitemap ul {
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	list-style: none;
}

#sitemap ul li{
	padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	font-weight: normal;
}

#sitemap ul li.sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	font-weight: bold;
	padding-top: 15px;
}