/* CSS Document */

/*
dunkel #002e4e
rgb(23,87,132); blau mittel
rgb(0,55,93); blau dunkel
rgb(133,105,23); braun
rgb(184,70,89); ziegelrot
grau #c9d7de
*/

html,body { 
	margin: 0;
	padding: 0;
}
body { 
	margin: 0px;
	border-top: 10px solid rgb(0,55,93);
	font-family: arial,verdana,tahoma,arial,sans-serif;
	font-size: 80%;
	background-color: #f7fdff;
	background-image: url(bg1.gif);
	background-position: 10px 10px;
	background-repeat: repeat-x;
	color: #333;
	overflow: scroll;
}

h1 { display: none; }
h2 { display: none; }
hr { display: none; }


#MAIN {
	text-align: center;
	margin: 0 auto;
}
#PREHEADER { display: none; }

#BEGINNING {
	height: 0px;
}
#BEGINNING-INNER {
	position: relative;
	text-align: right;
	
	margin: 0px auto 0 auto;
	padding-top: 8px;
	width: 770px;
	height: 40px;
	color: #fff;
	font-family: Georgia,"Trebuchet MS";
	font-size:  90%;
	color: #ddd;
	
	font-weight: normal;
	letter-spacing: 0px;
}

#HEADER {
	margin: 0 auto;
	text-align:left;
	width: 770px;
	height: 40px;
	overflow: visible;
}
#HEADER-INNER {
	margin-left: -120px;
}

#HEADERTEXT {
	position: absolute;
}
#HEADERTEXT-INNER {
	text-align: right;
	font-family: georgia,serif; 
	font-size: 85%; 
	color: rgb(23,87,132); 
	position: relative; 
	width: 300px; 
	height: 0; 
	overflow: visible; 
	left: 340px; 
	top: 60px;
	font-style: italic;
}

#FOOTER {
	text-align:center;
	color: #c9d7de;
	background-color: #002e4e;
	border-top: 3px solid #c2d0d9;
}
#FOOTER-INNER {
	text-align: left;
	width: 770px;
	padding: 10px 0 12px 0;
	margin: 0 auto;
	font-size: 85%;
	font-family: arial,sans-serif;
}
#FOOTER-INNER a {  color: #c9d7de; text-decoration: underline; }



#CONTAINER {
	text-align: left;
	overflow:hidden;
	width: 770px;
	margin: 0px auto 24px auto;
}
	

#NAVIGATION {
	float: right;
	width: 220px;
	margin-top: 40px;
	text-align: left;
	font-family: georgia,verdana;
}

#NAVIGATION .HauptnavigationCSS ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #c9d7de;
}
#NAVIGATION .HauptnavigationCSS ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#NAVIGATION .HauptnavigationCSS ul li a {
	padding: 6px 8px;
	border-top: 1px solid #c9d7de;
	text-decoration: none;
	display: block;
	color: rgb(23,87,132);
	font-weight: bold;
}
#NAVIGATION .HauptnavigationCSS ul li a.ausgew {
    background-image: url(navi-bg4.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #c9d7de;
}
#NAVIGATION .HauptnavigationCSS ul li a:hover {
    background-image: url(navi-bg6.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	color: rgb(184,70,89);
	font-weight: bold;
}

#NAVIGATION ul.SubnavigationCSS {
	display: none;
	margin: 0; 
	padding: 0;
	list-style: none;
	border-bottom: 0px;
}
#NAVIGATION ul.SubnavigationCSS li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#NAVIGATION ul.SubnavigationCSS li a {
	padding: 3px 8px 3px 16px;
	border-top: 1px solid #c9d7de;
	text-decoration: none;
	display: block;
	color: rgb(23,87,132);
	font-weight: normal;
}
#NAVIGATION ul.SubnavigationCSS  li a:hover {
    background-image: url(navi-bg6.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	color: rgb(184,70,89);
	font-weight: normal;
}




#KRUEMEL { display: block; margin-top: 160px; }
#KRUEMEL ul { margin: 0; padding: 0; list-style: none; }
#KRUEMEL ul li { font-size: 85%; display: inline; margin: 0; padding: 0; }
#KRUEMEL ul li a { display: inline; text-decoration: none;  }

#SUCHE { display: none; }

#CONTENT {
	text-align: left;
	width: 510px;
}
#CONTENT-INNER {
	margin-top: 8px;
	margin-left: 0px;
}
li,p { margin-top: 0; margin-bottom: 1em; line-height: 1.5em }
ul { list-style: square; margin-left: 0em; padding-left: 0em; margin-bottom: 0.7em; }
li { margin-left: 2em; margin-bottom: 0.3em; }
h3,h4,h5,h6 { font-family: arial,georgia,tahoma,Verdana; color: #002e4e; color: rgb(23,87,132);}
h3 { margin-top: 0px; line-height: 1.3em; font-size: 170%; font-weight: bold; font-style: normal; margin-bottom: 0.7em; }
h4 { margin-top: 1.7em; line-height: 1.3em; margin-bottom: 0.5em; font-size: 140%; font-family: arial; font-weight: normal; font-style: italic; }
a { color: rgb(23,87,132); }
a:hover { color: rgb(184,70,89); }

#ADDITIONAL {
	display: none;
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align: left;
	background-color: lime;	
}
.Untertitel { font-family: georgia; font-size: 110%; line-height: 1.3em; font-weight: normal; font-style: italic; color: #666; margin-top: -0.9em; margin-bottom: 1.5em;  }

.fs { font-size: 85%; line-height: 1.4em; letter-spacing: 0px; }



/* Bilder */
.BildLinks, .BildRechts { margin-top: 2px; margin-bottom: 12px; border-bottom: 1px dotted #ccc; width: 260px; }
.BildLinks { float: left; margin-right: 18px; }
.BildRechts { float: right; margin-top: 2px; margin-left: 12px; margin-bottom: 12px; border-bottom: 1px dotted #ccc; }

.Foto { }
.Foto img { background-color: #fff; padding: 5px; border: 1px solid #d8d8d8; }
.Bildtext { background-image: url(bildschatten.gif); background-position: top right; background-repeat: no-repeat; padding-left: 5px; padding-top: 6px; font-size: 85%; font-family: arial; font-weight: bold; color:#666; margin-bottom: 6px; }
.Bildtext .Copyright { font-weight: normal; font-style: italic; }

/* Boxen */
.Box1 { font-family: arial; background-image: url(box1-oben.gif); background-repeat: no-repeat;  width: 220px; padding-top: 24px; }
.Box1 .Inhalt { padding-bottom: 4px; padding-left: 12px; padding-right:8px; font-size: 85%; background-image: url(box1-unten.gif); background-repeat: no-repeat; background-position: bottom; }

.Box2 { background-image: url(box2-oben.gif); background-repeat: no-repeat; background-color: rgb(0,55,93); width: 220px; padding-top: 14px; }
.Box2 .Inhalt { color: #e0e0e0; padding-bottom: 20px; padding-left: 12px; padding-right: 8px; font-size: 85%; background-image: url(box2-untenb.gif); background-repeat: no-repeat; background-position: bottom; }

.Box2 h4 { margin-top: -2px; color: #f0f0f0; font-style: italic; font-weight: bold; font-family: georgia; }
.Box2 a { color: rgb(255,245,45); }

/* Boxen 510px*/
.Box510rot, .Box510gruen, .Box510blau {
	background-image: url(box510-rot.jpg); 
	background-repeat: no-repeat;  
	background-position: top;
	width: 510px; 
	padding-top: 12px; 
	margin-bottom: 1em;
}
.Box510rot .Inhalt,.Box510gruen .Inhalt, .Box510blau .Inhalt { 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 1px;
	background-image: url(box510-rot.jpg); 
	background-repeat: no-repeat;
	background-position: bottom; 
}

.Box510rot { background-image: url(box510-rot.jpg);  }
.Box510rot .Inhalt { background-image: url(box510-rot.jpg); }

.Box510gruen {  background-image: url(box510-gruen.jpg); }
.Box510gruen .Inhalt { background-image: url(box510-gruen.jpg); }

.Box510blau { background-image: url(box510-blau.jpg); }
.Box510blau .Inhalt { background-image: url(box510-blau.jpg); }



.gelb { color: rgb(255,245,45); }


ul.internal-link { list-style: none; z-index: 100; }
ul.internal-link li { margin-bottom: 0; padding-left: 20px; margin-left: 0em; background-image: url(pf-rechts4.gif); background-repeat: no-repeat; background-position: 0px 3px; }
ul.internal-link li a { display: block; font-weight: bold; font-size: 110%; }
ul.internal-link li p { font-size: 90%; margin-bottom: 0.4em; line-height: 1.4em; }


#NAVIGATION .Box2 ul.internal-link li { padding-left: 18px; background-image: url(pf-rechts8.gif); background-repeat: no-repeat; background-position: 0px 3px; }
#NAVIGATION .Box2 ul.internal-link li p { font-size: 100%; }

#NAVIGATION h4 { font-family: georgia,serif; margin-top: 0.8em; line-height: 1.3em; margin-bottom: 0.4em; font-size: 130%; font-weight: bold; }
#NAVIGATION .Box2 h4 { margin-top: -2px; }


.MimeTeas .MimeSymbol { float: left; width: 26px; }
.MimeTeas .MimeTitel { margin-left: 26px; }
.MimeTeas .MimeInhalt { margin-left: 26px; font-size: 90%; margin-bottom: 6px; margin-top: 3px;  }


