/* ---------- allgemeine Einstellungen ---------- */
body {
background-color: #FFFFFF;
background-image: url(grafik/verlauf.jpg);
background-attachment: fixed;
background-repeat: repeat-x;
font-family: Arial, helvetica, sans-serif; 
font-size:14px; 
color:#3b5ba9; 
line-height: 20px;
padding: 0px;
margin: 0px;
height: 100%;
}
td {
font-family: Arial, helvetica, sans-serif; 
font-size:14px; 
line-height: 20px;
}
p a:link {
color: #3b5ba9;
background-color: transparent;
text-decoration: underline;
}
p a:visited{
color: #3b5ba9;
background-color: transparent;
text-decoration: underline;
}
p a:hover{
color: #3b5ba9;
background-color: #f0f0f0;
text-decoration: underline overline;
}
h1 {
font-size: 16px;
font-style: italic;
}
/* ---------- Container ---------- */
#kopf {
background-image: url(grafik/kopf.jpg);
position: fixed;
top: 0px;
left: 10%;
height: 110px;
width:778px;
z-index: 20;
}
#rechts {
background-image: url(grafik/rechts.jpg);
position: fixed;
top: 110px;
left: 10%;
margin-left: 627px;
height: 508px;
width: 150px;
z-index: 20;
}
#navi {
background-color: transparent;
position: fixed;
top: 140px;
left: 10%;
margin-left: 580px;
width: 150px;
height: 170px;
z-index: 30;
}
#inhalt {
/*background-color: #FFFFFF;*/
position: absolute;
left:10%;
top:110px;
width: 548px;
height: 100%;
padding-left: 20px;
padding-right: 208px;
padding-top: 20px;
border-left: 1px solid #3b5ba9;
border-right: 1px solid #3b5ba9;
z-index: 10;
}
#inhaltstart {
/*background-color: #FFFFFF;*/
position: fixed;
left:10%;
top:110px;
width: 548px;
height: 100%;
padding-left: 20px;
padding-right: 208px;
padding-top: 20px;
border-left: 1px solid #3b5ba9;
border-right: 1px solid #3b5ba9;
z-index: 10;
}
#bg {
background-color: #ffffff;
position: fixed;
top: 90px;
left: 10%;
width: 778px;
margin-left:0px;
z-index: 0;
}
.bgbild {
margin:20px;
width: 500px;
height: 500px;
margin-top: 20px;
background-repeat: no-repeat;
}
#headnav{
text-align: right;
text-transform: uppercase;
margin-top: 1px;
margin-right: 25px;
color: #ffffff;
background-color: transparent;
}
#subnav{
color: #3b5ba9;
background-color: #ffffff;
display: block;
width: 550px;
padding-top: 10px;
position: fixed;
top: 110px;
left: 10%;
margin-left: 20px;
z-index:20;
}
/*#adresse {
text-align: right;
font-size: 12px;
line-height: 14px;
margin-top: 420px;
margin-right: 5px;
color: #3b5ba9;
background-color: transparent;
}*/
#adresse {
position: fixed;
bottom: 10px;
left: 10%;
z-index: 300;
text-align: right;
font-size: 12px;
line-height: 14px;
margin-top: 0px;
margin-left: 580px;
padding-top: 20px;
padding-right: 80px;
width: 160px;
height: 98px;
color: #3b5ba9;
background-color: transparent;
background-image: url(grafik/adress_bg.gif);
background-position: 15px 0px;
background-repeat:no-repeat;
}
/* ---------- Navigation ---------- */
.navilist {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.nav a {
color: #FFFFFF;
background-color: transparent;
background-image: url(grafik/button-off.gif);
background-repeat: no-repeat;
background-position: 4px 4px;
width: 150px;
height: 24px;
display: block;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 5px;
padding-left: 20px;
}
.nav a:hover {
color: #3b5ba9;
background-color: transparent;
background-image: url(grafik/button-on.gif);
background-repeat: no-repeat;
background-position: 4px 4px;
width: 150px;
height: 24px;
display: block;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 5px;
padding-left: 20px;
}
.nav-act a {
color: #3b5ba9;
background-color: transparent;
background-image: url(grafik/button-off.gif);
background-repeat: no-repeat;
background-position: 4px 4px;
width: 150px;
height: 24px;
display: block;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 5px;
padding-left: 20px;
}
.nav-act a:hover {
color: #3b5ba9;
background-color: transparent;
background-image: url(grafik/button-on.gif);
background-repeat: no-repeat;
background-position: 4px 4px;
width: 150px;
height: 24px;
display: block;
font-size: 13px;
font-weight: 600;
text-decoration: none;
padding: 5px;
padding-left: 20px;
}
#headnav a{
color: #ffffff;
background-color: transparent;
font-size: 10px;
text-decoration: none;
}
#headnav a:hover{
color: #ffffff;
background-color: transparent;
font-size: 10px;
text-decoration: underline;
}
#subnav a{
color: #3b5ba9;
background-color: transparent;
font-size: 12px;
font-weight: 700;
text-decoration: none;
}
#subnav a:hover{
color: #3b5ba9;
background-color: transparent;
font-size: 12px;
font-weight: 700;
text-decoration: underline;
}
img {
border: 1px solid #3b5ba9;
}
/* ---------- Formular ---------- */
form {
border: 1px solid #3b5ba9;
padding: 20px;
width: 500px;
float: left;
clear: left;
}
.button {
color: #3b5ba9;
background-color: #e0e0e0;
border: 2px solid #3b5ba9;
width: 150px;
float: left;
clear: left;
margin-top: 15px;
}
input, textarea {
color: #3b5ba9;
background-color: #ffffff;
border: 1px solid #3b5ba9;
width: 260px;
vertical-align: top;
}
.formtext {
width: 200px;
float: left;
clear: left;
}
input:focus, input:hover, textarea:hover {
border: 1px solid red;
}

