/* 

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

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: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #a47149;
	text-decoration: none;
	list-style-type: none;
}

html, body {min-height: 100%; height: 800px;}

body {
	background-image: url(../images/hg_himmel.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #f5ebe1;
}

h1 {font-size: 18px; font-weight: normal; margin-bottom: 15px; color: #623c1a;}
h1 span.bigger {font-size: 24px; font-weight: bold; margin-bottom: 15px; color: #f56a03;}

.slider {float: right;}
#Flash {float: right;}

.floatende {clear: both;}

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


/* 2. Layout */

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

#Navi {
	width: 150px;
	height: 512px;
	background-image: url(../images/hg_index_navi.jpg);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	z-index:99;
}

#Rechts {
	width: 831px;
	height: 474px;
	background-image: url(../images/hg_index_rechts.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	float: right;
}

#Content {
	width: 790px;
	margin: 415px 0 0 0;
	padding: 0 0 0 41px;
	position: relative;
}

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


/* 3. Navigation */

#Aussenhuelle #Navi ul {
	margin: 252px 0 0 26px;

}

#Aussenhuelle #Navi ul li {
	width: 124px;
	height: 37px;
	position: relative;
	display:block;
}

#Aussenhuelle #Navi ul li a {
	width: 100px;
	height: 25px;
	padding: 12px 0 0 24px;
	display: block;
	color: #886d54;
	font-size: 12px;
	font-weight: bold;
}

#Aussenhuelle #Navi ul li a:hover {color: #f56a03;}
#Aussenhuelle #Navi ul li a.start {color: #f56a03;}

/* Stile und Position der Untermenüs: */

li.inset {margin-left:10px!important;}
li.inset a {width:211px!important;}


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


/* 4. Content */

#Aussenhuelle #Rechts #Content p {
	margin: 0 0 8px 0;
	font-size: 9px;
	color: #a47149;
	position: relative;
	width: 200px;
}


.oeffnung td {
	font-size: 9px;
    width: 95px !important;
}

.oeffnung tr {
	font-size: 9px;
}

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


/* 5. Links */

#Aussenhuelle #Rechts #Content p a,
#Aussenhuelle #Rechts #Content p a.escape,
#Aussenhuelle #Rechts #Content p a.escape span span {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	color: #a47149;
	text-decoration: none;
}

#Aussenhuelle #Rechts #Content p a:hover,
#Aussenhuelle #Rechts #Content p a.escape:hover,
#Aussenhuelle #Rechts #Content p a.escape:hover span span {
	color: #f56a03;
}

a#Emailverweis {
	width: 219px;
	height: 34px;
	position: absolute;
	top: 108px;
	left: 575px;
	background-image: url(../images/trans.gif);
}

a#Emailverweis:hover {background-image: url(../images/aktiv_email.jpg);}

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