
/* Formatierung -------------------------------- */

*
	{
	margin: 0px; 
	padding: 0px;
	font-size: 13px;
	line-height: 1.3;
	font-family: Arial, sans-serif;
	}

body
	{
	background-color: #fff;
	background-image: url(/pic/hg_nowuster.png);
	background-repeat: repeat-x;
	}

p	
	{
	font-style: normal;
	margin-bottom: 10px;
	}

.text10 { font-size: 10px; }
.text11 { font-size: 11px; }
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }

#headercontent p
	{
	margin-bottom: 6px;
	}
	
h1, h2, h3, h4
	{
	color: #286DA8;
	/* letter-spacing: 1px; */
	font-weight: normal;
	}

h3, h4
	{
	margin-top: 0px;
	margin-bottom: 2px;
	color: #777;
	}
	
h1	{
	font-size: 23px;
	margin-bottom: 16px;
	line-height: 30px;
	}

#RubrikenTitel h1
	{
	margin-top: 65px;
	line-height: 32px;
	font-size: 25px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	}
	
#headercontent h4	{
	font-size: 14px;
	color: #286DA8;
	margin-bottom: 9px;
	margin-top: 0;
	font-weight: 0px;	
	}

h2	{
	font-size: 20px;
	}

h3	{
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

h4	{
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 18px;
	font-weight: 0px;	
	}

.bluebox
	{
	font-size: 23px;
	color: #FFF;
	line-height: 24px;
	}
/* Standardlinks text-decoration: underline; */
#content a, #content a:link {  color: #75A701; text-decoration: none; }
#content a:visited { color: #618402; }
#content a:hover, #content  active { color: #9BD206; text-decoration: underline; }


address
	{ 
	font-style: normal; 
	text-align: left; 
	padding-right: 20px;
	font-size: 12px;
	}

/* A u f z ae h l p u n k t e  ------------------ */  	
ul,ol	{
	margin: 5px 15px;
	padding: 0px;
	}

li 	{
	margin: 0px 0px;
	padding-bottom: 2px;
	}

/* I n h a l t s b i l d e r  TextBild-Modul  ------------------ */ 
img.textbildleft
	{
	float: left;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 15px;
	/*border: 1px solid #c00;*/
	}

img.textbildright
	{
	float: right;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 15px;
	/*border: 1px solid #c00;*/
	}
