/* CSS GVA - 9. August 2006 - Online Consulting AG - muc */

* {
	margin: 0;
	padding: 0;
}

/* -------- Fixes, Workaraounds etc. --------- */
.clearfix:after {	/* Clearfix fuer das Float-clearing */
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	height: 100%;
}
body {
	font-size: 0.75em;
	height: 100%;
	background: url('../../images/bg.gif') repeat-x;
}

h1 {
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1.2em;
	line-height: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.header {
	height: 64px;
	text-align: center;
	padding-top: 20px;
}
#maincontainer {
	margin: 0 auto;
	width: 71em;
}

.logos {
	text-align: center;
}

.menu {
	margin: 0 auto;
	width: 71em;
	padding-left: 3em; 	/* optical centering */
	z-index: 6000;
}

.menu ul {
	text-align: center;
	margin: 20px auto;
	list-style-type: none;
	z-index: 1;
}

.menu ul li {
	text-align: left;
	float: left;
	width: 14em;
}

.menu ul.normalmenu li a, .menu ul li a:link, .menu ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	height: 160px;
	padding: 140px 0 0 0;
}
.menu ul li a:hover, 
.menu ul li a:active,
.menu ul.onloadmenu li a,
.menu ul.onloadmenu li a:link,
.menu ul.onloadmenu li a:visited {
	color: #fff;
}
.menu ul li a:hover p, .menu ul li a:active p, .menu ul.onloadmenu li a p {
	color: #000;
}

.menu ul li a p {
	font-weight: normal;
	width: 13em;
	margin: 10px 0 0 0;	
	cursor: pointer;
}

.menu ul.normalmenu li.versicherung a {
	background: url('../../images/hnav_versicherung.jpg') no-repeat;
}
.menu ul li.versicherung a:hover, .menu ul.onloadmenu li.versicherung a {
	background: url('../../images/hnav_versicherung_hover.jpg') no-repeat;
}

.menu ul.normalmenu li.schaetzungswesen a {
	background: url('../../images/hnav_schaetzungswesen.jpg') no-repeat;
}
.menu ul li.schaetzungswesen a:hover, .menu ul.onloadmenu li.schaetzungswesen a {
	background: url('../../images/hnav_schaetzungswesen_hover.jpg') no-repeat;
}

.menu ul.normalmenu li.loeschwasser a {
	background: url('../../images/hnav_loeschwasser.jpg') no-repeat;
}
.menu ul li.loeschwasser a:hover, .menu ul.onloadmenu li.loeschwasser a {
	background: url('../../images/hnav_loeschwasser_hover.jpg') no-repeat;
}

.menu ul.normalmenu li.brandschutz a {
	background: url('../../images/hnav_brandschutz.jpg') no-repeat;
}
.menu ul li.brandschutz a:hover, .menu ul.onloadmenu li.brandschutz a {
	background: url('../../images/hnav_brandschutz_hover.jpg') no-repeat;
}

.menu ul.normalmenu li.feuerwehr a {
	background: url('../../images/hnav_feuerwehr.jpg') no-repeat;
}
.menu ul li.feuerwehr a:hover, .menu ul.onloadmenu li.feuerwehr a {
	background: url('../../images/hnav_feuerwehr_hover.jpg') no-repeat;
}
