/*Allgemein*/
body 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:13px;
	 line-height:normal;
	 color:#333333;
	 margin:0px;
	 padding:0px 0px 0px;
	 overflow:scroll;
}

#titel01
{
	 width: 1000px;
	 height: 109px;
	 margin-left:auto;
	 margin-right:auto;
	 background-color:#ffffff;
}

#titel02
{
	 width: 1000px;
	 height: 62px;
	 margin-left:auto;
	 margin-right:auto;
	 background-color:#ffffff;
}

#titel03
{
	 width: 1000px;
	 height: 22px;
	 margin-left:auto;
	 margin-right:auto;
	 background-color:#ffffff;
}

#randunten
{
	 width: 1000px;
	 height: 11px; 
	 margin-left:auto;
	 margin-right:auto;
	 background-color:#ffffff;
}


/*Inhalt*/

#background_inhalt
{
	 width:1000px;
	 margin:auto;
     background:url(images/allgemeines/hg_inhalt.gif);
}

#content 
{
  	padding:0px;
  	width:100%;
	margin:auto;
}

#inhalt
{
	 width: 700px;
	 float: left;
	 margin-left: 36px;
	 max-height: 580px;
	 overflow: auto;
}

#trennlinie
{
	 width: 17px;
	 float: left;
}

#infobox
{
	 width: 184px;
	 float: right;
	 margin-right: 13px;
}

.textklein 
{
     font-size:11px; 
	 color:#999999;
}

.trennlinie
{
     font-size:13px; 
	 color:#B68C8C;
}

.textschwarz 
{
     font-size:13px; 
	 color:#000000;
	 font-weight: bold;
}

.textrot
{
     font-size:13px; 
	 color:#D71100;
	 font-weight: bold;
}

.textkleinschwarz 
{
     font-size:11px; 
	 color:#000000;
}

.textkleingrau 
{
     font-size:11px; 
	 color:#333333;
}

.textkleinhellgrau 
{
     font-size:10px; 
	 color:#cccccc;
}

h1
{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:15px;
	 line-height:normal;
	 color:#aa0000;
	 font-weight:bold;
}

h2
{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 line-height:normal;
	 color:#000000;
	 font-weight:bold;
}

h3
{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:17px;
	 line-height:normal;
	 color:#D91804;
	 font-weight:bold;
}

p
{
	margin: 0px;
	padding-bottom:9px;
}

ul
{
	 list-style:square;	 
}

/*Navigation*/

#navigation
{
	 width: 1000px;
	 height: 28px; 
	 margin-left:auto;
	 margin-right:auto;
	 background-image:url(images/navigation/hg_navi.gif);
}

a:link, a:visited 
{
	 font-family:verdana,arial,helvetica,san-serif; 
	 font-size:13px;
	 font-weight:normal;
	 text-decoration:underline; 
	 color:#861530; 
}

a:active, a:hover
{
	 color:#000000; 
	 font-weight:normal;
	 text-decoration:none; 
}

a.navigross:link, a.navigross:visited 
{
	 font-family:verdana,arial,helvetica,san-serif; 
	 font-size:13px;
	 font-weight:normal;
	 text-decoration:none; 
	 color:#861530; 
}

a.navigross:active, a.navigross:hover
{
	 color:#000000; 
	 font-weight:normal;
	 text-decoration:underline; 
}

a.naviklein, a.naviklein:visited 
{
	 font-family:verdana,arial,helvetica,san-serif; 
	 font-size:12px;
	 font-weight:normal;
	 text-decoration:none; 
	 color:#666666; 
}

a.naviklein:active, a.naviklein:hover
{
	 color:#861530; 
	 font-weight:normal;
	 text-decoration:underline; 
}

a.navikleinrot, a.navikleinrot:visited 
{
	 font-family:verdana,arial,helvetica,san-serif; 
	 font-size:12px;
	 font-weight:normal;
	 text-decoration:none; 
	 color:#861530; 
}

a.navikleinrot:active, a.navikleinrot:hover
{
	 color:#861530; 
	 font-weight:normal;
	 text-decoration:underline; 
}

a.navikleingrau, a.navikleingrau:visited 
{
	 font-family:verdana,arial,helvetica,san-serif; 
	 font-size:10px;
	 font-weight:normal;
	 text-decoration:none; 
	 color:#cccccc; 
}

a.navikleingrau:active, a.navikleingrau:hover
{
	 color:#cccccc; 
	 font-weight:normal;
	 text-decoration:underline; 
}

/*Tabelle*/
.table
{
	 border: 1px;
	 border-style:dotted;
	 background-color:#ffffff;
}

/*Formular*/
#input
{
	 font-family:verdana,arial,helvetica,san-serif;
	 font-size:12px;
	 color:#333333;
	 text-decoration:none;
	 background-color:#cccccc;
	 width:180px;
	 height:18px;
	 border:0px;
}

#textarea
{
	 font-family:verdana,arial,helvetica,san-serif;
	 font-size:12px;
	 color:#cccccc;
	 text-decoration:none;
	 background-color:#cccccc;
	 width:180px;
	 height:100px;
	 border:0px;
}

