/* 

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

Einteilung des CSS-Aufbaus

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

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

   
/* 1. Standards */


h1 {
	font-size: 18px;
	color:#999999;
	padding: 0px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2d7d2;
	margin-bottom: 20px;
	
}
h2 {
	font-size: 14px;
	color:#666666;
	padding: 0px 0px 0px 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dffde0;
	margin-left: 10px;
	margin-bottom: 25px;
	
}


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


/* 2. Layout */

#head {
display:none;
}


#content { 
	width: 815px;
}

#addy{
	padding: 10px 0px 0px 0px;
	float:right;
	width: 170px;
	color: #336666;
}


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


/* 3. Navigation */

#navi-info{
display:none;
}
#subnavi{
display:none;
}


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


/* 4. Content */

#inhalt {
	width: 599px;
	padding: 15px 0px 0px 10px;
	float:left;
	color: #737373;
}

#drucken {
	display:none;
}
#wrapper #site #content #inhalt #drucken a, #footer-inhalt #mehr a, #oben   a {
	display:none;
}

#wrapper #site #content #inhalt #drucken a:hover, #footer-inhalt #oben a:hover, #footer-inhalt #mehr a:hover {
	display:none;
}

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


/* 5. Links */




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