/* Logo Container */

/*
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 550;
	height: 300px;
	background : url(../images/plogo.jpg) no-repeat;
}
*/

#logo {
	width: 980px;
	height: 300px;
	background : url(../images/plogo.jpg) no-repeat;
}

/* -----------------------Container HAUPTNAVIGATION----------------------------------*/
#maintopic {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#main {
	float: right;
	height: auto;
	text-align: right;
}

#maintopic ul {
	list-style-type: none;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #128812;
	border: 1px solid #444655;
	text-transform : uppercase;
	background-color: #D2F9D2;
	text-decoration: none;
}

#maintopic a:hover {
	background-color: #F6FDF6;
	color: #128812;
}

#maintopic a.sel {
	background-color: #128812;
	color: #F6FDF6;
}
/* -----------------------Container HAUPTNAVIGATION ENDE----------------------------------*/


/* -----------------------Container OBEN RECHTS---------------------------------- */
#obenrechts {
	position: absolute;
	left: 800px;
	top: 35px;
	width: 170px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #128812;
}

#plaintext {
}

#plaintext a {
	color: #128812;
	text-decoration: none;
	font-weight: bold;
}

#plaintext a:hover {
	text-decoration: underline;
}


#datum {
	color: #128812;
	margin: 10px 0px 0px 0px;
}

/* Zelle mit dem Suchformular */
form.search {
	height: 25px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

/* Such-Formular */
form.search input {
	margin: 0px;
	vertical-align : middle;
}

/* Suchen-Feld */
input.search {
	border: 1px solid #128812;
	background-color: #fcfcfc;
	width: 120px;
	padding: 2px;
	color: #128812;
}
/* -----------------------Container OBEN RECHTS ENDE---------------------------------- */

/* -----------------------Container LINKS---------------------------------- */
#links {
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 302px;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#linksoben {
	height: 30px;
	background : url(../images/lobenbg.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#linksmitte {
	background : url(../images/lmittebg.gif) repeat-y;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#linksunten {
	height: 30px;
	background : url(../images/luntenbg.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#topic {
	padding: 0px;
	margin: 0px ;
	width: 100%;
}


/* Linke Navigation Überschrift */
#topic h3{
	color: #444655;
	padding: 5px 0px 5px 5px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #128812;
	border-top: 1px solid #128812;

}

/* Linke Unternavigation */
#topic p {
	padding: 4px 0px 4px 15px;
	color: #D2F9D2;
	margin: 0px;
}


/* Linke Unternavigation */
#topic p a {
	text-decoration: none;
	color: #444655;
}

/* Linke Unternavigation Mousover */
#topic p a:hover {
	text-decoration: underline;
	color: #128812;
}
/* -----------------------Container LINKS ENDE---------------------------------- */


/* -----------------------Container MITTE CONTENT---------------------------------- */
#contentbox {
	position: absolute;
	z-index: 0;
	left: 180px;
	top: 130px;
	width: 620px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#contentboxoben {
	height: 25px;
	background : url(../images/cobg.gif) no-repeat;
}

#contentboxmitte {
	background : url(../images/cmbg.gif) repeat-y;
}

#contentboxunten {
	height: 25px;
	background : url(../images/cubg.gif) no-repeat;
}

/* Mittlerer Hauptcontainer */
#content {
	width: 540px;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}
/* -----------------------Container MITTE CONTENT ENDE---------------------------------- */




/* HTML-Header Container */
#htmlheader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	width: 520px;
}

#htmlheader a {
	font-size: 10px;
	text-transform: uppercase;
	color: #128812;
	text-decoration: none;
}

#htmlheader a:hover {
	text-decoration: underline;
}

#boxbottom {
	background-color: #FF00FF;
	height: 50px;
	width: 980px;

}

