body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height:14px;
 margin:0px;
 padding:0px;
 width:80%;
	} 
	
/* Erster Buchstabe des P-Tags Fett*/
p:first-letter { font-size:13px;}  

/* Hauptrahmen*/
#tablebackground {
background-color:#FFFFFF;
}


/* Beinhaltet Logo und die 5 Toolbuttons*/
#header {
border-bottom:3px solid #808D9C;
}
/* Logo links oben*/
#logo {
float:left;
padding-bottom: 5px;
}

/* Die 5 Toolbuttons*/
#toolbar {
display:none;
}

/* Flashbereich*/
#flash {
display:none;
}

/* Navigationsbereich*/
#navigation {
display:none;
}
/* Rahmen des Hauptinhaltes*/
#mainborder {
border-top:3px solid #90AA72;
border-bottom:3px solid #90AA72;
border-left:0px;
border-right:0px;
font-size:13px;
}
/* Abstand zwischen Hauptinhalt und Infoinhalt*/
#spaceborder {
display:none;
}
/* Rahmen des Infoinhaltes*/
#infoborder {
display:none;
}

/*Überschriften im Informationsbereich*/
h2 {
display:none;
}

/*Ausrichtung des Pfeiles*/
#arrow {
display:none;

}


/* Hauptinhalt*/
#maincontent {
vertical-align:top;
font-size:13px;
line-height:14px;
padding-bottom:5px;
padding-right:10px;
padding-left:10px;

}

/* Informationsinhalt*/
#infocontent {
display:none;
}

/* Hauptbilder im Maincontentbereich*/
#hauptbild {
display:none;
}


#header1 {
border-right:1px dashed #808D9C;
vertical-align:top;
width:250px;
font-size:13px;
}

#header2 {
border-right:1px dashed #808D9C;
vertical-align:top;
width:250px;
font-size:13px;
}

#header3 {
display:none;
}


/* Footer Bereich*/
#adresstable {
color:#000000;
border-top:3px solid #808D9C;
border-bottom:0px;
border-right:0px;
border-left:0px;
font-size:12px;
padding-bottom:5px;
padding-right:70px;
padding-left:10px;

}



A:link { 
COLOR:#2C65A0;
	TEXT-DECORATION:underline;
	font-weight: bold;
}
A:visited {
	COLOR:#2C65A0;
	TEXT-DECORATION:underline;
	font-weight: bold;
}
A:hover {
	COLOR:#2C65A0;
	TEXT-DECORATION:none;
	font-style: bold;
}
A:active { COLOR:#2C65A0; 
		   TEXT-DECORATION:underline; 
		   font-style:normal; 
	  	   font-weight: bold;}


a.green:link {
   color: #90AA72;
   	TEXT-DECORATION:underline;
	font-weight: bold;
}

a.green:visited {
	COLOR:#90AA72;
	TEXT-DECORATION:underline;
	font-weight: bold;
}
a.green:hover {
	COLOR:#90AA72;
	TEXT-DECORATION:none;
	font-style: bold;
}
a.green:active { COLOR:#90AA72;
		   TEXT-DECORATION:underline; 
		   font-style:normal; 
	  	   font-weight: bold;}

a.orange:link {
   color: #F4791F;
   	TEXT-DECORATION:underline;
	font-weight: bold;
}

a.orange:visited {
	COLOR:#F4791F;
	TEXT-DECORATION:underline;
	font-weight: bold;
}
a.orange:hover {
	COLOR:#F4791F;
	TEXT-DECORATION:none;
	font-style: bold;
}
a.orange:active { COLOR:#F4791F;
		   TEXT-DECORATION:underline; 
		   font-style:normal; 
	  	   font-weight: bold;}


.blaetternunten {
	padding-top: 10px;
}