/*
Theme: Mühlbauer 2007 ver. 2.0
Description: Stylesheet for Mühlbauer Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.die-digitalexperten.de/  
*/
body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font: 83%/1.5 "trebuchet ms", arial, sans-serif;
	background: #FFFFFF url("images/header01.gif") 0px 0px repeat-x;
}
/*** Content styles ***/
a,a:link,a:link,a:link,a:hover {
	text-decoration:underline;
} 
a:link {
	color:#C00C00;
} 
a:visited {
	color:#999999;
} 
a:hover,a:active {
	color:#6E9BC0;
}
/*** Layout styles ***/
#header {
	margin: 0 0 33px 0;
	padding: 0 0 20px 0;
	background: transparent url("images/header02.gif") 0px 0px no-repeat;
}
/*** Navigation ***/
#nav-first {
	position: absolute;
	top: 112px;
	left: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	z-index: 10;
}
#nav-first li {
	margin: 0px 1px 0px 0px;
	padding: 0 0 0 0;
	float: left;
	position: relative;
	width: 140px;
	height: 20px;
	border-left: 1px #D5D7DB solid;
	z-index: 100;
}
#nav-first li a {
	text-decoration: none;
}
#nav-first li a:visited {
	text-decoration: none;
}
#nav-first dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	background: url(images/space.gif);
}
#nav-first dt {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	float: left;
	width: 140px;
	border-right: 1px #949494 solid;
	/* border-bottom:*/
}
#nav-first dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: left;
	display: none;
	background: none transparent scroll repeat 0% 0%;
}
#nav-first dt a {
	padding: 0 5px 0 20px;
	display: block;
	width: 115px;
	color: #2640BF;
	font-weight: bold;
	background: transparent url("images/space.gif") 0px 0px repeat-x;
}
#nav-first dt a:visited {
	padding: 0 5px 0 20px;
	display: block;
	width: 115px;
	color: #2640BF;
	font-weight: bold;
	background: transparent url("images/space.gif") 0px 0px repeat-x;
}
#nav-first dd a {
	padding: 2px 5px 2px 20px;
	display: block;
	width: 165px;
	color: #2640BF;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("images/header01.gif") 0px 0px repeat-x;
}
#nav-first dd a:visited {
	padding: 2px 5px 2px 20px;
	display: block;
	width: 165px;
	color: #2640BF;
	background: transparent url("images/header01.gif") 0px 0px repeat-x;
	font-weight: bold;
	text-decoration: none;
}
#nav-first li .sub a:hover {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
#nav-first li:hover .sub dd {
	display: block;
}
#nav-first li a:hover dd {
	display: block;
}
#nav-first li:hover dl {
	width: 180px;
}
#nav-first li a:hover dl {
	width: 196px;
}
#nav-first li:hover dt a {
	color: #C00C00;
	background: transparent url("images/space.gif") 0px 0px repeat-x;

}
#nav-first li a:hover dt a {
	color: #C00C00;
	background: transparent url("images/space.gif") 0px 0px repeat-x;
}
#nav-first dd a:hover {
	background: transparent url("images/header01.gif") 0px 0px repeat-x;
	color: #C00C00;
}
/*** Navigation Ende ***/
#main {
	position:relative;
	width:100%;
}
#content {
	margin: 0 25% 0 35px;
	/*** Wenn Hauptspalte eine Mindestbreite haben soll	***/
	min-width: 850px;
	width: 850px;
}
#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 30px;
	font-size: 86%;
	color: #999999;
}
#footer p {
	margin: 0;
}
#footer a:link {
	color: #999999;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000000;
	padding-bottom: .1em;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
}
h2 {
	font-size: 136%;
}
h3 {
	font-size: 126%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 106%;
}
h6 {
	font-size: 96%;
}
.textg1 {
	font-size: 196%;
	line-height: 90%;
	margin: 0.6em 0 0 0;
}
.textg2 {
	font-size: 120%;
	margin: 0 0 0 0;
}
.imgright {
	float: right;
	margin: 45px 0 15px 15px;
}
.imgright2 {
	float: right;
	margin: 15px 0 15px 15px;
}
.clear {
	clear: both;
	background: none;
}
