
/* ALLGEMEIN */
body {
font-family : Arial,Verdana, Helvetica, sans-serif;
font-size :95%;
font-weight:normal;
text-align:left;
margin:0;
padding:0;
}

/* ANZEIGE UNTERDRÜCKEN */
span.hier, span.unsichtbar {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}

/* ÜBERSCHRIFTEN ERSTER ORDNUNG */
h1 {
font-family : Arial,Verdana, Helvetica, sans-serif;
font-size :1.1em;
font-weight: bold;
color: #666666;
background-color:#ffffff;
}

/* ÜBERSCHRIFTEN ERSTER ORDNUNG */
h2 {
font-family : Arial,Verdana, Helvetica, sans-serif;
font-size :1.0em;
font-weight: bold;
color: #000000;
background-color:#ffffff;
}


/* HAUPTCONTAINER */
.textkasten{
padding-bottom:1px;
padding-left : 15px;
padding-right : 5px;
margin-right: 90px;
text-align :left;
margin-top:8px;
}

/* HAUPTINFORMATION*/
.textkasten2{
height: 20em;
width: 70%;
min-width: 400px;
overflow: auto;
color: #000000;
background-color:#ffffff;
margin-right:5px;
margin-left:15px;
margin-bottom : 0px;
margin-top:0px;
padding-left : 85px;
padding-top :10px;
padding-bottom :10px;
padding-right :85px;
}

/* LINKS IM INHALTSBEREICH */
.textkasten2 a:hover {
text-decoration: none;
color: #cccccc;
background-color:#999999;
}


.textkasten2 a:link{
color:#ff9933;
background-color:#ffffff;
text-decoration:underline;
}

.textkasten2 a:visited{
color:#ff9933;
background-color:#ffffff;
text-decoration:underline;
}

.textkasten2 a:active{
color:#ff9933;
background-color:#ffffff;
text-decoration:underline;
}

/* HAUPTNAVIGATION */
#hauptnavi {
background-color:#999999;
padding:6px;
margin-left:10px;
margin-right:30px;
font-size:1.1em;
color:#ffffff;
text-align:center; 
border-width:thin;
border-color:#cccccc;
border-style:outset;
}

/* UNTERNAVIGATION */
#unternavi {
background-color:#999999;
padding:8px;
margin-left:10px;
margin-right:30px;
font-size:0.95em;
font-weight:bold;
color:#ffffff;
text-align:center; 
border-width:thin;
border-color:#cccccc;
border-style:outset;
}

/* LISTENFORMATIERUNG */
ul {
list-style-type:square;
list-style-position:outside;
font-family : Arial,Verdana, Helvetica, sans-serif;
}


/* ZEICHENVORLAGEN */
i {
color : #000066;
background-color:#ffffff;
}

b {
color : #0033cc;
background-color:#ffffff;
}


/* HYPERLINKS GESTALTEN */


A:link {
text-decoration: none;
color: #ffffff;
background-color:#999999;
}

A:active {
text-decoration: none;
color: #000000;
background-color:#999999;
}

A:visited {
	color: #000000;
	text-decoration: none;
	background-color:#999999;
}

A:hover {
	text-decoration: none;
	color: #cccccc;
	background-color:#999999;
}

.ort {
	text-decoration: none;
	color: #ff9933;
	background-color:#999999;
}

/* VALIDIERUNGSZEICHEN*/


.button1 {
 margin:8px;
 
 }

/* LOGO */
#logo {
padding-left:23px;
padding-top:15px;
float:left;
}

/* DEFINITIONSTEXTE */
.textkasten3{
padding-left : 85px;
padding-top :10px;
padding-bottom :10px;
padding-right :85px;
margin-right: 90px;
text-align :left;
margin-top:60px;
}


/* LINKS DEFINITIONSTEXTE */
.textkasten3 a:hover {
text-decoration: none;
color: #cccccc;
background-color:#999999;
}


.textkasten3 a:link{
color:#ff9933;
background-color:#ffffff;
text-decoration:underline;
}

.textkasten3 a:visited{
color:#ff9933;
text-decoration:underline;
background-color:#ffffff;
}

.textkasten3 a:active{
color:#ff9933;
background-color:#ffffff;
text-decoration:underline;
}

