/* 
Die Anordnung hier entspricht der im Quellcode.
*/

/* 
Die Anordnung hier entspricht der im Quellcode.
*/


/* 
Verhalten des Body-Bereichs
*/

	BODY {
	background-color: #ffffff; 
	font-family:Georgia, Arial, Helvetica, Sans-Serif;
	font-size:1,30em; 
	margin: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
}

 /* 
Die ganze sichtbare Website
 */
    	#website{
        padding:10px;
	width:98%;
        border:1px solid #333333;
    }
 /* 
Kopfbereich (Header)
 */
       	#header{
        padding:5px;
        margin-bottom:-25px;
        border:1px solid #333333;
        border:1px solid #333333;
	background-color: #FFFFFF;  
  /*	background-color: #3B78A5;  */
        }
        
label.seite { 
	margin-top: 2px; 
	margin-left: 2px; 
	margin-right: 2px;
	margin-bottom: 2px;
        border-top: 1px dashed #666666;
   	border-left:  1px dotted #666;
   	border-right:  1px dotted #666;
   	border-bottom:  1px dotted #666;
	padding-top: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px; 
	float: left; 
	text-align: left; 
	color:#000000;
	width: 100%; 
	height: 100%; 
        background: #F4F4F4; 
}
label.kontakt { 
	float: left; 
	text-align: right; 
	width: 70px;
}
/* 
Der Fußbereich (Footer)
 */
        #footer{
        margin-top:-10px;padding:5px;
	border:1px solid #333333;
        background-color:white;
        }
        

/* 
Verhalten bei bestimmten Tags
*/        
	ul,li{list-style:none;margin:0;padding:5px;}
	h1{margin-top:2px;}

.tabellentext {
   	font-family:Georgia, Arial, Helvetica, Sans-Serif; 
	font-size:0.7em; 
	color:#000000;
	text-decoration:none;
	text-align:center;}

.fusstext {
   	font-family:Georgia, Arial, Helvetica, Sans-Serif; 
	font-size:0.6em; 
	color:#999999;
	text-decoration:none;
	text-align:center;}

/* 
Allgemeine Formatierung! 
*/

a, address, blockquote, div, caption, cite, dfn, dl, fieldset, img, input, label, li, ol, option, p, select, textarea, td, th, ul 
{		   	font-family:Georgia, Arial, Helvetica, Sans-Serif;  color: #000000} 
a:hover {	   	font-family:Georgia, Arial, Helvetica, Sans-Serif;  color: #666666} 
a:visit {	   	font-family:Georgia, Arial, Helvetica, Sans-Serif;  color: #000000} 
a:activ {	   	font-family:Georgia, Arial, Helvetica, Sans-Serif;  color: #000000

}


/* 
Überschriften! 
*/

h1 {
	font-size		:	1.2em;
	line-height		:	1.2em;
	font-weight		:	bold;
	margin			:	0 0 10px 0;
	padding			:	0;
	color			:	#152970;
	background		:	transparent;
}

h2 {
	font-size		:	1.2em;
	line-height		:	1.2em;
	font-weight		:	bold;
	margin			:	0 0 10px 0;
	padding			:	0;
	color			:	#FF0000;
	background		:	transparent;
}

h3, h4, legend {
	font-size		:	0.95em;
	line-height		:	1.5em;
	font-weight		:	bold;
	margin			:	0;
	padding			:	0;
	color			:	#152970;
	background		:	transparent;
}

/* 
Bilder ohne Rahmen anzeigen 
*/

img {
    	border:0px;
        margin-bottom: 2px; 
}

