/*Stylesheet Wassertechnik Roy*/

html { height: 101%;}

body {
	background-color:#053378;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
h1 { font-size: 150%; }
h2 { font-size: 130%; }

#page-wrap {
	background-color:#917b3e;
	color:#000000;
	width: 813px;
	/*height: 600px;*/
	vertical-align: middle;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-color:#000;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
	

#kopf {
	position: relative;
	float: none;
}

#kopflinks {
  	width: 336px;
	height: 80%;
	float: left;
}

#kopfrechts {
  	width: 477px;
	height: 80%;
	float: right;

}

		
#nav {
	background-color: #0f55b9;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	border-color:#000;
	color: #FFF;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 70px;
	padding-bottom: 5px;*/
	}
  #nav li {
	display: inline; /* li nebeneinander anzeigen */
	list-style-type: none; /* ohne Aufzählungspunkte */
	font-size: 25px;
	font-weight: bolder;
  }
  #nav li a { text-decoration: none;  /* Unterstreichung entfernen */
  color:#000000;
  font-weight: bolder;
  padding-right: 33px;
	padding-left: 22px;
  
	 }

#nav li a:hover { 
	
	color:white;
	font-weight: bolder;
	}

#nav li a:active {
	color: white;
	/*background-color: #0F55B9;*/
	font-weight: bolder;
}
#text {
	clear: both;
	/*height: 300px;*/
	position: relative;
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 50px;
	padding-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 115%;
	list-style-type: circle;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

#footer {

	position: relative;
	text-align: center; /* zentrieren */
	background-color: #1046ae;
	color:#FFFFFF;
	font-size: 80%; /* etwas kleiner als der Rest */
	font-style: normal; /* normale Schrift, nicht kursiv */
	letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
	line-height: 1.5; /* Zeilenabstand, ohne Einheit */

	
}
.Header {
	color: #FFF;
}

#page-wrap #footer a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}


.Highlights {
	font-weight: bold;
	color: #03C;
}
.Highlight2 {
	text-transform: uppercase;
}
#page-wrap #kopf #nav li a strong {
	color: #FFF;
}
