/* ALLGEMEIN / STARTSEITE */

html {
height: 100%;
margin: 0;
padding: 0;
}

body {
background-image: url(img/back.jpg);
background-repeat: repeat-x;
background-color: #83AF15;
margin: 0;
padding: 0;
text-align: left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
height: 100%;
color: #fff;
}

.killfloat {
clear: both;
height: 0;
width: 0;
margin: 0;
padding: 0;
}

.karte {
background-image: url(img/karte.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
border: 0;
}

.page {
position: absolute;
top: 20px;
left: 50%;
margin-left: -480px;
width: 960px;
height: 680px;
}

.frame {
position: relative;
width: 956px;
height: 596px;
border: 1px #39c solid;
padding: 1px;
}

.topmenu {
position: absolute;
z-index: 999;
height: 23px;
margin: 0px;
padding: 0px;
top: 1px;
left: 1px;
}

.flash {
position: absolute;
z-index: 1;
margin: 0px;
padding: 0px;
top: 1px;
left: 1px;
}

.bottom {
height: 80px;
color: #fff;
}

.bottom a{
text-decoration: none;
color: #fff;
}

.bottom a:hover{
text-decoration: underline;
color: #fff;
}

.links{
float: right;
padding-top: 10px;
padding-right: 20px;
}

.banner{
float: left;
margin-top: 38px;
}

.banner img{
margin-right: 16px;
}

/* INHALTSSEITEN */

.logos{
position: absolute;
right: 10px;
top: 10px;
}

.content{
margin-top: 24px;
}

.left{
float: left;
width: 460px;
height: 572px;
background-color: #139eda;
}

.right{
float: right;
width: 496px;
height: 572px;
background-color: #ccc;
}

.layover{
position: absolute;
bottom: 50px;
left: 50%;
margin-bottom: -80px;
margin-left: -150px;
width: 300px;
text-align: center;
}

.logos img{
padding-left: 30px;
}

.transparent img, .transparent div{
float: left;
}

tr,td{
font-size: 0.92em;
}

input, textarea{
font-family: "Trebuchet MS";
font-size: 0.92em;
border: 1px #ccc solid;
}

.error{
padding:5px;
padding-bottom: 15px;
}