html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
	background-color: #ACABAB;
	background-position: center top;
}

td.leftback {
	background-image:url(img/back_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
	
td.rightback {
	background-image:url(img/back_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}

td.background-left {
	background-image:url(img/background-left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

td.background-right {
	background-image:url(img/background-right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

td.gradient {
	background-image:url(img/background_gradient.jpg);
	background-repeat:repeat-x;
}
.red_back {
	background-image: url(img/red_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.blue_back {
	background-image: url(img/blue_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.content_text {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}
.termin_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.programmlinks {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_link {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #C32700;
	text-decoration: underline;
}

div.impressum a:link, div.impressum a:visited, div.impressum a:hover, div.impressum a:active {
	color:#000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

hr {
	border:solid #C32700 1px;
	height:1px;
	width:95%;
}

hr.black {
	border:solid #000000 1px;
	height:1px;
	width:95%;
}

hr.blue {
	border:solid #0399F5 1px;
	height:1px;
	width:95%;
}


#Main_Container {
	height: 100%;
	width: 662px;
	margin-right: auto;
	margin-left: auto;
}

#Container {
	width: 100%;
	background-image: url(img/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Navigation {
	height: 141px;
	width: 662px;
	margin-right: auto;
	margin-left: auto;
}
#Content {
	width: 662px;
	margin-right: auto;
	margin-left: auto;
}
#Impressum {
	width:662px;
	height: 3%;
	margin-right: auto;
	margin-left: auto;
}	
h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
