@charset "iso-8859-1";
/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {padding: 0;margin: 0;font-size: 100%;font-weight: normal;}

ul,
ol {list-style: none;}

b,
strong {font-weight: bold;}

img,
a img {border: none;}





/*------------------- Layout ---------------------
---------------------------------------------------*/
#rahmen {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background:#FFF;
	
}

#container {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#Box_links{
	height: 600px;
	width: 602px;
	position: absolute;
	background-color: #FFF;
}
	
#Box_rechts{
	height: 545px;
	width: 398px;
	position: relative;
	float:right;
	background-color: #FFF;

}

#Head {
	height: 132px;
	width: 602px;
	position: relative;
	background-color: #FFF;
}

#Bildleiste {
	background-color: #FFF;
	position: relative;
	height: 102px;
	width: 602px;
}


#Main {
	position: relative;
	height: 287px;
	width: 570px;
	background-color: #FFF;
	
}

#Main_Kontakt {
	position: relative;
	height: 287px;
	width: 480px;
	background-color: #FFF;
	overflow: auto;
}

#Main_Diashow {
	position: relative;
	height: 287px;
	width: 480px;
	background-color: #FFF;
	overflow: auto;
	padding-left:50px;
}

#Variabel {
	position: relative;
	height: 207px;
	width: 452px;
	background-color: #FFF;
	overflow: auto;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 150px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
#Footer {
	background-color: #FFF;
	position: relative;
	height: 30px;
	width: 602px;
	background-image: url(../Bilder/Grundelemente/Verlauf_Footer.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-left: 10px;
}

#Footer a:link, #Footer a:active, #Footer a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
	
#Footer a:hover {
	text-decoration: underline;
}

#Footer_rechts {
	position: relative;
	height: 35px;
	width: 398px;
	float: right;
	padding-top:20px;
	background-image: url(../Bilder/Grundelemente/Verlauf_Footer.gif);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: center;
	background-repeat: repeat-x;
	color: #333;
}

#Footer_rechts_ref {
	position: relative;
	height: 35px;
	width: 398px;
	float: right;
	padding-top:20px;
	background-image: url(../Bilder/Grundelemente/Verlauf_Footer.gif);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: left;
	background-repeat: repeat-x;
	color: #333;
}
#Bildbox {
	background-color: #FFF;
	position: relative;
	height: 446px;
	width: 398px;
	float: right;
}


#Head_rechts {
	background-color: #FFF;
	position:relative;
	height: 99px;
	width:398px;}

#Subnavi {
	background-color: #FFF;
	position: absolute;
	height: 257px;
	width: 200px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FC3;
	margin-top:30px;
}
	
#Textfeld {
	background-color: #FFF;
	position: relative;
	height: 237px;
	width: 320px;
	float:right;
	padding-top:50px;
	padding-left:50px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}


/*------------------- Schrift ---------------------
---------------------------------------------------*/
.schrift_normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	
}

.schrift_ausgezeichnet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	font-weight: bold;	
}

.schrift_startseite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	text-align: center;
	
	
}

.schrift_impressum {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 114px;
	
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*------------------- Tabelle ---------------------
---------------------------------------------------*/

.tabelle {
	
	color: #000;
	background-color: #FFF;
}
.tabelle td,
.tabelle th {
	padding: 1px 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}
.tabelle th {
background: #e9583f;
color: #fff;
font-weight: bold;
}



/*------------------- Liste ---------------------
---------------------------------------------------*/


ul#Liste li{
	color:#000;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
	margin-left:18px;
	font-style: normal;
	list-style-image:url(../Bilder/Grundelemente/bullet.gif)}