/* -------------- allgemeine Festlegungen --------------------*/

* {
margin: 0;
padding: 0;
}


a {
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #B22816;
}

a img {
border : none;
}


/* ----------- Gesamtuntergrund ----------------------------- */
body {background:  #8b92a0; color: white;  margin: 0; padding: 0;}


/* -------------- Rahmen des Textteils ---------------------- */
div {
	/*border: 1px solid #474d56*/;
	border-color: #ffffff;
	/*border-bottom-style: outset;*/
	}

/* Zeilen vom Menü*/
h1, div { background: #cacdd5; color: black;}

div#main div { background: none;
}

/*--------------  Zwischenüberschriften ------------------*/
p {font: 1em Arial, sans-serif; color: Black; margin: 1em 0; padding: 2px;}

.ft {font: 0.9em Arial, sans-serif; color: Black; margin: 1em 0; padding: 2px;}

.gros {	font-size: 18pt;}
span.leader {font-style: italic;}
span.leader_u {
	font-style: italic;
	text-decoration: underline;
}
span.leader_f {
	font-style: italic;
	font-weight: bold;
}

span.label {font: Arial, sans-serif; 
				letter-spacing: 1px;
				}
				
span.label_f {
	font: italic 1em Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: bolder;
}
span.text_f {
	font: bold 1em Arial, sans-serif;color: Black;
}

table#inhalt {color: Black;
font-family: Arial;
	letter-spacing: 0;
         font-size: 75%;}

span.text_k {
	font: 1em Arial, sans-serif;
	color: Black;
	font-style: italic;
}

span.text_u {
	font: 1em Arial, sans-serif;
	color: Black;
	text-decoration: underline;
}

span.text_fk {
	font: bold italic 1em Arial, sans-serif;
	color: Black;
}
span.abstand {
	line-height: 1em;
}
/*---------------------- Schrift ------------------------------------------- */
h1 {font-family: Arial, sans-serif; font-weight: bold; margin: 0; letter-spacing: 0; color: #B22816; }
h2 {font-family: Arial, sans-serif; font-weight: bold; font-size: 1.2em; margin: 0; letter-spacing: 0; color: #000000; }
h3 {font-family: Arial, sans-serif; font-style: normal; font-weight: normal; margin: 0;font-weight: bold; color: #113;}
h4 {font-family: Arial, sans-serif; font-style: italic; font-weight: normal; margin: 0;font-weight: bold;}
h5 {font-family: Arial, sans-serif; font-style: italic; font-weight: normal; }
.t {font-family: Times, serif; font-style: normal; font-weight: normal; }



/*--------------------------- Überschrift ------------------------------- */
div#head {
	text-align: center;
	position: absolute;
	top: 0.5em;
	left: 1em;
	padding: 0.25em 0.33em 0.125em;
	/*left: absolut;*/
	width: 96%;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
}

div#footer {
	text-align: center;
	clear:both;
	position: absolute;
	left: 1em;
	padding: 0.25em 0.33em 0.125em;
	font-size: 0.8em;
	font-family: sans-serif;
	color:#8b92a0;
	width: 96%;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
}
/*-----------------------------Abstand der Zwischenüberschrift ----------*/
div.block { border: none; margin: 30px; font-family: Verdana, sans-serif; font-size: 0.8em; background: none;}

/* ------------------------ Menü --------------------------------------*/
div#seite {
	position: absolute;
	top: 3em;
	left: 15px;
	background: transparent;
	padding: 0;
margin: 1em 5px;
	/*border-width: 0;*/
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
	width: 15%;
}


div#crumb {
	display: block;
	position: absolute;
	top: 510px;
	left: 20px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	color: #000000;
	background: #cacdd5;
	font: normal normal 10px Verdana, sans-serif;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
}

div#crumb1 {
	display: block;
	position: absolute;
	top: 540px;
	left: 20px;
	width: 150px;
	padding: 5px;
	z-index: 100;
	color: #000000;
	background: #cacdd5;
	font: normal normal 10px Verdana, sans-serif;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
}

/* zurück zum Seitenanfang  */
 #back {
         position: fixed;
         top: 650px;
         left: 20px;
         width: 160px;
          float: left;
          z-index: 100;
   	text-align: center;
        background: #cacdd5;
        font: normal 10px Verdana, sans-serif;
        border-color: #bbbbbb;
        border-bottom-style: outset;
        border-right-style: outset;
        font-size: 0.8em;

         }
/* --------------- Zwischenlinien im Menü -------------------------------------- */
div#seite a {
	display: block;
	margin: 0;
	padding: 0.33em;
	letter-spacing: 0px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #474d56;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	background: transparent none center left no-repeat;
	text-decoration: none;
	font-size: 0.7em;
}

/* -------------------- nicht ausgewählter Text im Menü ---------------------------- */
div#seite a:link {color: #474d56; background-color: transparent;}

/* --------------------  Text besuchter Seiten im Menü ---------------------------- */
div#seite a:visited {color: #8b92a0; background-color: transparent;}

/* --------------------------- Farbänderung beim Überfahren ------------------------*/
div#seite a:hover {
	background: White;
	color: #B22816;
}
/* ----------------- Menürahmen -------------------------------------*/
div#inhalt {
	border-color: #474d56;
}
/* --------------------  Inhalt ---------------------------- */
/* Überschrift */
div#inhalt h4 { padding: 0.33em 0.5em 0.167em;
	border-top: 1px solid #474d56; border-bottom: 1px solid #474d56;
	background: #b0b5bf; color: #474d56;
}
div#inhalt a:link:hover {background: #ffffff;}
div#inhalt a:visited:hover {background: #ffffff; color: #474d56;}
div#inhalt div.sublinks {border-width: 0; margin: 0;}
div#inhalt div.sublinks a {border-left: 2em solid #b0b5bf;
font-size: 0.7em; font-weight: normal; letter-spacing: normal;
padding-right: 0.66em; padding-left: 0.125em; color: #474d56;text-transform: none;}
div#inhalt div.sublinks a:visited {color: #8b92a0;}
div#inhalt div.sublinks a:hover {background: #ffffff; color: #474d56;}
div#seite a#gallery {border-top: 4px solid #ffffff; font-size: 100%;}
/* ------------------ Haupttext ------------------------------------*/
/* Farbe des Hintergrundes */
div#main {
background: #cacdd5 url("../img/wappen.gif") center no-repeat fixed; 
position: relative; 
top: 3em; 
left: 17%; 
width: 75%; 
margin: 1em; 
padding: 1em 1.5em;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
           
}


div#main h3 {letter-spacing: 3px; margin: 1.25em 0 0 ;}
div#main h3#top {margin-top: 20px;}
div#main p {margin: 0.25em 0 1em; line-height: 1.25em;}

/* -------------- Tabellendefinition ------------------------------*/
table#bilder {width: 750px; 
					font-family: "Times New Roman", Times, serif; 
					color: Black;
					}
					

table#tt {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


table#allg {color: Black;}

table#allg th {
	font-weight: bold;
	text-align: left;
}


table#tech{
	color: Black;
	border: 1px solid #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;

}

table#tech td {
	padding: 3px 10px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
}

table#tech td.left {
	text-align: left;
}

table#tech td.right { 
	text-align: right; 
}  

table#tech th {
	padding: 3px 10px;
	border: 1px solid #000;
	border-bottom: 3px double #000;
}


table#liste{
	color: Black;
	border: 0px none;
	font-size: 0.8em;
	font-family: Arial;
	border-collapse: collapse;
}

table#liste th {
	border-color: gray;
	border-top: solid;
	border-bottom: solid;
}

table#liste td {
	padding: 3px 10px;
}


/*UL {font: 1em Arial, sans-serif; color: Black; list-style-type: disc;} */

.small {letter-spacing: 0; font-size: 75%;}

/* für die Kopfzeile */
.small tr.head {	
	background: #8b92a0;
} 

.rightsmall{
	letter-spacing: 0;
	font-size: 75%;
	font-style: italic;
	text-align : right;
}



.tt1{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
	width: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tt1 .head{
	background-color: #B22816;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.tt1 .content{
	color: #000066;
	padding: 2px;
	border: 2px;
}

table#sitemap {color: Black;
					letter-spacing: 0;
					font-size: 75%;}
 div#sp1 {
	float: left;
	width: 14em;
	border: 0;
	font-family: Arial;
	background-color: transparent;
}

  div#sp2 {
	width: 10em;
	border: 0;
	font-family: Arial;
	background-color: transparent;
}


ul {
font-family: Verdana;
font-size: 0.8em;
width: 50em; 
list-style: none;
}

ul li {
float: left;
width: 15em; 
}

ul+mt {
font-family: Verdana;
font-size: 0.8em;
width: 50em;
}

ul#mt li {
float: left;
width: 25em;
}


acronym {
	border-bottom: 2px dotted #bbbbbb;
	cursor: help;

}


/*-------------------------- für Frames ----------------------------------*/
#iframe_1
{
	text-align: justify;
	width: 700px;
	height: 440px;
	border: inset #ffffff;
	background: #CCCCCC;
}

.iframe_abst
{
	padding: 30px;
}

.scroll_ber
{
	overflow: scroll;
	width: 650px;
	height: 380px;
}

.scroll_abst
{
		padding-right: 30px;
}

/*--------------------------- Text für TLA ---------------------------------*/
#tla {
	margin-left:50px;
	margin-right:50px;
	border: none;
	background-color: transparent;
}

#tla p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
}

.bild{
	float: right;
	margin: 1em 0 1em 1em;
	/*width: 300px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}


.bild1 {
	float: right;
	margin-left: 5px;
}

.bild_l{
	float: left;
	margin: 1em 1em  1em 0;
	/*width: 300px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}

.bild_l1{
	float: left;
	margin-right: 1.5em;
}



/*----- Box Änderungen ------*/
.box {
	position: absolute;
	top: 485px;
	left: 20px;
	width: 15%;
	background: #cacdd5;
	font: normal Verdana, sans-serif;
	border-color: #bbbbbb;
	border-bottom-style: outset;
	border-right-style: outset;
	z-index: 1;
}

.box h4 {
	background: #00008B;
	padding: 0.33em 0.5em 0.167em;
	border-top: 1px solid #474d56; 
	border-bottom: 1px solid #474d56;
	background: #b0b5bf; 
	color: #474d56;
}

h4 a {
	text-decoration: none;
	color: #474d56;	
}

.box h5 {
	padding-left: 0.8em;
	padding-top: 0.3em;
	color: #474d56;
	font-size: 0.7em;
	font-style: normal;
} 

h5 a {
	padding-left: 1em;
	text-decoration: none;
	color: #474d56;
}

h5 a:hover {
}


/* ------ für Tooltips --------------------*/
div#seite a span {	
	display: none; 
}

div#seite a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 7px 3px;
	font: Verdana, sans-serif;
	font-style: italic; 
	text-align: right;
	border-color: #bbbbbb;
}

.box_c {
	position: absolute;
	top: 610px;
	left: 25px;
	background: none;
	border: none;
}

div#tt {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: transparent;
	border: none;
}
/* ------------- Hover Image  --------------------- */
.hover_img a { position:relative; }
.hover_img a span { position:absolute; top:-30px; left:300px; display:none; z-index:99; }
.hover_img a:hover span { display:block; }




