@import url("navigation.css");
/* CSS Document */

* {margin:0px; padding:0px;}

body {margin:0px; padding:0px;
 color:#4A5046;
}

.mainlayer {width:816px; margin:10px auto;}

.headerblue{border-bottom:3px solid #808D9C;}
.headerdarkblue{border-bottom:3px solid #2C65A0;}
.headergreen{border-bottom:3px solid #446C78;}
.headerrealgreen{border-bottom:3px solid #90aa72;}
.headerorange{border-bottom:3px solid #F6A64A;}
#header {height:83px;}

/*Headerbereich*/
.logo {float:left;}
.toolbaricons {float:right; padding-top:59px; padding-left:5px;}

/*Flashheader*/
.startflash {height:236px; margin:1px 0px; background-color:#FFFFFF;}
.startimage {float:left; margin-right:10px; border:1px solid #ADADAD; }

/*CONTENT */

.startcontent{
float:left;
width:806px;
padding:0px 10px 10px 10px;

}


.starttable1 {
padding:0px 15px 0px 5px;
text-align:left;
border-right:1px dashed #808D9C;
width:34%;
}

.starttable2 {
padding:0px 15px;
text-align:left;
border-right:1px dashed #808D9C;
width:33%;
}

.starttable3{
padding:0px 15px;
text-align:left;
width:34%;
}

.contentimage {
float:right;
border: 1px solid #ADADAD;
margin: 0px 0px 10px 10px;
}


/*CONTENT END*/
.footerblue{background: #808D9C;}
.footerdarkblue{background: #2C65A0;}
.footergreen{background: #446C78;}
.footerrealgreen{border-bottom:3px solid #90aa72;}
.footerorange{background: #F6A64A;}
#footer {
clear:both; 
margin-top:5px;
padding:1px 5px;
height:42px;
border-top:1px solid #ADADAD;
color:#FFFFFF;
 }


/*Linkstyles*/
#footer a {color:#FFFFFF; text-decoration:underline;}
#footer a:hover {color:#FFFFFF; text-decoration:none;}

.starttable1 a{color: #2C65A0; text-decoration:underline;}
.starttable1 a:hover{color: #2C65A0; text-decoration:none;}
.starttable2 a {color: #F6A64A; text-decoration:underline;}
.starttable2 a:hover {color: #F6A64A; text-decoration:none;}
.starttable3 a {color: #446C78; text-decoration:underline;}
.starttable3 a:hover {color: #446C78; text-decoration:none;}

