
/*
hellblau bkgrnd: #A0C8F9
hellbalu rollover: #A0C8F9
dklblau top-balken: #7E9EC5
dklblau footer: #7E9EC5
sehr dkl dkl blau: h1,links: #546983 / h2, bold: #28333f
*/

body, html, div, p, h1, h2, h3, h4, h5 {margin: 0; padding: 0; }

body { 
width: 100%; height: 100%; 
background-color: #A0C8F9;
background-image: url(/images/basic/bkgrnd.jpg);
background-repeat: repeat-x;
}

.hand{cursor:pointer;}
.help{cursor:help;}

body, div, td, li, p, h4, h5 {
font-family: arial,helvetica,sans-serif;
font-size: 14px;
line-height: 22px;
}


/* main container */

.container {
margin: auto;
margin-top: 5%;
border: 1px solid white;
min-height: 600px;
width: 950px;
}


/* top */

div.top {
/*
height: 120px;
*/
}

.top .logobalken {
height: 55px;
background-color: #7E9EC5;
margin-bottom: 6px;
}

.top .navbalken {
height: 24px;
/*padding-top: 4px;*/
background-color: #7E9EC5;
/*overflow: hidden;*/
}

.navbalken img { margin-right: 30px;/* margin-top: -4px;*/}

.navigation {
vertical-align: top;
/*width: 456px;*/
/*margin-right: 20px;*/
/*text-align: right;
border: 1px solid red;*/
}

.navigation a {
color: white;
padding: 5px 8px;
text-decoration: none;
margin: 0px;
/*margin-top: -15px;*/
vertical-align: top;
}

.navigation a:hover, .navigation a.selected {
background-color: #A0C8F9;
color: black;
}

.navigation a:hover {
color: white;
}

/* top ende */


/* content positioning */

.contentcontainer {
min-height: 485px;
/*border: 1px solid #60f;*/
/*overflow: scroll;*/
}

.content {
margin: 30px 20px 25px 20px;
padding: 0px;/* 10% 35px 25px;*/
}

/* content positioning ende */


/* footer */

div.footer {
height: 30px;
background-color: #7E9EC5;
/*overflow: hidden;*/
}

div.footercont { 
padding-top: 5px;
/*margin-top: 5px;*/
margin-left: 20px;
height: 15px;
/*border: 1px solid red;*/
 }

div.footercont, div.footercont a  { color: white; font-size: 14px; text-decoration: none; text-align: left }

div.footercont a:hover {
color: #ccc;
}

.footer .impressum { float: right; border: 1px solid #7E9EC5; margin-right: 20px; margin-top: -1px;}

/* footer ende */








