/* Layout starts here */
html, body { 
	margin:0; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #616161;
	background-color:#EEF3EF;
	background-image:url(/fileadmin/images/back.gif);
	background-repeat:repeat-y;
}

#pagewidth{ 
	width:967px;
    padding-bottom:10px; 
}

#imageleft{
	width:31px;
	height:458px;
	float:left;
}

#header{
	width:936px;
	height:149px;
	background-image:url(/fileadmin/images/header.jpg);
	background-repeat:no-repeat;
	float:left;
}

#logo{
	width:242px;
	padding-left:31px;
	padding-top:33px;
	float:left;
}

#logo img{
	border:0;
}

#navi{
	padding-top:116px;
	float:left;
    text-transform:uppercase;
}

#navi img {
    border:0;
}

#navi a{
	padding-right:17px;
	color:#6E6E6E;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 12px;
}

#navi a:hover{
	color:#009C9D;
}

#contentLeft{
	margin-top:40px;
	width:703px;
	float:left;
}


#contentRight{
	width:233px;
	float:left;
	margin-top:45px;
}

#Contentext{
	padding-left:18px;
	width:666px;
	float:left;	
}

#Contenimage{
	padding-left:15px;
	margin-top:10px;
	width:266px;
	float:left;
}

h1{
	font-size: 17px; 
	color: #6F6F71;
	font-weight:normal;
}

p{
	line-height:16px;
}

.box{
	background-image:url(/fileadmin/images/back_rechts.jpg);
	background-repeat:no-repeat;
	margin-bottom:30px;
}

.box h2{
	font-size:13px;
	padding-left:15px;
	padding-top:15px;
	margin:0;
	padding-bottom:0;
	width:185px;
}
.box p{
	font-size:11px;
	padding-left:16px;
	width:185px;
	margin-top:3px;
	line-height:14px;
}

.box a{
	color:#5DB7B7;
	padding-left:7px;
	text-decoration:none;
}

.box a:hover{
    text-decoration:underline;
}

.box a.internal-link{
    color:#5DB7B7;
    background-image:url(/fileadmin/images/pfeil.jpg);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:7px;
    text-decoration:none;
}

.box a.internal-link:hover{
    text-decoration:underline;
}

#totop{
	padding-top:30px;
	text-align:right;
}
#totop a{
	color:#5DB7B7;
	background-image:url(/fileadmin/images/totop.jpg);
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:9px;
	text-decoration:none;
	margin-right:20px;
}

#totop a:hover{
    text-decoration:none;
}

#footer{
	width:936px;
}

#fromLeft{
	margin-left:305px;
}

#footer a{
	padding-right:17px;
	color:#5DB7B7;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover{
    text-decoration:underline;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
}

.FooterAbstand{
	margin-top:7px;
	margin-bottom:7px;
}

