html {
	/*height:100%;*/
}

body { 
	font-family: Arial, sans-serif;
	background-color:#ffffff;
	color:#555555;
	font-size:12px;
	margin:0px;
	padding:0px;
	width:100%;
	/*height:100%;*/
	background-image:url('img/main_background.jpg');
	background-position:top left;
	background-repeat: repeat;
}

td {
	vertical-align:top;
	text-align:left;
}

#site_position {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width:1000px;
	background-color:white;
	border:10px solid white;
}

#header {
	/*border-bottom:2px solid #e2e2e2;*/
}


#nav_and_content {
	margin-top:3px;
	margin-bottom:5px;
}

#navigation {
	background-color:#ad1835;
	height:450px;
	width:180px;
}

#footer_trenner {
	height:5px;
	background-color:#b9b9b9;
}

#content {
	padding:40px;
	background-image:url('img/verlauf_top.gif');
	background-position:top left;
	background-repeat: repeat-x;
}

#img_side {
	width:300px;
	padding-top:30px;
	background-image:url('img/verlauf_top.gif');
	background-position:top left;
	background-repeat: repeat-x;
	text-align:right;
}

#footer {
	border-top:5px solid white;
	background-color:#ad1835;
	padding:10px;
	color:white;
	text-align:center;
}

.navigation_element {
	color:white;
	font-weight:bold;
	font-size:13px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	border-bottom:1px solid white;
}

.navigation_element_active {
	color:white;
	font-weight:bold;
	font-size:13px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	border-bottom:1px solid white;
	background-image:url('img/nav_button_active.gif');
	background-position:top left;
	background-repeat: repeat-y;
	background-color: #781126;
}

.main_text {
	line-height: 1.5;
	padding-left:15px;
	font-size:13px;
}

.headline {
	height:50px;
}

.liste1 {
	background-image:url('img/dot1.gif');
	background-position:0% 0%;
	background-repeat: no-repeat;
	padding-left:20px;
	padding-bottom:8px;
	font-weight:bold;
}

.link {
	background-image:url('img/link.gif');
	background-position:0% 0%;
	background-repeat: no-repeat;
	padding-left:30px;
	padding-bottom:8px;
	font-weight:bold;
}

.download {
	background-image:url('img/download.gif');
	background-position:0% 0%;
	background-repeat: no-repeat;
	padding-left:30px;
	padding-bottom:8px;
	font-weight:bold;
}

a:link { text-decoration: none; COLOR: #000000; }
a:visited { text-decoration: none; COLOR: #000000; }
a:hover { text-decoration: none; COLOR: #000000; }
a:active { text-decoration: none; COLOR: #000000; }

