/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. TYPO3 */



body {	
	background-color: #fff;
	color: #898989;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	line-height: 18px;
}

/* FARBEN

#898989 > grau
#004795 > blau
#22a136 > gruen

*/

/* 1. Ueberschrift / Links / Schriften */

h1 {
	color: #898989;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
}

h2 {
	color: #898989;
	font-weight: normal;
	font-size: 21px;
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	line-height: 22px;
}

h3 {
	color: #898989;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
}

h4 {
	color: #898989;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link, a:visited, a:active  {
	color: #898989;
	text-decoration: underline;
}

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

a img {
	border: 0px;
}



/* 2. individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

p {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p.bodytext {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul {
	list-style: square;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	list-style: square;
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
}

hr {
	color: #898989;
	background-color: #fff;
	height: 1px;
	border: 0px;
	border-top: 1px solid #898989;
	margin: 6px 0 6px 0;
}


/* 3. Container */

#allbox {
	width: 100%;
}


/* 3.1. Container Kopfbereich - top */

#topmiddlebg {
	width: 100%;
	background-image: url(../pics/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#topallbox {
	width: 1000px;
	height: 385px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#topleftbox {
	width: 520px;
	margin: 0 0 0 10px;
	float: left;
}

#topimagebox {
	width: 520px;
	background-image: url(../pics/topimage_bg.jpg);
	background-repeat: no-repeat;
}

#toprightbox {
	width: 440px;
	margin: 0 0 0 20px;
	float: left;
}

#toplogobox {
	width: 440px;
	padding: 55px 0 0 0;
	text-align: right;	
}

#topnavbox {
	width: 440px;
	padding: 96px 0 0 0;
	text-align: right;		
}

#topnav {
	font-size: 11px;
	text-transform: uppercase;
}

#topnav ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

#topnav li {
	cursor: pointer;
	float: left;
	list-style: none;
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#topnav li a {
	background: url(../pics/topnav_bg_left.jpg) no-repeat top left;
	color: #898989;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#topnav li a span {
	background: url(../pics/topnav_bg_right.jpg) no-repeat top right;
	color: #898989;
	display: block;
	padding: 6px 10px 2px 0;
	text-decoration: none;
}

* html #topnav li a {
	background: url(../pics/topnav_bg_left.jpg) no-repeat top left;
}

* html #topnav li a span {
	background: url(../pics/topnav_bg_right.jpg) no-repeat top right;
}

#topnav li a:hover span {
	background-position: 100% -30px;
	color: #898989;
}

#topnav li a:hover {
	background-position: 0 -30px;
	color: #898989;
}

#topnav li a#topcurrent {
	background-position: 0 -30px;
	color: #898989;
}

#topnav li a#topcurrent span {
	background-position: 100% -30px;
	color: #898989;
}



/* 3.2. Container Contentbereich - middle */

#middleallbox {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(../pics/middleallbox_bg.png);
	background-repeat: no-repeat;
}

/* IE6 */

* html #middleallbox {
	background-image: url(../pics/middleallbox_bg.gif);
}

#middlenavbox {
	width: 250px;
	float: left;
}

#nav ul {
	margin: 38px 0 0 30px;
	padding: 0 0 0 0;
	list-style: none;
}

#nav ul li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
	color: #898989;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a#current {
	color: #004795;
	text-decoration: none;
}

#nav ul li ul {
	margin: 5px 0 0 12px;
	padding: 0 0 0 0;
	list-style: none;
}

#nav ul li ul li {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	list-style: none;
	font-size: 11px;
	text-transform: none;
}

#nav ul li ul li a:link, #nav ul li ul li a:visited, #nav ul li ul li a:active  {
	color: #898989;
	text-decoration: none;
}

#nav ul li ul li a:hover, #nav ul li ul li a#subcurrent {
	color: #004795;
	text-decoration: none;
}

#middlespacer {
	width: 50px;
	height: 400px;
	float: left;
}

#middlecontentbox {
	width: 700px;
	float: left;
	padding: 0 0 20px 0;
}

#content #onecol #sub1 {
	width: 700px;	
}

#content #twocol #sub1 {
	width: 325px;	
	float: left;
}

#content #twocol #sub2 {
	width: 345px;	
	margin: 0 0 0 30px;
	float: left;
}

#content #twocol2zu1 #sub1 {
	width: 450px;	
	float: left;
}

#content #twocol2zu1 #sub2 {
	width: 200px;	
	margin: 0 0 0 50px;
	float: left;
}

#content #twocol1zu2 #sub1 {
	width: 250px;	
	float: left;
}

#content #twocol1zu2 #sub2 {
	width: 390spx;	
	margin: 0 0 0 60px;
	float: left;
}

#content #threecol #sub1 {
	margin: 0 0 0 0;
}

#content #threecol #sub2 {
	width: 325px;	
	float: left;
}

#content #threecol #sub3 {
	width: 345px;	
	margin: 0 0 0 30px;
	float: left;
}

/* 3.2. Container Fussbereich - bottom */

#bottomallbox {
	width: 100%;
	height: 45px;
	border-top: 1px solid #e3e3e3;
	background-color: #fff;
	text-align: center;
}

#bottomall {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
}

#bottomall a:link, #bottomall a:visited, #bottomall a:active  {
	color: #898989;
	text-decoration: none;
}

#bottomall a:hover, #bottomall a#bottomcurrent {
	color: #004795;
	text-decoration: none;
}

#bottomcopy {
	float: right;
}

#bottomnav ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	list-style: none;
}

#bottomnav ul li {
	margin: 0 0 0 0;
	padding: 0 6px 0 0;
	list-style: none;
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
}

/* 4. TYPO3 */

/* Standards */

a.internal-link, a.mail, a.external-link, a.download {
	margin: 0 0 0 0;
	padding: 0 0 0 11px;
	background: url(../pics/ahref.gif) left center no-repeat;
	text-decoration: none;
}


/* KIWI Accordion */

.ka-panel {
	margin: 0 0 4px 0;
	padding: 7px 5px 7px 5px;
	background-color: #e9e9e9;
	border: 1px solid #d2d2d2;
}

.ka-panel h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #808080;
	cursor: pointer;
}

.ka-panel.close h2  {
	background: url(../pics/acc_plus.gif) left center no-repeat;
}

.ka-panel.open h2, .ka-panel.hover h2  {
	background: url(../pics/acc_minus.gif) left center no-repeat;
}

.ka-content  {
	margin: 0 0 0 0;
	padding: 10px 25px 10px 25px;
}


/* Rahmen */

.bildbeschreibung {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.bildbeschreibung div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	display: none;

}

/* 4.1. T3 Mailform */

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form br, .csc-mailform-field {
	clear: both;
}

fieldset {
	line-height: 24px;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

label {
   float: left;
   text-align: left;
   width: 80px;
	line-height: 18px;
}

input {
	width: 280px;
	margin: 0 0 3px 0;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #898989;
}

textarea {
	width: 280px;
	margin: 0 0 3px -3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #898989;
}

html>body textarea {
	margin-left: 0px;
}

.csc-mailform-submit {
	width: 282px;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 80px;
	color: #898989;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	border: 0px solid #898989;
	cursor: pointer;
	text-align: right;
}

.csc-mailform-check  {
	padding: 0 0 0 0;
	margin: 10px 0 0 80px;
}

.csc-mailform-label  {
	padding: 0 0 0 0;
	margin: 0 0 0 80px;
}

.csc-mailform-field  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: auto;
	text-align: left;
}

/* IE7 */

*:first-child+html .csc-mailform-submit {
	width: 284px;
}

/* IE6 */

* html .csc-mailform-submit {
	width: 284px;
}


/* TYPO3 Extension tt_news */

/* latest */

.news-latest-item {
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #e3e3e3;
}

.news-latest-image {
	width: 80px;
	float: left;
}

.news-latest-content {
	width: 265px;
	float: left;
	margin: 0 0 0 0;
}

.news-latest-content h3 {
	display: inline;	
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* list */

.news-list-item {
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #e3e3e3;
}

.news-list-image {
	width: 115px;
	float: left;
}

.news-list-content {
	width: 585px;
	float: left;
	margin: 0 0 0 0;
}

.news-list-content h3 {
	display: inline;	
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


