
/*------------------  Ebenen   ------------------*/

#maintable { position:relative; z-index:1; height: 539px; overflow:none;}
#head { position:absolute; top: 0px; left: 0px; width: 800px; height: 161px; z-index:1;}
#navigation { position:absolute; top: 500px; left: 0px; width: 800px; height: 59px; z-index:1;}
#nextst { 
	background-color: #2b3346;
	position:absolute;
	text-align: right;
	top:55px;
	left: 430px;
	width: 325px;
	max-width: 325px;
	z-index:5;
	padding: 0px;
}
#nextsttext {
	position:absolute;
	left: 10px;
	top: 10px;
	z-index: 3;

	height: 42px;
	width: 290px;
	max-width: 290px;
	overflow: hidden;

	text-align: left; 
	font-family: Verdana;
	color: #2b3346;
	font-size: 11px;
	line-height: 14px;
}
#content { position:absolute; top: 160px; left: 60px; height: 335px; width:722px; overflow:auto; padding-bottom: 5px; z-index:4;}
#googlemaps { position:relative; width: 350px; height:320px; border: 1px dotted #c9d9fe; float:right; margin-right: 10px;}
/*------------------  Text   ------------------*/
h1 {
    font-family: Verdana;
    color: #c9d9fe;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #c9d9fe;
    margin-right: 30px;
}
h1.kurz {
    margin-right: 380px;
}

h2 {
    font-family: Verdana;
    color: #dfe2e8;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin-left: 15px;
    margin-right: 15px;
}
h2.kurz {
    margin-right: 380px;
}
h3 {
    font-family: Verdana;
    color: #dfe2e8;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -10px;
}
small {
    font-weight: normal;
}
/*------------------  Links  ------------------*/
.hidefocus { outline:0; -moz-outline:0; }

a:link {
	color: #002F98;
	text-decoration: none;

}
a:hover {
	color: #002F98;
	text-decoration: underline;
}
a:visited {
	color: #002F98;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.content:link {
	color: #c9d9fe;
	text-decoration: none;
	border-bottom: 1px dotted #c9d9fe;
}
a.content:hover {
	color: #c9d9fe;
	text-decoration: underline;
}
a.content:visited {
	color: #c9d9fe;
	text-decoration: none;
	border-bottom: 1px dotted #c9d9fe;
}

a.content:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*------------------  Formulare   ------------------*/
form {
    font-family: Verdana;
    color: #dfe2e8;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

input {
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
	padding-left:3px;
	width: 150px;
	height: 15px;
	background-color: #c9d9fe;
	border: 1px dashed #2b3346;
}
input.fehler {
       border: 1px solid #FF0000;
}
input.button {
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
	width: 117px;
	height: 29px;
	padding-left:0px;
	background-color: #c9d9fe;
	border: 0px;
}
textarea {
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
	padding-left:3px;
	width:300px;
	height: 100px;
	background-color: #c9d9fe;
        border: 1px dashed #2b3346;
}
textarea.fehler {
       border: 1px solid #FF0000;
}
