/**
 * allgemeine Angaben
 * --------------------------------------- */

* {
	font-family: Verdana;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #21202a;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

#page {
	position: relative;
	padding: 0;
	margin: 0 0 0 90px;
	border: 0;
	width: 998px;
}

/**
 * Logo
 * --------------------------------------- */
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 194px;
	background-color: #fff;
}

#logo img {
	position: absolute;
	top: 15px;
	left: 8px;
}

#logo p {
	position: absolute;
	top: 145px;
	left: 10px;
	width: 342px;
	height: 54px;
	color: #848483;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1.3em;
}

/**
 * Navigation
 * --------------------------------------- */
#navigation {
	position: absolute;
	top: 0px;
	left: 232px;
	width: 866px;
	height: 55px;
	background: #F7DE13 url(/mbs/system/images/bg_navi.png) top left no-repeat;
	z-index: 200;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	margin: 8px 35px 0 22px;
	padding: 0;
	border: 0;
	height: 47px;
	width: 900px;
}

#navigation ul li {
	padding: 15px 12px 0px 12px;
	height: 32px;
	margin: 0;
	float: left;
}

#navigation ul li.current {
	background: url(/mbs/system/images/bg_navi_item_current.png) top left repeat-x;
}

#navigation ul li a,
#navigation ul li a:hover {
	color: #747474;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

/**
 * Inhaltsbereich
 * --------------------------------------- */
#subNavigation {
	position: absolute;
	top: 64px;
	left: 232px;
	width: 830px;
	height: 32px;
	padding: 10px 18px 0px 18px;
	border: 0px;
	margin: 0px;
	background-color: #fff;
	font-size: 10pt;
	color: #747474;
}

#subNavigation ul {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subNavigation ul li {
	position: relative;
	float: left;
	height: 20px;
	margin-right: 10px;
}

#subNavigation ul li a {
	display: block;
	background-color: #F7C513;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
#subNavigation ul li a:hover {
	display: block;
	background-color: #4f4f4f;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
#subNavigation ul li a.subnavi_an {
	display: block;
	background-color: #4f4f4f;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

#content {
	position: absolute;
	top: 64px;
	left: 232px;
	width: 830px;
	height: 420px;
	padding: 30px 18px 30px 18px;
	border: 0px;
	margin: 0px;
	background-color: #fff;
	font-size: 9pt;
	color: #4f4f4f;
	overflow: hidden;

}

div.withSubNavigation {
	top: 106px !important;
	height: 378px !important;
}

#content h1 {
	margin: 0 0 0px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 16pt;
	color: #4f4f4f;
	font-family: Arial;
	letter-spacing:0.05em;
}


#content h2 {
	margin: 0 0 0px 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-size: 13pt;
	color: #f7ca13;
	font-family: Arial;
}

#content #headline {
	height: 50px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content #container {
	overflow: auto;
	position: relative;
	height: 360px;
	padding: 20px 0 0 0;

}

div.withSubNavigation #container {
	height: 318px !important;
}

#content p {
	margin: 0 0 15px 0;
	padding: 0;
}

#content a {
	background-color: #f7c513;
	color: #fff;
	padding: 1px;
	text-decoration: none;
}

#content a:hover {
	background-color: #4f4f4f;
	color: #fff;
	padding: 1px;
	text-decoration: none;
}
#content .galleryContainer {
	overflow: hidden;
}

#content .galleryContainer .thumbnail {
	float: left;
	width: 80px;
	margin-left: 20px;
}

#content .galleryContainer .first {
	margin-left: 0px !important;
}

#content .galleryContainer .thumbnail a {
	background: transparent;
}

/**
 * Kontaktangaben
 * --------------------------------------- */
#contact {
	position: absolute;
	left: 232px;
	top: 552px;
	width: 866px;
	height: 74px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F7DE13;
	color: #0F3A7F;
}

#contact p {
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#contact #col1 {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 200px;
	height: 50px;
}

#contact #col2 {
	position: absolute;
	top: 10px;
	left: 225px;
	width: 210px;
	height: 50px;
}
#contact #col2 a {
	color: #0F3A7F;
	text-decoration: none;
}

#contact #col2 a:hover {
	color: #0F3A7F;
	text-decoration: underline;
}

#contact #col4 {
	position: absolute;
	top: 10px;
	left: 455px;
	width: 170px;
	height: 50px;
}

#contact #col3 {
	position: absolute;
	top: 10px;
	left: 650px;
	width: 89px;
	height: 50px;
}

#contact #col3 a {
	color: #f50102;
	text-decoration: none;
}
#contact #col3 a:hover {
	color: #f50102;
	text-decoration: underline;
}
/**
 * "Teaser" (zufällige Bilder unten)
 * --------------------------------------- */
#teaser {
	position: absolute;
	left: 323px;
	top: 648px;
	width: 675px;
	height: 192px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;	
	overflow: hidden;
}

#teaser a,
#teaser a img {
	border: 0;
}

#teaser #position1 {
	float: left;
}

#teaser #position2 {
	float: right;
}

/**
 * "Footer" (Karls Ensmann etc.)
 * --------------------------------------- */
#footer {
	position: absolute;
	left: 12px;
	top: 670px;
	width: 240px;
	height: 194px;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer h2 {
	margin: 0 0 17px 0;
	padding: 0;
	font-size: 10pt;
	color: #FBF005;
	font-weight: bold;
	line-height: 1.2em;
}

#footer p {
	margin: 0 0 17px 0;
	font-size: 8pt;
	color: #fff;
	line-height: 1.2em;
}

/**
 * Copyright-Zeile
 * --------------------------------------- */
#copyright {
	position: absolute;
	top: 854px;
	left: 12px;
	height: 15px;
	width: 185px;
	text-align: left;
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	font-size: 8pt;
}

/**
 * Slogan
 * --------------------------------------- */
#slogan {
	position: absolute;
	top: 393px;
	left: 1218px;
	width: 256px;
	color: #FBF005;
	font-size: 10pt;
}
