@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
/*Bug fr IE 5*/
/*ul, ol, dl 
	{ position: relative;} /*
/*Bug Ende*/

#wrapper
{
	margin: auto;
	width: 900px;
}
#top-nav {
	position: absolute;
	height: 25px;
	width: 180px;
	left: 720px;
	top: 10px;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	background-image: url(../images/button_grey.gif);
	background-repeat: no-repeat;
}
#top-nav a {
	text-decoration: none;
	color: #CCCCCC;
}
#top-nav a:hover {
	color: #FFFFFF;
}

#spacer {
	height: 208px;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	position: absolute;
	height: 165px;
	top: 38px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 900px;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
}
#left {
	float: left;
	width: 616px;
}
#sub {
	background-color: #DAEFF9;
	height: auto;
	margin-top: 4px;
	margin-bottom: 7px;
	width: 595px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px solid #2E7BC5;
	padding-bottom: 5px;
}
#sub p {
	font-size: 14px;
	color: #333333;
}

#sub h1 {
	font-size: 16px;
	color: #333333;
}

#nav {
	height: 37px;
	width: 616px;
	position: relative;
	background-color: #333333;
}
#visit {
	padding-top: 15px;
	background-image: url(../images/moon.jpg);
	background-repeat: no-repeat;
	height: 285px;
	width: 616px;
}
#right {
	float: right;
	width: 275px;
	height: auto;
	background-image: url(../images/werbung.gif);
	background-repeat: no-repeat;
	padding-top: 75px;
}
#right-i {
	height: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/yellow_button.jpg);
	background-repeat: no-repeat;
}
#right_2 {
	background-image: url(../images/yellow_button.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.fett {
	font-weight: bold;
}

#right_3 {
	background-image: url(../images/yellow_button.jpg);
	background-repeat: no-repeat;
	height: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #333333;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#right  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
#right  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: -18px;
	text-align: right;
}
.pix12 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

#right a {
	color: #333333;
	float: right;
	font-size: 12px;
	margin-top: 8px;
}
#right a:hover {
	color: #FF0000;
	float: right;
	font-size: 12px;
	margin-top: 8px;
}



.clear {
	clear: both;
}

.red {
	color: #FF0000;
}
#copyright {
	font-size: 12px;
	color: #CCCCCC;
	background-color: #666666;
	width: 900px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

#copyright a {
	text-decoration: none;
	color: #CCCCCC;
}

#copyright a:hover {
	color: #FFFFFF;
}
p {
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
}



}

  ul#Navigation {
	margin: 0;
	text-align: center;
	padding: 0px;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
	float: left;
	width: 152px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	height: 28px;
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	position: relative;
	padding-top: 7px;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 152px;
  }
  ul#Navigation a:hover, ul#Navigation span {
	color: #FFFFFF;
	background-color: #999999;
  }
  ul#Navigation div {
     clear: left;
  }
