
html {
	height: 100%;
         font-size: 62,5%;
}
body {
	background-color: #101f68;
         font-family: verdana, sans serif;
         font-size: 0.8em;
		 overflow:hidden;
}

* {margin: 0px; padding: 0px; border: 0px;}

a {}
a:link, a:visited { color: #8e9195; font-family: verdana; }
a:visited {}
a:hover { color: #e29779;}

#wrapper_header {
	border: 0px solid #ffffee;
}

#header {
	background-color: #101f68;
	/*width: 1160px; */
	width:100%;
	height: 85px;
	margin: 0 auto;
         padding:  0px;
	background: url(images/logo.jpg) no-repeat;
         border: 0px solid #ffeeee;
}

/* Menu */

#menu {
	float: right;
         padding: 40px 60px 0px 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
      }

#menu a {
	display: block;
         height: 60px;
	float: left;
	padding: 0px 20px 0px 10px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
         background: url(images/bg_navi.gif) no-repeat;
}

#menu a:hover {
	text-decoration: underline;
         color: #e29779;
}


/* Inhalt */

#wrapper_black1 {
	background: #190c0b;
height: 100%;
}

#eyecatcher {
position:absolute;
top:85px;
bottom:0px;
left:0px;
right:0px;
	margin: 0 auto;
         background: url(images/bg_startseite.jpg) no-repeat top center;
         border: 0px solid #ffffff;
}

#link a {
	display: block;
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
         border: 0px solid #ff0000;
}


#black {
         margin: 0 auto;
         width: 933px;
         height: 140px;
         background: #190c0b;
         border: 0px solid #000000;
}