/* Hintergründe */
*{
	padding:0px;
	margin:0px;
	border:0px;
}
a {
	color:#009ee0;
	text-decoration:none;
}
a:active{outline:none;}
a:focus{outline:none;}
select:active{outline:none;}
select:focus{outline:none;}
input:active{outline:none;}
input:focus{outline:none;}
html, body {
 	height: 100.01%; /* wichtig */
	font-size:12px;
	font-family:Arial,Verdana,'Lucida Grande', 'Lucida Sans Unicode','Lucida Sans Regular', Verdana, sans-serif;
	color:#5c5c5c;
	line-height:1.1;
}
body{
    background-color: #2785c2;
    background-image: url("../images/backneu.jpg");
    background-position: center 0;
    background-repeat: repeat-x;	
}
.page{
	width:1000px;
	margin:0 auto;
	min-height:100%;
	border-bottom:1px solid #2785c2;
}
.menucontainer{
	height:32px;
	width:1000px;
}
.content{
	position:relative;
	top:-2px;
	width:994px;
	margin:0 auto;
/*	border-left:1px solid #6db6e5;
	border-right:1px solid #6db6e5;*/
}
.end{
	width:994px;
	margin:0 auto;
	height:1px;
	background-color:#6db6e5;
	top:-2px;
	position:relative;
}
.presenter_container{
	margin-top:16px;
	margin-left:16px;
	float:left;	
	width:320px;
	height:240px;
	overflow:hidden;
	cursor:pointer;
}
.presenter{
	width:320px;
	height:240px;	
	float:left;
	position:relative;
}
.presenter_over{
	background-image:url(../images/ueber.png);	
	padding:10px;
	width:300px;
	height:220px;
	z-index:99;
	position:absolute;
}
.first{
	margin-left:0px;
}
.overpic{
	background-image:url(../images/over.png);	
	width:320px;
	height:240px;
	position:relative;
	z-index:90;
}
.logo{
	background-image:url(../images/logo.png);	
	width:300px;
	height:109px;
	position:absolute;
	left:680px;
}
.telefon{
	background-image:url(../images/telefon.png);	
	width:300px;
	height:120px;
	position:absolute;
	left:280px;
	top:40px;
}
.overpic h1{
	color:#0aadd3;
	font-size:12pt;	
	margin-bottom:10px;
}
.overpic p{
	font-size:11px;
}
.footer{
	margin-top:-99px;
	height:39px;
	padding-top:60px;
	/* background-image:url(../images/unten.png);		*/
	color:#bfe6ff;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#c1e6fe;
}
.ansicht h1{
	color:#389ad7;
	font-family: 'Allan', arial, serif;
	font-size:18pt;
	margin-bottom:3px;
}
.ansicht p{
		font-family: 'Open Sans', arial, serif;
		color:#757575;
}
p.leistungen{
	color:#389ad7;
}
.artikel {
    background-color: #FFFFFF;
    border: 0px solid #D1D0D0;
    float: left;
    font-size: 13px;
    line-height: 1.3;
    padding: 30px;
    text-align: justify;
    width: 500px;
}
.artikel_oben {
    float: left;
    font-size: 13px;
    line-height: 1.3;
    width: 560px;
	height: 26px;
	background-image:url(../images/boben.png);
}
.artikel_unten {
    float: left;
    font-size: 13px;
    line-height: 1.3;
    width: 560px;
	height: 26px;
	background-image:url(../images/bunten.png);
}
.artikel2_oben {
    font-size: 13px;
    line-height: 1.3;
    width: 380px;
	height: 19px;
	background-image:url(../images/artoben.png);
}
.artikel2_unten {
    font-size: 13px;
    line-height: 1.3;
    width: 380px;
	height: 19px;
	background-image:url(../images/artunten.png);
}
.artikel h1{
	font-size:12pt;
}
.artikel h2{
	font-size:10pt;	
	margin-bottom:5px;
}
.ftelefon{
	padding:4px;background-color:#e0e0e0;width:213px;border:0px;
}
.femail{
	padding:4px;background-color:#e0e0e0;width:213px;border:0px;
}
.ftext{
	padding:4px;background-color:#e0e0e0;width:332px;height:128px;border:0px;
}
.fname{
	padding:4px;background-color:#e0e0e0;width:213px;border:0px;	
}
.mark{
	background-color:#ffd374;
}