/* 

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

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

h1 {font-weight: bold; font-size: 14px; margin: 0 0 10px 0;}
h2 {font-weight: bold; margin: 0 0 10px 0;}
h3 {font-weight: bold;}
p {margin: 0 0 10px 0;}
.floatende {clear: both; display: none;}
.floatrechts { float: right; margin: 0 0 0 10px;}
.unsichtbar {display: none;}
span {display: none;}
h1.ohne {margin: 0 0 0px 0;}

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


/* 2. Layout */

#Aussenhuelle {
	width: 955px;
	height: 358px;
	margin: 0 auto;
	padding-top: 231px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

 #Navi {
	width: 243px;
	height: 358px;
	background-image: url(../images/navi.jpg);
	float: left;
}

#Content {
	width: 662px;
	height: 308px;
	padding: 20px 30px 30px 20px;
	background-image: url(../images/content.jpg);
	float: right;
}

#scroller {
	width: 662px;
	height: 305px;
	overflow: auto;
	filter: chroma(color=#00FF00); 
	scrollbar-arrow-color: #0f426e;
	scrollbar-face-color: #00FF00; 
	scrollbar-3dlight-color: #00FF00; 
	scrollbar-darkshadow-color: #00FF00; 
	scrollbar-highlight-color: #00FF00;
	scrollbar-shadow-color: #00FF00;
	scrollbar-track-color: #00FF00;
}

#Aussenhuelle #Content li {
	list-style-image: url(../images/anstrich.png);
	margin: 0 0 5px 38px;
}
*html #Aussenhuelle #Content li {
	margin: 0 0 5px 30px;
}

.bildchen {
	margin: 0 10px 0 10px;
	padding-bottom: 9px;
	padding-right: 10px;
	background-image: url(../images/bildchen.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 168px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #663a22;
}
*html .bildchen {
	margin: 0 5px 0 10px;
	padding-right: 0px;
}


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


/* 3. Navigation */

#Nav {
	width: 170px;
	height: 240px;
	margin: 50px 0 0 39px;
}

.menue {
	width: 170px;
	height: 30px;
	float: left;
}

#Aussenhuelle #Navi #Nav a.menue:hover {
	background-image: url(../images/raeder_.png);
}

.galerie {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;
	width: 178px;
	min-height: 150px;
	_height: 150px;
	text-align: center;
	color: #0f426e;
	font-size: 9px;
}
.galerieebenen {
	float: left;
	margin: 0 0 10px 0;
	width: 642px;
	min-height: 130px;
	text-align: center;
	color: #0f426e;
	font-size: 9px;
}

#Aussenhuelle #Content #scroller .galerie a {
	border: none;
}

.bordergalerie {
	border: 1px solid #FFFFFF;
}

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


/* 4. Content */

#standart .Stil2 {
	color: #FFFFFF;
}

#Aussenhuelle #Content #scroller img.thumbnails {
	margin: 10px 5px 5px 0;
	border: 1px solid #FFFFFF;
} 


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


/* 5. Links */

a:hover {text-decoration: underline;}

a:link {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #0f426e;
	text-decoration: none;
}

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