body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

html {
	height: 100%;
	width: 100%;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

a {
	color: #715500;
	text-decoration: none;
}

a:hover {
	color: #715500;
	text-decoration: underline;
}

#page {
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: left;
}

#header {
	height: 200px;
	width: 806px;
}

#content {
	width: 806px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: static;
}

#leftcol {
	float: left;
	width: 210px;
	background-image: url(../images/leftcol_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */


#leftcol ul {
	margin: 0px;
	width: 210px;
	font-size: 16px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftcol li {
	list-style-type: none;
	margin-top: 1px;
}

/* Level 1 */

.navmainStandardLevel_1 a {
	background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;
	display: block;
	height: 25px;
	width: 185px;
	padding-top: 5px;
	background-color: #FFBF03;
	padding-left: 15px;
}

.navmainStandardLevel_1 a:hover {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFBF03;
}

.navmainStandardLevel_1 a.active {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFBF03;
	}

/* Level 2 */
#leftcol ul li.navmainStandardLevel_2 {
	margin-left:10px;
}

#leftcol ul li.navmainStandardLevel_2 a {
	background-image:url(../images/subnavi_pfeil_zu.gif);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px dotted #ccc;
	color:#666;
	width:210px;
}
#leftcol ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
	background-image:url(../images/subnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

/* Level 3 */
#leftcol ul li.navmainStandardLevel_3 {
	margin-left:20px;
}
#leftcol ul li.navmainStandardLevel_3 a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#leftcol ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

#anschrift {
	font-size: 12px;
	font-style: italic;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 160px;
}

#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	padding-bottom: 20px;
	min-height: 400px;
	width: 550px;
	padding-left: 10px;
	margin-left: 220px;
}

h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
	font-size: 18px;
}

#map {
	margin-top: 50px;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
        margin-left:80px;
        padding-left: 0;
}

ul.sitemapStandardMainCat li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {

        padding: 3px 3px 3px 10px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {

        padding: 3px 3px 3px 30px;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
        background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}


#footer {
	height: 35px;
	width: 600px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 220px;
	text-align: left;
	clear: both;
}
