/*
 *  Bildschirm-CSS www.restle.de
 *  (c) 2007 @mazing - Gregor Hermens
 */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
	background-color: #fff;
	color: #000;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#wrapper {
	position: relative;
	margin: 1em auto;
	width: 80em;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff;
}

#wrapper a {
	outline: none;
}

#logo {
	width: 126px;
	height: 175px;
	margin-left: 32px;
}

#navigation {
	width: 125px;
	background-color: #e0e0e0;
	margin-left: 32px;
}

#navigation ul,
#navigation li,
#navigation a {
	display: block;
}

#menu {
	padding: 2.5em 0;
}

#menu li {
	position: relative;
	margin-bottom: .2em;
	list-style-type: none;
	z-index: 30;
}

#menu li:hover {
	z-index: 40;
}

#menu .submenu {
	position: absolute;
	left: 125px;
	top: .3em;
	width: 100%;
	display: none;
	z-index: 50;
	background-color: #e0e0e0;
}

#menu li:hover .submenu,
#menu li:hover .submenu li:hover .submenu,
#menu li:hover .submenu li:hover .submenu li:hover .submenu {
	display: block;
}

#menu li:hover .submenu .submenu,
#menu li:hover .submenu li:hover .submenu .submenu {
	display: none;
}

#menu a {
	text-decoration: none;
	outline: none;
	text-align:center;
	padding: 0.5em 0.1em;
	border-width: 2px;
	border-style: solid;
	border-color: #def #678 #345 #cde;
 	font-weight: bold;
}

#menu a,
#menu li.current .submenu a,
#menu li.active .submenu a,
#menu li.active .submenu li.active .submenu a,
#menu li.active .submenu li.current .submenu a,
#menu li.active .submenu li.active .submenu li.active .submenu a,
#menu li.active .submenu li.active .submenu li.current .submenu a {
	color: #013;
	background-color: #c2c2c2;
}

#menu a:hover {
	color: #CF3333 !important;
}

#menu a:active {
	border-color: #345 #cde #def #678 !important;
}

#menu a:active,
#menu li.current a,
#menu li.active a,
#menu li.active .submenu li.current a,
#menu li.active .submenu li.active a,
#menu li.active .submenu li.active .submenu li.current a,
#menu li.active .submenu li.active .submenu li.active a,
#menu li.active .submenu li.active .submenu li.active .submenu li.current a {
	color: #1e87b7;
	background-color: #eee;
}

#menu .submenu .submenu .submenu .submenu {
	display: none !important;
}

#menu .hidden {
	display: none !important;
}

#content {
	position: absolute;
	top: 185px;
	left: 32px;
	z-index: 0;
	min-width: 51em;
	min-height: 35em;
	padding-left: 1em;
 	font-size: 1.2em;
	border-left: 125px solid #e0e0e0;
}

#bc {
	list-style-type: none;
	margin-left: 0 !important;
}

#bc li {
	display: inline;
}

#fussnote {
	margin-top: 3em;
	border-top: 2px solid #476b8f;
	padding: 1em 2em;
}

address {
 	text-align: center;
 	font-size: .8em;
	font-style: normal;
	line-height: 1.5em;
}

/* Standardformate */

#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #cf3333;
	margin-bottom: .4em;
}

#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #cf3333;
	margin-bottom: .4em;
}

#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #cf3333;
	margin-bottom: .4em;
}

#content h4 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #cf3333;
	margin-bottom: .4em;
}

#content h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #cf3333;
	margin-bottom: .4em;
}

#content p {
	margin-bottom: .4em;
}

#content ul,
#content ol {
	margin: 0 0 .5em 2em;
}

#content ul ul {
	margin-bottom: 0;
}

#content dl {
	margin-bottom: .4em;
}

#content dt {
 margin-bottom: .2em;
 font-weight: bold;
}

#content dd {
	margin: 0 0 .5em 1.5em;
}

#content th,
#content td {
	vertical-align: top;
}

#content a {
	text-decoration: underline;
	outline: none;
	color: #cf3333;
}

#content a:hover {
	color: #476b8f;
}

#team {
	text-align: center;
	margin-bottom: 2em;
}

#team img {
	margin: 0 10px;
}

.bildlinks {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.clearing {
  clear: both;
}

.center {
	text-align: center;
}

a img {
	border: 0;
}

#muenchner {
  width: 100%;
  margin: 20px auto;
}