/********************** FÜR DIE GANZE SEITE **********************************/
body
{
	color: #505050; 
	background-color: #A4A5A6;
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt;
	text-align: left;
}

  
div#Seite 
{
	position: relative;
	width: 960px;
	min-height: 2100px;
	text-align: left;
	margin: 0px auto;
	padding: 10px;
	background-color: #ffffff;
	border-left: 1px solid #EDEDED;   
	border-right: 1px solid #EDEDED;
}

p,td
{
	font-size: 10pt;
	margin: 0px 0px 15px 0px;
}


h1 
{
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 15px 0; 
}
  
h2 
{
	text-align: center;
	font-size: 13px;
	margin: 15px 0px 15px 0px; 
	padding-left: 0;
}

img 
{ 
	border:none;
}

a:link, a:visited, a:active
{
	color:#505050;
}

a:hover
{ 
	color:#5E9ECA;
} 


 
 /********************** FÜR HAUPTINHALT******************************************/ 

div#Inhalt 
{
	position: relative;
	left: 180px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
	width: 580px;
	min-height: 2100px;
}
  
*html div#Inhalt   /* Höhe für IE */  
{
	height: 2100px;
}


.titel
{
	color: #505050;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.titel a:link , .titel a:visited , .titel a:active 
{ 
	text-decoration: none;
}

.titel a:hover 
{ 
	color: #505050;
} 

.untertitel
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2C87C5;
}

.untertitel a:link , .untertitel a:visited , .untertitel a:active 
{ 
	text-decoration: none;
	color: #2C87C5;
}

.untertitel a:hover 
{ 
	color: #2C87C5;
} 

.newstextKlein
{
	font-size: 11px;
}


.roteLinksHomepage
{
	font-size: 10pt;
	text-align: center;
	line-height: 12pt;
	padding: 5px;
	color: #c70005;
	background-color: #F4E2E3;
	margin: 10px 10px;
}

a.mehr
{
	font-size: 9px;
}


.blauerBalken
{
	color: #2C87C5;
	background-color: #D5E5F0;
	padding: 5px 5px 5px 2px;
	font-weight:bold;
	margin: 20px 0px 5px 0px;
	
}

/********************** FÜR TOP MENÜ ********************************************/
.kopfleiste
{
	/* width: 960px; */
	height: 80px;
	margin: 0px auto;
}
   
.topMenue
{
	line-height: 10pt;
	background-color: #2C87C5;
	color: white;
	text-decoration: none;
	text-align: right;
	text-valign: middle;
	font-size: 8pt;
	font-weight: bold;
	margin: 0 auto;
	margin-top:2px;
	padding: 5px 0px 5px 0px;
}	

.topMenue a:link , .topMenue a:visited , .topMenue a:active 
{ 
	color: White; 
	text-decoration: none;
}

.topMenue a:hover 
{ 
	text-decoration: underline;
} 


/********************** FÜR LINKES MENÜ *****************************************/
  
.menueLinks
{
	position: absolute;
	float: left; 
	width: 180px;
	padding: 0;
} 	
  
.navi
{
	float: left; 
	width: 178px;
	margin: 20px 0 0 0; 
	padding: 0px 0px 5px 0px;
	border: 0px solid #505050;   
}

.naviHaupt	
{
	margin: 0px 0px 5px 0px; 
	padding: 5px 0 0 2px;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold; 
	color: #2C87C5;
	background-color: #D5E5F0;
  	height: 23px;
}

.naviUnter	
{
	margin: 0px; 
	padding: 0 0 0 4px;
	font-size: 10pt;
	line-height: 13pt;
	color: #505050;
}
 
.naviUnter a
{
	color: #505050;
	text-decoration: none;
}

.naviUnter a:link
{
	color: #505050;
}

.naviUnter a:visited
{
	color: #505050;
}

.naviUnter a:hover
{
	color: #505050;
	text-decoration: underline;
}

.naviUnter a:active
{
	color: #505050;
}

.roteLinks
{
	float: left; 
	width: 174px;
	margin: 10px 0 0 0; 
	padding: 2px 0px 5px 4px;
	border: 0px solid #c70005; 
	background-color: #F4E2E3;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	color: #c70005;
}

.roteLinks a
{
	color: #c70005;
	text-decoration: none;
}

.roteLinks a:link
{
	color: #c70005;
}

.roteLinks a:visited
{
	color: #c70005;
}

.roteLinks a:hover
{
	color: #c70005;
	text-decoration: underline;
}

.roteLinks a:active
{
	color: #c70005;
}


.weisseLinks
{
	float: left;
	width: 176px;
	margin: 10px 0 0 0; 
	font-size: 10pt;
	text-align: center;
	line-height: 12pt;
	padding: 2px 0px 2px 0px;
	color: #505050;
	border: 2px solid #505050;   
	
}

*html .weisseLinks   /* Breite für IE */  
{
	width: 178px;
}

.weisseLinks a
{
	color: #505050;
	text-decoration: none;
}

.weisseLinks a:link
{
	color: #505050;
}

.weisseLinks a:visited
{
	color: #505050;
}

.weisseLinks a:hover
{
	color: #505050;
}

.weisseLinks a:active
{
	color: #505050;
}

 /********************** FÜR RECHTES MENÜ ****************************************/
 
.menueRechts
{
	position: absolute;
	right: 10px;
	width: 180px;
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
}
   	
 
.boxRechts
{
	float:left;
	width:173px;
	margin:10px 0 0 0;
	padding:10px 0px 5px 5px;
	border: 0px solid #505050;
}

*html .boxRechts  /* Breite für IE */  
{
	width: 182px;
}

.roteLinksRechts
{
	width:163px;
	margin:10px 0 0 0;
	padding: 3px 3px 5px 3px;
	background-color:#F4E2E3;
	color: #c70005;
	font-size: 10pt;
	line-height: 12pt;
}

*html .roteLinksRechts   /* Breite für IE */  
{
	width: 170px;
}

.roteLinksRechts a
{
	color: #c70005;
	text-decoration: none;
}

.roteLinksRechts a:link
{
	color: #c70005;
}

.roteLinksRechts a:visited
{
	color: #c70005;
}

.roteLinksRechts a:hover
{
	color: #c70005;
	text-decoration: underline;
}

.roteLinksRechts a:active
{
	color: #c70005;
}

.blaueLinksRechts
{
	width:163px;
	margin:10px 0 0 0;
	padding: 3px 3px 5px 3px;
	color: #2C87C5;
	background-color: #D5E5F0;
}

*html .blaueLinksRechts   /* Breite für IE */  
{
	width: 170px;
}

.blaueLinksRechts a
{
	color: #505050;
	text-decoration: none;
}

.blaueLinksRechts a:link
{
	color: #505050;
}

.blaueLinksRechts a:visited
{
	color: #505050;
}

.blaueLinksRechts a:hover
{
	color: #505050;
	text-decoration: underline;
}

.blaueLinksRechts a:active
{
	color: #505050;
}

.drgFallpauschalen
{
	font-family: monospace;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	margin: 8px 0px 5px 0px;
	text-decoration: none; 
}

.drgFallpauschalen a:link , .drgFallpauschalen a:visited , .drgFallpauschalen a:active 
{ 
	color: #505050;
	text-decoration: none;
}

.drgFallpauschalen a:hover 
{ 
	color: #505050;
	text-decoration: underline;
} 


