/* CSS Document */


body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	 background-color:#ffffff;
 	background-image:url(../images/back.png);
 	background-position:center;
 	background-position:top;
 	text-align:center;
	 margin:0px;
 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.40em;
    margin: 0 0 0.9em; 
    text-align: left;
	color:#384e90;
}

h2 {
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	margin:0px;
    font-size: 0.80em;
    margin: 0 0 0.7em; 
    text-align: left;
	line-height:1.5em;
	color:#384e90;
}

h3 {
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	margin:0px;
    font-size: 0.8em;
	font-weight:normal;
	color: #000;
	line-height:1.3em;
	color:#384e90;
}

h4 {
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	margin:0px;
    font-size: 0.70em;
	font-weight:bold;
	color: #000;
	line-height:1.3em;
	color:#384e90;
}

h5 {
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	margin:0px;
    font-size: 1.00em;
	font-weight:bold;
	color: #000;
	line-height:1.3em;
	color:#384e90;
}

#rahmen{
z-index:10;
width:900px;
}


#top {
height:200px;
}

.menue{
text-align:right;
width:100%;
height:30px;
}

.language{
padding-right:30px;
padding-top:8px;
width:120px;
float:right;
font-size:12px;
}


#left {
background-position:top;
background-repeat:no-repeat;
width:510px;
float:left;
}

.boxTop{
background-color:#c9d2e3;
}

.boxTopLeft{
height:10px;
width:10px;
background-image:url(../images/boxTopLeft.png);
background-repeat:no-repeat;
float:left;
}

.boxTopRight{
height:10px;
width:10px;
background-image:url(../images/boxTopRight.png);
background-repeat:no-repeat;
float:right;
}

.box{
background-image:url(../images/box_right.png);
background-repeat:repeat-y;
background-position:right;
text-align:left;
}

.boxBottom{
background-image:url(../images/box_bottom.png);
background-repeat:repeat-x;
float:left;
height:10px;
width:100%;
}

.boxBottomLeft{
height:10px;
width:10px;
background-image:url(../images/boxBottomLeft.png);
background-repeat:no-repeat;
float:left;
}

.boxBottomRight{
height:10px;
width:10px;
background-image:url(../images/boxBottomRight.png);
background-repeat:no-repeat;
float:right;
}



#right {
padding-left:5px;
padding-right:5px;
width:385px;
float:left;
}


.clear {
clear:both;
height:5px;

}

.footer {
background-image:url(../images/bg_footer.png);
padding:5px;
color:#fff;
	font-size:0.75em;
	width:110%;
	overflow:visible;
	float:left;
}

.linie {
border-bottom:dashed 1px #666666;
padding-bottom:5px;
margin-bottom:5px;
}


 a:link{
 color:#006600;
 text-decoration:none;
 }
 
 a:visited{
 color:#006600;
 text-decoration:none;
 }
 
 a:hover{
 color:#6cb126; text-decoration:underline;
 }
 
 a:active{
 color:#000;
 text-decoration:underline;
 }
