﻿.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#MasterNavMenu {
	position: absolute;
	top: -25px;
	right: 120px;
}
#MasterNavMenu li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: dotted 1px #C1C1C1;
}
#MasterNavMenu li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
#MasterNavMenu a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	overflow: hidden;
}
#MasterNavMenu a.home {
	background: transparent url(Images/headerHome.png);
}
#MasterNavMenu a.mail {
	background: transparent url(Images/headerMail.png);
}
#MasterNavMenu a.map {
	background: transparent url(Images/headerSitemap.png);
}


#MasterTop {
	position: relative;
}

#Logo {
	position: absolute;
	top: -45px;
	left: 30px;
}
#Logo img {
	width: 219px;
}

#MasterTopMenuHolder {
	width: 590px;
	margin-top: 70px;
	margin-left: 20px;
}

#MasterTopMenu {
	margin: auto;
	width: 630px;
}
#MasterTopMenu li {
	float: left;
	display: block;
	border-left: solid 1px black;
	height: 30px;
	/*	border-right: dotted 1px #505050;*/
}
#MasterTopMenu li:first-child {
	display: inline;
	border-left: none;
}
#MasterTopMenu li a:hover, .highlightedPage {
	color: #fdd99b !important;
}
#MasterTopMenu li a {
	margin: 0 20px;
	height: 30px;
	color: #F7F7F5;
	text-decoration: none;
	/*font-weight: bold;*/
	font-family: Verdana;
}
#MasterTopMenu li a.currentPage {
	color: #fdd99b;
}

#MasterContent {
	min-height: 930px;
}

#MasterFooter {
	clear: both;
	height: 60px;
	color: #B11614;
	position: relative;
}

#MasterCR {
	float: right;
	margin-right: 23px;
	text-align: right;
	color: #C1C1C1;
	padding-top: 20px;
}

#MasterBottomMenu {
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 170px;
}
#MasterBottomMenu li {
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	border-left: solid 1px #FF0300;
}
#MasterBottomMenu li:first-child {
	margin-left: 0px;
	padding: 0;
	border: none;
}
#MasterBottomMenu a {
	color: #C1C1C1;
	text-decoration: none;
}
#MasterBottomMenu a:hover {
	text-decoration: underline;
}

#pictureHolder {
	background: black center top no-repeat;
	/* JQuery Zufalls-Bild */
}

