/* ALLGEMEINES */


* {
	font-family: verdana, arial;
	font-size: 13px;
	line-height: 16px;	
	color: #404040;
    }

body {
	background-color: #DEE3E8;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;	
	}

h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;	
	}
	
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000000;
	}
	
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

hr {
    margin-top:10px;
    margin-bottom:10px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #C7CFD9;
}


a:link, a:visited, a:active { 
	color: #F9A033; 
   	font-weight:bold; 
 	text-decoration: none;
 	}	 	 
	 
a:hover { 
	text-decoration: underline; 
	}	

.bildfeld {
	font-size: 11px;
	line-height: 13px;	
	margin:5px;
	color: #404040;	
	}

.feld {
	margin:5px;	
	color: #404040;	
	}

.fehler_text {
	color: #CC0000;
   	font-weight:bold; 	
	}	

/* ZELLENFARBEN */

.navi_feld_text {
	background-color: #C7CFD9;
	}

.navi_feld_block {
	background-color: #D8DDE4;
	}

.navi_trenner_text {
	background-color: #DEE3E8;
	}
	
.navi_trenner_block {
	background-color: #E8EBEF;
	}
	
.navi_hg {
	background-color: #F6F6F7;
	}
		
.fehler_feld {
	background-color: #FBB866;
	}		
		
.rahmen {
	border-color:#214066;
	border-collapse: collapse;	
	border-style: solid;
	border-width: 1px;
	}
		
.weiss { 
	background-color: #FFFFFF;		
	}
b {
	font-weight: bold;
}




/* NAVI */

a.navi1:link, a.navi1:visited, a.navi1:active { 
	margin-left: 17px;
	font-size: 12px;
	line-height: 15px;	
   	font-weight:bold; 
	color: #FFFFFF;    	
 	}	 	 
	 
a.navi1:hover { 
	margin-left: 17px;
	font-size: 12px;
	line-height: 15px;	
   	font-weight:bold; 
	color: #214066;    	
	}



/* FUSS */

.fuss {
	margin-top:2px;
	font-size: 9px;
	line-height: 15px;
	color: #000000;
	}

/* ------------------------ GROSSBILDDARSTELLUNG ------------------------ */

img.pictureboxbild {
    border:none;
}

.picture_box_center{
    padding:0;
    margin:0px;
    border:0px;
    position:relative;
    font:bold 11px verdana, sans-serif;
}

.picture_box_center div{
    display:none;
}

.picture_box_center:hover div{
    display:block;
    position:absolute; left:50%; top:20px;
    margin-left:-202px;
    border:1px dashed black;
    padding:15px;
    font:normal 14px verdana, sans-serif;
    z-index:50;
}



