
/* Reset der Standardanweiungen in den Browsern für Listen */

li, ul { 
	margin:0px; 
	padding:0px  
 	}

/* Formate der Standardtags mit normaler Schriftgröße */


body         { 
	margin:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #F3F3F3
    }
             
a:link       { 
	color:#444444;
	}
a:active     { 
	color:#444444;
	}
a:visited    { 
	color:#444444;
	}
a:hover      { 
	color:#F9901A; 
	}

p   { 
	font-size:10pt; 
	color:#444444; 
	line-height: 150%; 
	margin:10px 0px 0px 0px; 
	text-align:left 
	}
	
h1  { 
	font-family:trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 130%;
	color: #F9901A; 
	font-size: 22px; 
	font-weight: normal; 
	letter-spacing:0pt; 
    margin-top:0px; 
    margin-bottom:40px; 
    margin-right:0px; 
    padding-bottom:4px; 
    text-align: left;
	}

h2  { 
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	color:#333333; 
	text-align: left;
    font-size: 12pt; 
    font-weight: normal; 
    line-height: 150%; 
    margin-top:50px; 
    border-bottom: 1px solid #e5e5e5;
    font-size: 12pt; 
	}
	
h3  { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #4444444; 
    font-size: 10pt; 
    font-weight: bold; 
    line-height: 150%; 
    }
    
ul  {
	text-align: left; 
	}
        
li  { 
	text-align: left; font-family: Verdana; 
	font-size: 10pt; 
	color:#333333; 
	line-height: 150%; 
    margin-top: 5px; 
    margin-left:15px; 
    margin-right:30px;
    list-style-type: disc; 
    list-style-image: url('images/bull.gif'); 
    font-size: 10pt; 
	}
	
	
/* individuelle Formate - class */


.haupttabelle {
	background: url('images/logo_11.gif'); 
	width:1000px;
 	}
 	
.textzelle { 	
	margin-left: 40px; 
    margin-right: 70px;
    margin-bottom:0px 
    }

.brot  { 
	font-size:8pt; 
	margin-top:0px;
	margin-bottom:45px;
    }
    
.bilderrahmen-spalte  { 	
	border-left:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
     }
     
.spalte       { 	
	background: white url('images/spalte.jpg') no-repeat;
	border:1px solid #E5E5E5;
	text-align:left;
	padding-left:15px;
	padding-right:10px
     }
.spalte:hover       { 	
	background: white;
     }
.spalte-titel       { 	
	font-size:16px;
	margin-top:0px;
	color:#333333;
     }



/* Navigation */


.navcontainer {
	margin: 0 0 0 40px;
	padding: 0 px;
	}

.navcontainer UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

.navcontainer LI {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	line-height:100%
	}

.navcontainer A {
	color: white;
	line-height:28px;
	display: block;
	width: auto;
	text-decoration: none;
	background:transparent;
	margin-right: 0px;
	padding: 0px 10px;
	border-left: 1px solid #F8989C;
	font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	}

.navcontainer A.active:link, .navcontainer A.active:visited {
	color:white;
	background:white;
	}

.navcontainer ul li a:hover	{
	color:  #E2030E;
	font-weight:bold;
	background: url('images/tab-o.gif'); 
	}

.navcontainer a:visited {
	color: white;
	font-weight:bold;
	}
