html{
  height:100%;
  max-height:100%; 
  
}
body {
  margin: 20px;
  text-align: center;  /* nur für alte Browser */
   max-height: 100%;
}
#wrapper     {
	width: 800px;
	height: 600px;
	border-color: #00CC99;
	border-style: ridge;
	border-width: 5px;
	padding: 10px, 10px, 10px, 10px;
	top: 20px;
	margin: auto;
	position: relative;
	}
#header {
	height: 120px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(Media/header_ueber_uns.jpg);
	padding-top: 10px
}
#content {
	width: 580px;
	margin: 10px 10px 10px 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	border-width: 2ox;
	border-style: ridge;
	border-color:#CCFFFF;
	height: auto;
	position: relative;
}
#links {
	position: relative;
	left: 10px;
	width: 180px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	padding-top: 20px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	word-spacing: 3px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 5px;
}
h2 {
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	color: #FF9900;
	word-spacing: 10px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	width: 600px;
	line-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	line-height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	color: #003399;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-left: 2px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	} 
	
a:visited {
	color: #003399;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-left: 2px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;	
}
	
a:hover {
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	padding-left: 2px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

