/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2e4964;
	text-decoration: none;
	list-style-type: none;
}

html, body {
	margin: 0px;
	min-height: 100%;
	height: 100%;
}
*html {height: 100%;}
*body {height: 100%;}

body {
	background-color: #FFFFFF;
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
}

h1 {font-size: 24px; margin-bottom: 13px; font-weight: normal;}
*html h1 {margin-bottom: 7px;}
*+html h1 {margin-bottom: 7px;}
h1 span.kleiner {font-size: 16px; color: #76920a; margin-left: 40px; margin-bottom: -25px; display: block; font-weight: bold;}
h2 {font-size: 13px; font-weight: bold; margin-bottom: 10px; color: #76920a;}
h3 {font-size: 12px; font-weight: bold; margin-bottom: 5px;}
hr {margin: 0 0 20px 0; color: #ccd5df; height: 1px; border-top: solid 1px #ccd5df; border-bottom: transparent; clear: both;}

.floatende {clear: both;}
.bildrahmen {margin: 0 15px 15px 0;border: solid 5px #b5cbe2; clear: both; padding: 1px; background-color: #FFFFFF; float: left;}
.red {font-weight: bold; color: #FF0000;}
.floatkasten {margin: 0 60px 0 20px; float: left;}

/*######################################################################################################
######################################################################################################*/


/* 2. Layout */


#Aussenhuelle {
	background-image: url(../images/hg_quer.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	min-height: 100%;
	width: 913px;
	z-index: 10;
	position: relative;
	overflow: hidden;
}
*html #Aussenhuelle {height: 100%; overflow: visible;}

#Header {
	background-image: url(../images/hg_header.jpg);
	height: 370px;
	position: relative;
}

#Content {
	background-image: url(../images/hg_content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 334px;
	width: 520px;
	padding: 0 23px;
	position: relative;
	float: left;
	z-index: 80;
	padding-bottom: 20px;
}
*html #Content {height: 334px;}

#Adressblock {
	background-image: url(../images/hg_adresse.gif);
	height: 315px;
	width: 347px;
	position: absolute;
	z-index: 90;
	left: 566px;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

ul#bildnavi {
	position: absolute;
	width: 573px;
	height: 30px;
	top: 103px;
	left: 0px;
	z-index: 100;
}

ul#bildnavi li {
	position: relative;
	float: left;
	margin-right: 7px;
}

ul#bildnavi li a {
	width: 174px;
	height: 30px;
	position: relative;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-indent: -9000px;
}

ul#bildnavi li a:hover {color: #5e8ebf;}

ul#bildnavi li ul {
	display: none;
 	list-style: none;
	width: 184px;
	background-color: #426486;
}

ul#bildnavi li ul li {
	background-image: none;
	display: block;
}

ul#bildnavi li ul a {
	background-image: none;
	font-size: 11px;
	display: block;
	height: auto;
	width: 174px;
	padding: 7px 5px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	text-indent: 0;
}

ul#bildnavi li#industrie ul {
	top: 30px;
	left: 0px;
	position: absolute;
}

ul#bildnavi li#krankenhaus ul {
	top: 30px;
	left: 10px;
	position: absolute;
}

ul#bildnavi li#dienste ul {
	top: 30px;
	left: 20px;
	position: absolute;
}

ul#bildnavi li#industrie:hover ul,
ul#bildnavi li#krankenhaus:hover ul,
ul#bildnavi li#industrie:hover ul {display: block;}

ul#bildnavi li ul li {float: none; display: inline;}

ul#navi-standart {
	position: absolute;
	width: 347px;
	height: 36px;
	top: 334px;
	left: 566px;
	z-index: 200;
}

ul#navi-standart li {
	position: relative;
	float: left;
}

ul#navi-standart li a {
	width: 115px;
	height: 26px;
	position: relative;
	display: block;
	text-align: center;
	color: #9cbb23;
	font-size: 11px;
	padding-top: 10px;
}

ul#navi-standart li a:hover {color: #426486;}

ul#bildnavire {
	position: absolute;
	width: 175px;
	top: 218px;
	left: 566px;
	z-index: 300;
}

ul#bildnavire li {
	position: relative;
	float: left;
}

ul#bildnavire li a {
	width: 175px;
	height: 25px;
	position: relative;
	display: block;
	text-align: center;
	color: #5d7b01;
	font-size: 11px;
	font-weight: bold;
	padding-top: 13px;
}

ul#bildnavire li a:hover {color: #759513;}

ul#bildnavire li ul {
	display: none;
 	list-style: none;
	width: 175px;
}

ul#bildnavire li ul li {
	background-image: none;
	display: block;
}

ul#bildnavire li ul a {
	background-image: url(../images/hg_ulli.gif);
	font-size: 11px;
	display: block;
	width: 171px;
	height: auto;
	text-align: center;
	padding-bottom: 11px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

ul#bildnavire li ul a:hover {color: #426486;}

ul#bildnavire li#industrie2 ul {
	top: 0px;
	left: 175px;
	position: absolute;
}

ul#bildnavire li#krankenhaus2 ul {
	top: 0px;
	left: 175px;
	position: absolute;
}

ul#bildnavire li#dienste2 ul {
	top: 0px;
	left: 175px;
	position: absolute;
}

ul#bildnavire li#industrie2:hover ul,
ul#bildnavire li#krankenhaus2:hover ul,
ul#bildnavire li#industrie2:hover ul {display: block;}

ul#bildnavire li ul li {float: none; display: inline;}

ul#navi-rechts {
	position: absolute;
	width: 175px;
	top: 218px;
	left: 741px;
	z-index: 190;
}

ul#navi-rechts li {
	position: relative;
	float: left;
}

ul#navi-rechts li a {
	width: 175px;
	height: 25px;
	position: relative;
	display: block;
	text-align: center;
	color: #5d7b01;
	font-size: 11px;
	font-weight: bold;
	padding-top: 13px;
}

ul#navi-rechts li a:hover {color: #759513;}

/*######################################################################################################
######################################################################################################*/


/* 4. Content */

#Aussenhuelle #Content p {
	margin-bottom: 10px;
	line-height: 18px;
}

#Aussenhuelle #Content ul {margin: 0 0 10px 15px; display: block; width: 300px; float: left;}
#Aussenhuelle #Content ul.normal {margin: 0 0 10px 15px; display: block; width: auto; float: none;}

#Aussenhuelle #Content ul li {
	margin-bottom: 8px;
	background-image: url(../images/anstrich.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	position: relative;
}

#Aussenhuelle #Adressblock p {
	margin: 20px 0 38px 154px;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}

.wichtig {
	background-image: url(../images/anstrich.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	position: relative;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a:hover,
#Aussenhuelle #Content p a:hover,
#Aussenhuelle #Content p a.escape:hover,
#Aussenhuelle #Content p a.escape:hover span span,
#Aussenhuelle #Content table tr td a:hover,
#Aussenhuelle #Content table tr td a.escape:hover span span,
#Aussenhuelle #Content ul.normal a:hover {color: #2e4964;}

a:link,
#Aussenhuelle #Content p a,
#Aussenhuelle #Content p a.escape,
#Aussenhuelle #Content p a.escape span span,
#Aussenhuelle #Content table tr td a,
#Aussenhuelle #Content table tr td a.escape span span,
#Aussenhuelle #Content ul.normal a {
	color: #7e942a;
	text-decoration: none;
}

#Aussenhuelle #Content .normal a strong {
	color: #7e942a;
	text-decoration: none;
	background-image: url(../images/forward_alt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
}

#Aussenhuelle #Content .normal a:hover strong {
	color: #2e4964;
	text-decoration: none;
}

#Aussenhuelle #Adressblock p a,
#Aussenhuelle #Adressblock p a.escape,
#Aussenhuelle #Adressblock p a.escape span span {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#Aussenhuelle #Adressblock p a:hover,
#Aussenhuelle #Adressblock p a.escape:hover,
#Aussenhuelle #Adressblock p a.escape:hover span span {color: #2e4964;}

/*######################################################################################################
######################################################################################################*/
