html, body {
	border:0 solid;
	height:100%;
	margin:0 0 0.1em;
}

body {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:95%;
	margin-top: 10px;
}

* {
	margin:0;
	padding:0;
}
a, a:visited{
	text-decoration:none;
	color:#0077b9;
}
a:hover{
	text-decoration:underline;
}
p{
	padding-bottom: 10px;
	color: #4A4A4A;
	font-size: 0.9em;
}
h1{
	color: #0077b9;
	font-size: 1.3em;
	padding: 20px 0px;	
}
h2{
	color: #0077b9;
	font-size: 1.0em;
	padding-bottom: 10px;
}
h3{
	font-size: 0.9em;
	color: #4A4A4A;
}
textarea{
	width:400px;
	height:100px;
	border: 1px solid #969696;
}
input{
	border-top: none; 
	border-bottom:1px dashed #969696; 
	border-left: none; 
	border-right: none;
	width:200px;
	
}
table{
	border: 2px solid #000;
	border-collapse:collapse;
	margin-bottom: 10px;
	font-size:0.8em;
}
td{
	padding:10px;
	border: 1px solid #000;
}
/*-- container --*/
#container{
	width: 871px;
	border: 1px solid #0077b9;
	margin: auto;
	position: relative;
}
/*-- header --*/
#header{
	width: 869px;
	height: 139px;
	background: url("../img/header.jpg");
}
#header h1{
	padding: 30px;
	font-size: 3em;
	visibility: hidden;
}
/*-- Header englisch--*/
#header2{
	width: 869px;
	height: 139px;
	background: url("../img/header2.jpg");
}
#header2 h1{
	padding: 30px;
	font-size: 3em;
	visibility: hidden;
}
/*-- menu --*/
#menu{
	background: url("../img/navi_bg") repeat-x;
	height: 1.6em;
	border-top: 1px solid #0077b9;
	border-bottom: 1px solid #0077b9;
}
#menu ul{
	list-style: none;
}
#menu li{
	float: left;
	border-right: 1px solid #0077b9;
	padding: 0 10px;
	color: #575252;
	line-height: 1.6em;
}
#menu .current{
	background: #0077b9;
	color: #fff;
	padding-bottom:1px;
}
#menu a:hover{
	background: #0077b9;
	color: #fff;
}
/*-- content --*/
#content{
	clear: left;
	padding:10px 30px;
	width: 600px;
	
}
#content .bilder{
	position: absolute;
	top: 250px;
	right:30px;
	width:200px;
	
}
#content .bilder img{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#content ul{
	padding: 10px 20px;
	font-size: 0.9em;
	color: #4A4A4A;
}

/*-- slogan --*/
#slogan{
	width: 100%;
	background: #969696;
	position: relative;
}
#slogan h1{
	color:#fff;
	padding: 10px 10px 0px 30px;
}
#slogan p{
	color: #fff;
	padding: 10px 30px;
	font-size: 1em;
}
#slogan ul{
	position: absolute;
	right:10px;
	bottom:10px;
	list-style: none;
	color: #fff;
	font-size: 0.7em;
	
}
#slogan li{
	float: left;
	padding:0 10px;
	border-right: 1px solid #fff;
}
#slogan a, #slogan a:visited{
	color: #fff;
}
#slogan .last{
	border: none;
}
/*-- footer --*/
#footer{
	width: 100%;
	height: 40px;
	background: url("../img/footer_bg.jpg") repeat-x;
	text-align: center;
	font-size: 0.8em;
}
#footer p{
	color: #575252;
	padding:10px 0;
	font-size: 1em;
}
#footer a, #footer a:visited{
	color: #575252;
}
#footer a:hover{
	color: #0077b9;	      
}
/*-- klassen --*/
.kontakt_l{
	float: left;
	width: 100px;
}
.kontakt_r{
	float: left;
	width: 200px;
}
.clear{
	clear: both;
}
.pl100{
	padding-left: 100px;
}
.button{
	background: #0077B9;
	color: #fff;
	border: 1px solid #969696;
}
.success {
	display:none;
}
.error {

	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pl50{
	padding-left: 50px;
}
.bold{
	font-weight: bold;
}
.center{
	text-align:center;
}

