@import url("style_bildergalerie.css");

body {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	background: transparent url(images/body-kachel.jpg) repeat left top;
}

td {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #67872C;
	font-weight: normal;
	text-decoration: none;	
}

a:hover {
	color: #67872C;
	font-weight: normal;
	text-decoration: underline;
}


h1, h3 {
	color : #67872C;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 15px 0;
	padding: 0;
}

h1:first-child {
	margin: 0 0 15px 0;
}

h2 {
	color: #AE4B84;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 0;
}


ol {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left : 15px;
	font-weight : normal;
}

ul {
	margin: 15px 0 20px 0;
	padding: 0 0 0 0;
	font-weight : normal;
	text-align: left;
}

li {
	background: transparent url(images/arrow_pink.png) no-repeat left 5px;
	padding: 0 0 0 16px;
	list-style: none;
}

hr {
	color: #ccc;
}

/* Hauptelemene */

#container {
	width: 960px;
	overflow: auto;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -480px;
	min-height: 400px;
}

#head {
	background: transparent url(images/head.png) no-repeat left top;
	width: 960px;
	height: 234px;
}

#content {
	background: #fff;
	width: 960px;
	min-height: 200px;
	overflow: auto;
	padding: 0 0 20px 0;
}

#footer {
	background: transparent url(images/footer.png) no-repeat left top;
	width: 960px;
	height: 125px;
}

#footer a,
#footer a:hover {
	text-decoration: none;
	color: #AB1F2C;
}

#navigation {
	background: transparent url(images/navigation.png) no-repeat left top;
	float: left;
	height: 210px; /*height: 245px;*/
	width: 110px;
	margin: 0 40px 0 0;
	padding: 30px 0 0 0;
}

#stageLeft {
	width: 410px;
	float: left;
	margin: 20px 40px 0 0;
}

#stageRight {
	width: 320px;
	float: left;	
	margin: 20px 0 0 0;
}

#stageAll {
	width: 770px;
	float: left;
	margin: 20px 40px 0 0;
}

.nav a,
.nav a:hover {
	display: block;
	height: 18px;
	margin: 0 0 2px 10px;
}

.navStart a {
	background: transparent url(images/nav/start.png) no-repeat 0 0;
	width: 63px;
}

.navStart a:hover,
.navStart_active a,
.navStart_active a:hover {
	background: transparent url(images/nav/start.png) no-repeat -83px 0;
	width: 63px;
}

.navTeam a {
	background: transparent url(images/nav/team.png) no-repeat 0 0;
	width: 63px;
}

.navTeam a:hover,
.navTeam_active a,
.navTeam_active a:hover {
	background: transparent url(images/nav/team.png) no-repeat -83px 0;
	width: 63px;
}

.navLeistungen a {
	background: transparent url(images/nav/leistungen.png) no-repeat 0 0;
	width: 70px;
}

.navLeistungen a:hover,
.navLeistungen_active a,
.navLeistungen_active a:hover {
	background: transparent url(images/nav/leistungen.png) no-repeat -83px 0;
	width: 70px;
}

.navPreise a {
	background: transparent url(images/nav/preise.png) no-repeat 0 0;
	width: 55px;
}

.navPreise a:hover,
.navPreise_active a,
.navPreise_active a:hover {
	background: transparent url(images/nav/preise.png) no-repeat -83px 0;
	width: 55px;
}

.navGalerie a {
	background: transparent url(images/nav/galerie.png) no-repeat 0 0;
	width: 55px;
}

.navGalerie a:hover,
.navGalerie_active a,
.navGalerie_active a:hover {
	background: transparent url(images/nav/galerie.png) no-repeat -83px 0;
	width: 55px;
}

.navKontakt a {
	background: transparent url(images/nav/kontakt.png) no-repeat 0 0;
	width: 55px;
}

.navKontakt a:hover, 
.navKontakt_active a,
.navKontakt_active a:hover {
	background: transparent url(images/nav/kontakt.png) no-repeat -83px 0;
	width: 55px;
}

.navLinks a {
	background: transparent url(images/nav/links.png) no-repeat 0 0;
	width: 55px;
} 

.navLinks a:hover,
.navLinks_active a,
.navLinks_active a:hover {
	background: transparent url(images/nav/links.png) no-repeat -83px 0;
	width: 55px;
}

.open {
	border: 1px solid #B3B3B3;
	padding: 4px;
	background: #F4F4F4;
}

.teamFoto {
	border: 1px solid #67872C;
}

.floatright {
	float: right;
	margin: 0 0 8px 15px;
}

.preise {
	border: 1px solid #a94583;
	padding: 5px;
}

.tablePreise tr:nth-of-type(2n+1) {
	background: #F0F0F0;
}

.tablePreise tr:nth-of-type(2n) {
	background: #FAFAFA;
}

.tablePreise tr:nth-of-type(2n+1):hover,
.tablePreise tr:nth-of-type(2n):hover {
	background: #ACFF98;
}







/* News */

.newsContent {
	overflow: auto;
	margin: 0 0 15px 0;
	border: 1px solid #B3B3B3;
	padding: 10px;
}

.newsContent h2 {
	margin: 0 0 10px 0;
}

.newsBild {
	float: right;
	margin: 0 0 5px 8px;
	border: 1px solid #67872C;
}


