html {
	height:100%;
	}

body {
	margin:0%;
	padding:0%;
	vertical-align:middle;
	background-color: #effdff; /* Seitenhintergrund */
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	scrollbar-3dlight-color:#effdff; /* Farbe Scrollbalken, identisch wie Seitenhintergrund */
    scrollbar-arrow-color:#effdff;
    scrollbar-base-color:#effdff;
    scrollbar-darkshadow-color:#effdff;
    scrollbar-face-color:#effdff;
    scrollbar-highlight-color:#effdff;
    scrollbar-shadow-color:#effdff;
	}

div#containerFRONT {
    position:absolute; 
    left:50%; 
    width: 920px; 
    margin-left:-460px; 
	background-color:ffffff;
}

div#containerFrontImage {
    position:absolute; 
    left:50%; 
    width: 920px; 
    margin-left:-460px;
	height:450px;
	background-color:ffffff;
	text-align:center;
	padding-top:20px;
	background-image:url(/images/bg_front_image-1.jpg);
}

div#containerFrontText {
    position:absolute; 
    left:50%; 
    width: 920px; 
    margin-left:-460px;
	margin-top:450px;
	height:200px;
	background-color:ffffff;
	background-image:url(/images/bg_front_content.gif);
	text-align:center;
}

div#containerContentImage {
    position:absolute; 
    left:50%; 
    width: 920px; 
    margin-left:-460px;
	height:200px;
	background-color:ffffff;
	text-align:center;
	padding-top:20px;
	background-image:url(/images/bg_content_image-1.jpg);
}


.contentFOOTfront, .contentFOOTfront:link, .contentFOOTfront:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	vertical-align:bottom;
	text-decoration:none;
	color:#660000; /* Farbe Schrift Content Foot */
}

.contentFOOTfront:hover {
	color:#000000;
	text-decoration:none;
}


A.navigationTOPred, A.navigationTOPred:link { /* Navigation Top*/
	background-color : #add7f0;  /* Farbe Hintergrund Content */
	color: #0163a2; /* Farbe Schrift Content */
	font: normal 11px verdana, sans-serif; 
	text-decoration : none; 
	text-align : left;
	vertical-align:middle;
	padding-top:2px;
	padding-left:6px;
	height:20px;
	width:262px;
	display : block; 
	border-left : 1px solid #FFFFFF; 
	border-right : 1px solid #FFFFFF; 
	border-top : 1px solid #FFFFFF; 
	border-bottom : 1px solid #FFFFFF; 
} 

A.navigationTOPred:hover, {
/*background-color: #70bae3;*/
background-color: #BB391F;
color: #FFFFFF;
} 

A.navigationTOPyellow, A.navigationTOPyellow:link { /* Navigation Top*/
	background-color : #add7f0;  /* Farbe Hintergrund Content */
	color: #0163a2; /* Farbe Schrift Content */
	font: normal 11px verdana, sans-serif; 
	text-decoration : none; 
	text-align : left;
	vertical-align:middle;
	padding-top:2px;
	padding-left:6px;
	height:20px;
	width:262px;
	display : block; 
	border-left : 1px solid #FFFFFF; 
	border-right : 1px solid #FFFFFF; 
	border-top : 1px solid #FFFFFF; 
	border-bottom : 1px solid #FFFFFF; 
} 

A.navigationTOPyellow:hover, {
/*background-color: #70bae3;*/
background-color: #e7c400;
color: #000000;
} 


.imagebox {
	border : 1px solid #FFFFFF; 
}


p { 
	margin-bottom:5px;
	margin-top:5px;
}
