html,body{
    /* background: #9cb6eb; */
    background: #3665bf;
    font-family: Arial, Helvetica, sans-serif;
    color: #5985de;
    margin: 0px;
    font-size: 12px;
    background-image:url(../bilder_seiten/kachel_oben.png);
    background-repeat:repeat-x; 
    /* versteht nur ie */
    scrollbar-arrow-color: #001a4b;
    scrollbar-highlight-color: #001a4b;
    scrollbar-3dlight-color: #5985de;
    scrollbar-base-color: #5985de;
    scrollbar-darkshadow-color: #9cb6eb;
    scrollbar-face-color: #9cb6eb;
    scrollbar-track-color: #9cb6eb;
    scrollbar-shadow-color: #001a4b;
    /* cursor:url("fdp.cur"); */
}

/* Seitenlayout mit DIVs */

#wrapper {
	background: #5985de;
	position: absolute;
        top:0px; 
        left:0px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../bilder_seiten/hintergrund.gif);
	background-repeat:repeat-y;
        width: 100%;
	/* width: 1003px; */
	text-align: left;
}

#top {
	background: #ffffff;
	height: 105px;
        border-bottom:solid black 1px;
}


#top img.logo2 {
	position:absolute;
	margin-left: 200px;
	margin-top: 0px;
}
		
#top img.logo1 {
	position:absolute;
	margin-left: 10px;
	margin-top: 2px;
}

#undertop {
	background:#001a4b;
        color: #ffffff;
	height:20px;
	padding-left: 835px; 
	padding-top:2px;
        /* width:1258px; */
        /*width:100%; */
        border-top:solid white 1px;
        border-bottom:solid white 1px;
}

#main-section {
	background: #5985de;
	width:100%;
        width: 1003px; 
	text-align: left;
}

#navigation {
	/* background-color:#transparent; */
	position:absolute;
	width: 180px;
	float: left;
	margin-top:5px;
	left:5px;
	}


#content {
        border:solid black 1px;
	position:relative;
	background:#ffffff;
	min-height:393px;
	height:auto !important;
	height:393px;
	float:right;
        width:750px;
	margin-top:12px;
       	margin-bottom:10px;
        margin-right:10px;
        /*margin-right:10px;*/
        margin-left:0px;
        padding-top:7px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	}
	
#content img.skizze {
	margin-left:186px;
	margin-top:0px;
	}	

#untenwiederholung {
	background-image:url(../bilder_seiten/kachel_unten.png);
	/*background-repeat:repeat-x;
        background-repeat:repeat-y;*/
        background-position:left;
        background-position:top;
        overflow:visible;
        /*min-height:127px;*/
        min-height:50px;
        /*height:auto !important;*/
	/*height:127px;*/
        height:50px;
        clear:both;
}

#bottom {
        color: #ffffff;
	background:#001a4b;
	height:20px;
	padding-left:10px;
	padding-top:5px;
	clear:both;
        border-bottom:solid white 1px;
        border-top: solid white 1px;
        /* width:1249px; 
         width:100%; */
	}


/* Navigation */
#navigation li {
	/* background-color:#transparent; */
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	width:170px;
	}
		
#navigation ul {
	/* background-color:#transparent; */
	padding:0;
	margin:0;
        /*list-style-type:square; 
        color:white;
        font-weight:thin;*/
	}
			
#navigation A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:3px 4px;
	margin:2px 0 0;
	width:158px;
	}
	
#navigation A:link,
#navigation A:visited {
	background-color:#3665bf;
	margin:2px 0 0;
        border-bottom:solid white 1px;
        border-right:solid white 1px;
	}
	
#navigation A:hover,
#navigation A:focus {
	background-color:#9cb6eb;
	margin:2px 0 0;
        border-bottom:solid white 1px;
        border-right:solid white 1px;
	}

	
#ia #navigation A.ca,
#ib #navigation A.cb,
#ic #navigation A.cc,
#id #navigation A.cd,
#ie #navigation A.ce,
#if #navigation A.cf,
#ig #navigation A.cg,
#ih #navigation A.ch {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	padding-top:3px;
	padding-right:4px;
	padding-bottom:3px;
	padding-left:24px;
	border-top:none;
	margin:-1px 0 0 0;
	width:138px;
	}
		
#navigation A.n {
	display:none;
	}	




/* Schriftformate */

#content {
	line-height: 16px;
	color: #00044b;
}

#content h1 {
	font-size: 18px;
	color: #00044b;
	padding-bottom:15px;
	}


#content h2 {
	font-size: 15px;
	}
	
#content h3 {
	font-size: 12px;
	}

#content h4 {
	font-size: 16px;
	}

#content p {
	line-height: 16px;
        /*text-align: justify;*/    
	}
        
#content p.untertitel {
	line-height: 16px;
        text-align: right;
	}

#content b {
	color: #001a4b;
        /*background-color:#9cb6eb;*/    
	}

#content hr{
	background-color:#FFFFFF; /* Mozilla 1.4 */
	color:#FFFFFF; /* IE 6 */
	border: #FFFFFF; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}

#content ul {
    margin: 4px 10px 16px 16px;
    padding: 0;
    list-style: none;
	}

#content ul li{
	margin: 0 0 .5em 0;
        padding: 0px 0px 0px 18px;
	background:url(../bilder_seiten/bullet.gif) no-repeat 0px 5px;
   }
#content a:link, a:hover{
	color:#3665bf;
	}
	
#content a:active {
	color:#3665bf;
	}

#content a:visited {
	color:#3665bf;
	}
	
#content table {
	width: 750px;
	margin: 0px 0px 15px 0px;
	border: 0px none #00044b;
	border-collapse: collapse;
	}

#content th {
	background: #9cb6eb;
	color: #00044b;
	font-weight: bold;
	padding: 2px 15px;
	text-align: left;
	line-height: 1.2;
	}

#content td {
	padding: 6px 15px;
	vertical-align: top;
	border-bottom: 1px solid #00044b;
	}
	
	
/*#content tr:hover td {
	background: #9cb6eb;
}*/

#content table.normal {
        width: 170px;
        margin: 0px 0px 0px 0px;
	border: 0px none #ffffff;
	}
#content tr.normal {
	}
#content td.normal {
    	padding: 0px 0px;
	vertical-align: top;
	border-bottom: none;
	}

#content th.route {
	background: #9cb6eb;
	color: #00044b;
	font-weight: bold;
	padding: 2px 15px;
	text-align: left;
	line-height: 1.2;
	}

#content td.routetext {
	padding: 6px 15px;
	color: #00044b;
	vertical-align: top;
	border-bottom: none;
	}
	
	
#content tr.route:hover td {
	background: #FFFFFF;
}




#content tr.portrait:hover td {
	background: #FFFFFF;
	}	
	
	
#content tr.portrait {
	background: #FFFFFF;
	}	
	
	
#content td.portraitbild {
	padding:17px 0px 0px 0px;
	width:200px;
	}
	
#content td.portraittext {
	padding:13px 0px;
	width:550px;
	text-align:left;
	}
	
#content td.portraittext h3 {
	padding: 0px 0px 0px 0px;
	}		


#content table.kontakt {
	border: 0px none;
	}

#content table.kontakt td {
	border-bottom: none;
	}
	
#content td.kontaktfeld input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #00044b;
        margin: 0px;
        font-size: 12px;
	width: 300px;
	}
        
#content tr.kontakt:hover td {
	background: #FFFFFF;
	}
	
#content td.kontakttext {
	width: 130px;	
	}
	
#content td.kontaktfeld input.button {
	width: 124px;
	}

#content td.kontaktfeld textarea {
	height: 100px;
	}

#undertop a {
	text-decoration: none;
	line-height: 1px;
	}
	
#undertop a:link, a:visited {
	color: #ffffff;
	}

#undertop a:hover {
	color: #5985de;	
	}
	
#undertop a.print {
	padding: 0 0 0 20px;
        margin-left: 10px;
	background-image:url(../bilder_seiten/print.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	}
	
#undertop a.print:hover {
	background-image:url(../bilder_seiten/print_neg.gif);
	}
	
#undertop a.fontsize {
	margin-left: 30px;
	color: #ffffff;
	}
	
#undertop a.fontsize:hover {
	color: #5985de;
	}
	
#undertop a.fontsize_2 {
        /*padding-left: 855px;*/
        padding-left: 20px;
	margin-right: 10px;
        margin-left: 0px;
	color: #ffffff;
        background-image:url(../bilder_seiten/kontakt.png);
        background-repeat: no-repeat;
        /* background-position: 832px 2px; */
        background-position: 0px 2px;
	}
	
#undertop a.fontsize_2:hover {
	color: #5985de;
        background-image:url(../bilder_seiten/kontakt_neg.gif);
	}	
	
			
	

#bottom a {
	line-height: 1px;
	padding-top: 0px;
	padding-left: 100px;
	}
	
#bottom a:link, a:visited {
	text-decoration: underline;
	color: #ffffff;
	}

#bottom a:hover {
	color: #5985de;	
	}

/*BILDER*/
img {
	border: none;
	}

a img {
	border: none;
	}
        
#content img.portraitbildrand {
        border: #001a4b; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px;        
	}

#content img.standard {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
        border: #001a4b; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px;        
	}

#content img.lgdcalc {
	float: left;
	margin-left: 35px;
        margin-right: 20px;
	margin-bottom: 10px;
        border: #001a4b; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px;        
	}

#content img.mail {
	margin-left: 1px;
	margin-top: 3px;		
	}
        
#navigation img.standard {
	float: left;
	margin-left: 0px;
	margin-top: 3px;		
	}