@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	background-image: url(../jpg/bg.jpg);
	background-position: top;
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C8570;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 990px;
	min-height: 700px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	color: #7C8570;
	border: 1px solid #666666;
	background-image: url(../gif/bg-container.gif);
	background-position: top;
	background-repeat: no-repeat;	
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Header */
#header {
	width: 990px;
	height: 220px;
	margin-top: 30px;
	/*background-image: url(../jpg/bg-header.jpg);
	background-position: top;
	background-repeat: no-repeat;*/	
}

#datum {
	position: absolute;
	margin-left: 100px;
	margin-top: 6px;
	margin-bottom: 30px;
	width: 230px;
	height: 20px;
	z-index: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	width: 990px;
	min-height: 835px;
	color: #7C8570;
	margin-top: 0px;
	background-color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menue */
#menue {
	position: absolute;
	width: 280px;
	height: 500px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
}

ul.submenu2 {
	margin:0;
	padding:0;
	font-family:, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.submenu2 li {
	margin: 0;
	padding:0;
	list-style:none;
}

.submenu2 a {
	display: block;
	height: 30px;
	padding: 10px 7px 0px 7px;
	margin: 0px 0px 0px 0px;
	background-color: ;
	background-position: left;
	background-repeat: repeat-y;
	color: #717171;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.submenu2 a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #B0B0B0;
	padding: 10px 7px 0px 7px;
	color: White;
	text-decoration: none;
}

.submenu2 #aktiv {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #666666;
	padding: 10px 7px 0px 7px;
	color: White;
	text-decoration: none;
	background-image: url(../gif/bg-menue.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content-Main */
#content-main {
	position: absolute;
	width: 710px;
	min-height: 400px;
	margin-left: 280px;
	color: #7C8570;
	margin-top: 0px;
	background-color: #ffffff;
}

#content-main h1 {
	font-size: 14px;
	color: #FF0000;
}

#content-main p {
	font-size: 12px;
}

#content-main a:link {
	color: #000000;
	text-decoration: underliner;
}

#content-main a:visited {
	color: #000000;
	text-decoration: underline;
}

#content-main a:hover {
	color: #000000;
	text-decoration: none;
}

#content-main a:active {
	color: #000000;
	text-decoration: underline;
}

input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Footer */
#footer {
	width: 990px;
	height: 20px;
	background-color: #666666;
	margin-top: 0px;
	font-size: 10px;
	line-height: 20px;
	font-size: 10px;
}

#footer p {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 10px;
	color: #ffffff;
}


#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}


