html{
  overflow-y:scroll;
}

body {
  font-size: 85%;
  font-family: 'Trebuchet MS', Verdana Arial, Sans-Serif;
  text-align: center;
}

#wrap {
  width: 760px;
  margin: 0 auto;
  text-align: left; /* fuer IE */
}


#header {
  float: left;
  width: 760px;
  height: 110px; /* 145 */
  text-align: right;
border-top-width: 1px ;
  border-top-style: solid;
  border-top-color:  #6699cc; border-color: #999
}

#header img {
	margin: 12px 1px 0 0;
	}



#navigation {
/*	border-left: 2px solid  #6699cc;
	border-right: 2px solid  #6699cc; */
	background-color: #C0C0C0;
	color: white;
	float: left;
	width: 760px;
	height: 39px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#navigation ul {
	margin: 10px 0 0 20px;
  	display: inline;
	white-space:nowrap;
	font-size: 110%;
	list-style-image:none;
}

#navigation ul li {
	float: left;
	margin: 4px 0 0 4px;
	padding: 0;
	list-style-type: none;

}

#navigation ul a:link, #navigation ul a:visited,
#navigation ul a:hover, #navigation ul a:active {
	display: block;
	float: left;
	height: auto;
	margin: 0 14px 0 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-size: 110%;
	color: white;}

#navigation ul a:hover, #navigation ul a:active {
	/*color: #FF8080; red */
	text-decoration: underline;
}

#navigation a#hier:link, #navigation a#hier:visited,
#navigation a#hier:hover, #navigation a#hier:active {
/*	color: #cc0066; */
	color: #6699ff;
	background-color: white;
}

#content {
  float: left;
  height: 400px; /*Bereich ist leer */
  width: 559px;
  border-right: 1px solid #999;
}


img.banner {
  margin: 0 10px 0 20px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
}

#content dl {
	margin: 10px 0 0 20px;
	padding: 4px;
	float: left;
	width: 230px;
}

#content dd {
	font-size: 0.9em;
	margin: 0 0 0 20px;
	padding: 0 5px;
	color: #333;
}

#sidebar {
  float: left;
  height: 400px; /*Bereich ist leer */
  width: 200px;
  top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px;
}

p {
  margin: 15px 20px;
}

p.achtung  {
  color: red;
  background-color: yellow;
}

p.boxtext {
  border: 1px solid #999;
  padding: 5px;
  color: black;
}

a:link {
  color: black;
  text-decoration: underlined;
}

a:hover, a:active, a:focus {
  color: #1cb727;
  text-decoration: none;
}

a:visited {
  color: grey;
  text-decoration: underlined;
}