@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	background-color: #cccccc;
}

h6 {
	color: #ffffff;
	font-size: 35px;
	font-weight: bolder;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-top: 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width:  337px;
	height: 635px;
	margin: auto;
	margin-top: 2%;
	color: #666666;
	background-color: #ffffff;
	border-top: 2px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-bottom: 2px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-right: 2px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-left: 2px;
	border-left-color: #ffffff;
	border-left-style: solid;
	background-image: url(../jpg/bg-body.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	position: absolute;
	width: 330px;
	height: 200px;
	min-height: 0px;
	font-size: 11px;
	color: #646464;
	margin-top: 5px;
	margin-left: 4px;
	background-color: transparent;
}

#content h1 {
	font-size: 13px;
	color: #646464;
	margin-top: 0px;
	margin-left: 10px;
	background-color: transparent;
}

.rot {
	color: #FF0000;
}

#content ul, li {
	font-size: 11px;
	color: #646464;
	margin-top: 2px;
	margin-left: -10px;
	margin-right: 0px;
	background-color: transparent;
}

#content a:link {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
	text-decoration: underline;
}

#content a:visited {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
	text-decoration: underline;
}

#content a:hover {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
	text-decoration: none;
}

#content a:active {
	font-size: 12px;
	color: #ff0000;
	margin-left: 10px;
	text-decoration: underline;
}

#logolinkoben {
	margin-left: 3px;
	margin-top: 3px;
	width: 332px;
	height: 180px;
	z-index: 1;
	background-color: #ff0000;
	font-size: 11px;
}

#logolinkoben a:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#logolinkoben a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#logolinkoben a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#logolinkoben a:active {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


#logolinkunten {
	margin-left: 3px;
	margin-top: 220px;
	width: 332px;
	height: 250px;
	z-index:2;
	background-color: transparent;
}