@charset "utf-8";
* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}
body,td,th {
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	text-align: center;
}
body {
	background-color: #bfbfbf;
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

div#wrapper {
	width: 980px;
	margin: 0 auto; 

}
div#footer {
	width: 980px;
	text-align: center;
	font-size: 12px;
	color: #666;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	
}




/* clearfix zum Aufheben der Floatumgebung */




.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#mainNavi {
	background-color: #999999;
	margin: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-align: center;
}
#mainContent {
	background-color: #cccccc;
	margin: 0px;
	padding: 25px;
	font-size: 14px;
	display: block;
	clear: none;
	float: left;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 930px;
}
.smallHr {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #FFF;
}
.naviItem {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.naviItem:hover {
	font-size: 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}h1 {
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin-bottom: 25px;
}
.bigImage {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
	float:right;
}
.leftContent {
	

}
.clear {
	clear:both;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
table td{
	text-align: left;
	margin: 0px;
	padding: 15px;
}
.mytable {
	font-size: 14px;
	
}
.breite {
	width: 465px;
}
.simpleTable td {
	text-align: left;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
.galerieTable td{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#smallA {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

