/* 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;
}

/* Link-Klassen global */
a:link {
	text-decoration: none;
	color: #00AFFF;
}

a:visited {
	text-decoration: none;
	color: #00AFFF;
}

a:active {
	text-decoration: none;
	color: #CFCFCF;
}

a:hover {
	text-decoration: none;
	color: #00E0FF;
}

/* Pseudo-Blatt definieren */
#page {
	margin: auto;
	margin-top: 25px;
	width: 850px;
	height: 595px;
}

#header {
	height: 76px;
	background: url("./images/header.jpg") no-repeat top center;
	line-height: 76px;
	text-align: center;
}

.spacer {
	clear: both;
	height: 10px;
}

/* Bild-Bereich */
#slogan {
	height: 284px;
	background: url("./images/content-1v.jpg") no-repeat top center;
}

#slogan h1 {
	padding-left: 25px;
	padding-top: 15px;
	font-size: 24px;
	font-weight: normal;
}

#slogan h2 {
	margin-left: 35px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #00AFFF;
}

/* 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: #00AFFF;
}

#content1 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content1 li {
	width: 100%;
	background-image: url("./images/li-home.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Content links */
#content2 {
	float: left;
	width: 256px;
	margin-top: -165px;
	margin-left: 2px;
	height: 165px;
}

#content2 h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00AFFF;
}

#content2 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content2 li {
	width: 100%;
	background-image: url("./images/li-home.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: #00AFFF;
}

#content3 ul {
	border-bottom: 0px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}
#content3 li {
	width: 100%;
	background-image: url("./images/li-home.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;
}
