/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, form, span {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

a.rotlink{
	color:#993300;
	text-decoration:none;
}
a.rotlink:hover{
     color:#000000;
	 background-color:#CCCCCC;
     text-decoration:none;
}
a.graulink{
	color:#333333;
	text-decoration:none;
}
a.graulink:hover{
     color:#000000;
	 background-color:#CCCCCC;
     text-decoration:none;
}

a.schwarzlink{
	color:#000000;
	text-decoration:none;
}
a.schwarzlink:hover{
     color:#0000FF;
     text-decoration:underline;
}
a.sprachauswahl{
	color:#003366;
	text-decoration:none;
}
a.sprachauswahl:hover{
     color:#003366;
     text-decoration:none;
	 background-color:#CCCCCC;
}

img{
	border:none;
}

.hinweiskasten {
background-color:#E5E5E5;
padding:0.5em;
margin:0;
}
.bottom {
width:100%;
height:20em;
}

#hintergrund {
background-color:#99CC99;
margin:0;
padding:0;
position:absolute;
width:100%;
height:auto;
}
#layoutrahmen {
	     position:static; /* hebt absolute Positionierung in NN4 auf */
         margin-left:auto;
         margin-right:auto;
		 border:1px solid #99CC99;
         background-color:#FFFFEE;
         width:760px;
}
#layoutrahmen .titelmotiv {
font-size:1em;
font-weight:bold;
text-align:center;
color:#990000;
}
#layoutrahmen .sprache {
font-size:1.3em;
font-weight:normal;
color:#003366;
}


#layoutrahmen .underline {
    text-decoration:underline;
}
#layoutrahmen .klein {
	font-size:0.8em;
	line-height:150%;
	font-weight:normal;
}

#layoutrahmen .medium {
	font-size:0.9em;
}

#layoutrahmen h1{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#993300;
	font-weight:normal;
	text-align:center;
	line-height:150%;
	margin:1em 0 1em 0;
}

#layoutrahmen h2{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#006666;
	text-align:center;
	line-height:150%;
	margin:0 0 1.5em 0;
}

.absatz {
         clear:left;
		 }

.tabelle {
width:100%;
float:left;
}

.spalte-randlinks {
width:63px;
float:left;
margin:0;
}
.spalte-bild1 {
width:111px;
float:left;
margin:0;
}
.spalte-bild2 {
width:161px;
float:left;
margin:0;
}
.spalte-bild3 {
width:135px;
float:left;
margin:0;
}
.spalte-bild4 {
width:143px;
float:left;
margin:0;
}
.spalte-bild5 {
width:102px;
float:left;
margin:0;
}
.spalte-randrechts {
width:45px;
float:left;
margin:0;
}
.spalte-logolinks {
width:50px;
float:left;
margin:0;
}
.spalte-logo {
width:400px;
float:left;
margin:10px 0 0 0;
}
.spalte-sprachauswahl {
width:267px;
float:left;
margin:47px 0 0 0;
text-align:right;
}
.spalte-sprachhinweis {
font-size:0.9em;
color:#666666;
font-weight:normal;
width:280px;
float:left;
margin:10px 0 0 18px;
text-align:center;
}
#startlink {
position:absolute;
width:760px;
height:700px;
top:0;
margin-left:auto;
margin-right:auto;
z-index:2;
} 

