/* Standard-Klassen */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000007 url("../images/stripe.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Bilder erhalten trotz Link keinen Rahmen */
img {
	border: 0px;
}

hr {
	color: #FF7F00;
	background-color: #FF7F00;
}

/* Link-Klassen global */
a:link {
	text-decoration: none;
	color: #FF7F00;
}

a:visited {
	text-decoration: none;
	color: #FF7F00;
}

a:active {
	text-decoration: none;
	color: #CFCFCF;
}

a:hover {
	text-decoration: none;
	color: #FFBF00;
}

/* Pseudo-Blatt definieren */
#page {
	margin: auto;
	margin-top: 45px;
	width: 850px;
	height: 595px;
}

#navi {
	height: 30px;
	background: url("../images/navi.jpg") no-repeat top center;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 15px;
}

#navi a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#navi a:visited {
	text-decoration: none;
	color: #FF7F00;
}

#navi a:active {
	text-decoration: none;
	color: #FFDF00;
}

#navi a:hover {
	text-decoration: none;
	color: #FFDF00;
}

#navi a img {
	vertical-align: middle;
	margin-top: -3px;
}

.spacer {
	height: 1px;
}

/* Bild-Bereich */
#slogan {
	height: 284px;
	background: url("../images/middle.jpg") no-repeat top center;
}

#slogan h1 {
	padding-left: 86px;
	padding-top: 138px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

#slogan h2 {
	margin-left: 55px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #FFDF00;
}

/* Content-Blöcke */
#container {
	height: 185px;
	background: url("../images/content-2.jpg") no-repeat top center;
	padding: 7px;
}

/* Content mitte */
#content1 {
	margin-left: 285px;
	margin-right: 285px;
	height: 165px;
}

#content1 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF7F00;
}

#content1 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content1 li {
	width: 100%;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Content links */
#content2 {
	float: left;
	width: 256px;
	margin-top: -165px;
	margin-left: 5px;
	height: 165px;
}

#content2 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF7F00;
}

#content2 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content2 li {
	width: 100%;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Content rechts */
#content3 {
	float: right;
	width: 255px;
	margin-top: -165px;
	margin-right: 2px;
	height: 165px;
}

#content3 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF7F00;
}

#content3 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content3 li {
	width: 100%;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Footer */
#footer {
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}