body,html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica,  Verdana,  sans-serif;
	font-size: 15px;
	line-height: 135%;
	color: #27999b;
}




#container {

 /*  left:50%; */
    /*    margin-left:-456px;   Um die Hälfte der Breite nach links schieben */
     /*    top:45%; */
     /*    margin-top:-280px;  Um die Hälfte der Höhe nach oben schieben */
    margin: 5px auto;
	width: 907px;
	background: #63c1c3;

	padding: 0;
	text-align: center;
	border: 0px #ffffff solid;
		box-shadow: 0 0 15px #ccc;
-moz-box-shadow: 0 0 15px #ccc;
-webkit-box-shadow: 0 0 15px #ccc;

-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;


	
}

#navi {
	position: absolute;
	margin-left: 780px;
	}
	
#navi a{
	font-size: 9px;
	text-decoration: none;
	color: #e5f8f9;
	text-transform: uppercase;
	}	
	
#navi a:hover {
	text-decoration: underline;
	color: #fff;
	}	

#top {
	margin-top: auto;
	width: 907px;
	height: 58px;
	background-color: #63c1c3;
	text-align: center;
	-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;
	}

#main {
	width: 907px;
	height: 534px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	border: 0px #ffffff solid;
	background-image: url(../images/main-bckg.jpg);
	background-repeat: no-repeat;	
	background-color: #c6e8f0;
	
}

#left {
	width: 210px;
	height: 500px;
	float: left;
	padding: 0 0 0 40px;
	
	}
	
	

#inhalt {
	width: 907px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	border: 0px #ffffff solid;
	background-color: #c6e8f0;
	
}

#txt {
	width: 500px;
	padding: 30px 40px 100px 30px;
	margin-left: 270px;
	}
	
	

#inhalt a{

	text-decoration: none;
	color: #27999b;
	border-bottom: 1px #27999b dotted;

	}	
#inhalt a:hover {
	text-decoration: none;
	color: #fff;
	}	
	
	
#txt table {
	border: 1px #fff dotted;
	}
	
#txt table tr td {
	border: 1px #fff dotted;
	}
	
#zitat {
	margin-left: 250px;
	width: 250px;
	line-height: 155%;
	display: block;
	padding: 0 0 20px 0;
	font-style: italic;
	font-size: 14px;
	}

#oben {
	width: 907px;
	height: 264px;
	border: 0px #000 solid;
	line-height: 85% !important;
	
	}
	
	#unten {
	
	width: 907px;
	height: 268px;
	border: 0px #000 solid;
	}

#footer {
	width: 907px;
	height: 50px;
	background-color: #63c1c3;
	text-align: center;
	padding: 10px 0 0 0;
	-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;
	}
	
#footer p {
	font-size: 11px;
	color: #fff;
		}

#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #e5f8f9;
		border-bottom: 1px #fff dotted;
	}
	
	
#footer a:hover {
	text-decoration: none;
	color: #fff;
	}	
	

#oben a,
#unten a {
	color: #27999b;
	font-size: 11px;
	line-height: 100% !important;
	text-decoration: none;
	}

	
a {
  outline: none;
}
