@charset "UTF-8";

a:link{
	text-decoration: none
}

a:visited{
	text-decoration: none
}

a:hover{
	text-decoration: none
}

a:active{
	text-decoration: none

}

body {
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
	background-attachment: fixed;
	background-color: #3399CC;
	width: auto;
	height: auto;
	font-size: 0.8em;
}

.heading {
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
	color: #999;
}

.heading2{
	font-size: 1em;
	line-height: 1.4em;
	color: #F90;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
}

.text_orange{
	color: #F90;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
}

.oneColElsCtr {
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
}




/* Tabellenfomatierung */
table{
	align: center;
	width: 400px;
	height: 152px;
	background-color:#E1E1E1;
	border-collapse: collapse;	
	
}

th, td {
	text-align:left;
	padding-left: 0.4em;
	
	
	
}

td {
	width: 74px; 
	border: 1px solid white;
	border-collapse:collapse;
}

/*menuformattierung*/

#container {
	width: 710px;
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	padding-bottom: 24px;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
	color: #333;
}


#navigator {
	height: 27px;
	background-color: #CCCCCC;
	text-align:center;
	margin: auto;
	
}
	
#menulist {
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
	vertical-align:middle;
	font-size: 1em;
	float: left;

}

#space_left{
	width: 40px;
	height: 26px;
	background-color: #CCCCCC;
}

#map {
	background-color: #CCCCCC;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#image {
	background-color: #FFF;
	margin-right: 40px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;	
}

#mainContent {
	height: auto;
	background-color: #FFF;
	margin-right: 40px;
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
	letter-spacing: 0.12em;

}

#container_left {
	float: left;
	height: auto;
	width: 230px;
	margin: 10px 0px;
	text-align: left;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";

}
	
	
#container_right {
	float: left;
	height: auto;
	width: 400px;
	margin: 10px 0px;
	text-align: left;
	font-family: "Kozuka Gothic Pro L", Helvetica, "MS Gothic";
	
}

#spacer {
	height: 35px;
	
}
