﻿/* GREEEEN STYLE !!!!!!*/

body {

	font-family: Arial;
	/*font-size: 11px;*/
	text-align: justify;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #C0D590;
}
/* GENERAL  ------------------------------------------------------------------------ */
#container {

	/* Zentrieren eines Blockes */
	margin-left:auto;
	margin-right:auto; 
	/*-------------------------*/
	
	position: inherit;
	margin-top: 100px;
	width: 934px;
	background-color: #C0D590;
}

h1 {
	
	color: white;
	font-size: 20px;
	font-family:"Arial";
	padding-bottom: 50px;
	
	
	}
	
#h1pic {
	
	width:660px;
	height:36px;
	padding: 250px 0px 0px 55px;
	background-color:#9FC450
}

#bg_picture a {
	color:#C0D590;
}
#bg_picture {
	
	height:602px;
	width:213px;
	background-color:#C0D590;

	background-repeat:no-repeat;
	margin-top:-602px;
	padding-right:0px;
	float:right;
	background-position: center top;
}

/* BACKGROUND ---------------------------------------------------------------------- */

#bg_main {

	width: 934px;
	height: 602px;
	background-color: #C0D590;
	background-repeat: no-repeat;
	margin-top:5px;
}



#bg_top {
	
	width: 715px;
	height: 100px;
	background-color:#9FC450;
	background-repeat: no-repeat;
}



#bg_content {

	padding: 50px 0px 0px 50px;
	width: 665px;
	height: 166px;
	background-color:#9FC450;
	background-repeat: repeat-y;
	color: #99C140;
	font-size: 22px;
}




#bg_picture {
	
	height:602px;
	width:213px;
	/* background-color:white; */
	background-color: #C0D590;
	background-image: url('images/News.jpg');

	background-repeat:no-repeat;
	margin-top:-602px;
	padding-right:0px;
	float:right;
	background-position: center top;
}




/* HEADER -------------------------------------------------------------------------- */
#header {

	/*padding: 26px 28px 26px 28px;
	margin: 0px 25px 0px 25px;*/
	width: 715px;
	height: 120px;
	background-color:#9FC450;
	background-image: url('images/header_logo.png');
	background-repeat: repeat-x;
}

#header_right {

	margin-top:0px;
	float:right;
	height: 16px;
	width: 155px;
	position:relative;	
	background-color:#9FC450;
}



img.logo {
	margin-left:50px;
	margin-top: 45px;
	}



#header_formular {
	
	margin:2px;
	background-color:#9FC450;
	
}


/* NAVIGATION ---------------------------------------------------------------------- */
#navbar {
	
	padding: 0px 28px 0px 28px;
	margin: 5px 25px 0px 20px;
	width: 600px;
	height: 24px;
	background-color:#9FC450;

	font-size: 11px;
	font-weight: bold;
	
	color: black;
	text-decoration:none;
	
}

#navbar ul {

	height:24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-decoration:none;
}

#navbar ul li {

	float: left;
	height:16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 3px 7px;
		text-decoration:none;
}



#navbar ul li a, #navbar ul li a:visited {
	margin: 0px 0px 0px 0px;
	/*padding: 0px 2px 0px 2px;*/
	text-decoration: none;
	color: black;
} 



#navbar ul li a.active {
	margin: 0px 0px 0px 0px;
	/* padding: 5px 6px 2px 6px;*/ 
	text-decoration:none;
	color: black;
}

/* SUBNAVIGATION ------------------------------------------------------------------- */
#subnavbar {

	padding: 0px 28px 0px 28px;
	margin: 0px 25px 10px 188px;
	width: 440px;
	min-height: 3px;
	height: auto !important;
	height: 2px;
 	background-color: #9FC450;
 	
 	color: black;
 	
	font-family: Arial;
	font-size: 11px;
}
#subnavbar ul {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	list-style: none;
}
#subnavbar ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
#subnavbar ul li a, #subnavbar ul li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
 	color: black;
 	
 	}
#subnavbar ul li a.active {
	/*text-decoration: underline;*/
	color: black;
}
/* CONTENT ------------------------------------------------------------------------- */
#content {
	padding: 20px 10px 20px 10px;
	margin: 0px 25px 0px 25px;
	width: 706px;
	min-height: 483px;
 	height:auto !important;
 	height:482px;
}

#content h1 {
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
}
#content_text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;

}


#content_text a, #content_text a:visited {
	text-decoration: none;
	/*border-bottom: 1px solid #cccccc;*/
	color: black;
}
#content_text a:hover {
	/*border-bottom: 1px solid #c94900;*/
}
#content_text input {
	padding: 2px 1px 2px 3px;
	background-color: #f5f5f5;
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 11px;
}
#content_text select, #content_text textarea {
	background-color: #f5f5f5;
	border: 1px solid #666666;
}
#content_text input[type="text"] { /* Funktioniert nicht bis IE 6.0 */
	height: 16px;
	padding: 1px 1px 0px 3px;
	background-color: #ffffff;
	background-image: url('images/input_bg.gif');
	background-repeat: repeat-x;
}
#content_text input[type="submit"] { /* Funktioniert nicht bis IE 6.0 */
	height: 20px;
	padding: 0px 0px 0px 0px;
	background-image: url('images/input_submit_bg.gif');
	background-repeat: repeat-x;
	border: 0px;
	color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
#content_text input[type="reset"] { /* Funktioniert nicht bis IE 6.0 */
	height: 20px;
	background-image: url('images/input_reset_bg.gif');
	background-repeat: repeat-x;
	border: 0px;
	color: #ffffff;    
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
/* FOOOTER ------------------------------------------------------------------------- */
#footer {

	margin-top:-80px;
	padding: 0px 0px 50px 50px;
	width: 665px;
	font-family: Arial;
	font-size: 13px;
	height: 30px;
	background-color: #9FC450;
	color: #9FC450;
}
#footer hr {
	height: 1px;
	border: 0px;
	color: #eeeeee;
	background-color: #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}
#footer a, #footer a:visited {
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.top {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/top.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#footer a.print {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/print.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#footer a.sitemap {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/sitemap.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#footer a.recommend {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/contact.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
/* CONTREXX BOTTOM ----------------------------------------------------------------- */
#contrexx_bottom {
	text-align: center;
	font-size: 9px;
}
#contrexx_bottom a, #contrexx_bottom a:visited {
	color: #888888;
	text-decoration: none;
}
#contrexx_bottom a:hover {
	color: #444444;
	text-decoration: underline;
} 
/* SIDEBAR ------------------------------------------------------------------------- */

#sidebar {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	float: right;
	width: 200px;
    background-image: url('images/sidebar_bg.gif');
    background-repeat: repeat-y;
	font-family: Arial;
	font-size: 11px;
}
#sidebar a, #sidebar a:visited {
	padding: 0px 0px 0px 17px;
    background-image: url('images/icons/link.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
	text-decoration: none;
	color: #000066;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .sb_top {
	height: 20px;
	width: 200px;
	padding: 3px 12px 0px 12px;
	margin: 0px 0px 4px 0px;
	background-image: url('images/sidebar_top.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ffffff;
}
#sidebar .sb_bottom {
	height: 11px;
	width: 200px;
	background-image: url('images/sidebar_bottom.gif');
    background-repeat: no-repeat;
    background-color: #ffffff;
}
#sidebar .sb_title {
	height: 20px;
	width: 200px;
	padding: 3px 12px 0px 12px;
	margin: 7px 0px 4px 0px;
	background-image: url('images/sidebar_title.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ffffff;
}
#sidebar .sb_content {
	padding: 0px 12px 0px 12px;
	text-align: left;
}
#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#sidebar ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul li a, #sidebar ul li a:visited {
	background-image: none;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000066;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar form input {
	width: 170px;
	padding: 2px 1px 2px 3px;
	background-color: #f5f5f5;
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 11px;
}
#sidebar form input[type="text"] { /* Funktioniert nicht bis IE 6.0 */
	height: 16px;
	padding: 1px 1px 0px 3px;
	background-color: #ffffff;
	background-image: url('images/input_bg.gif');
	background-repeat: repeat-x;

} 


/*--------- Search - Box -------------------------------------*/

input {

	background-color:white; 
	color: #C0D590;

}



input.search_box {

	height:15px;
	background-color:white; 
	color: #C0D590;

}


.button

{
	
	background-image: url('images/whBtn1.png');
	margin-right:1px;
	margin-left:-3px;
	margin-top:-1px;	
}

/*----------- Aufzählung -------------------------------------*/

ul li {
			color: #99C140;
		}

ul li span{
			color: black;
		} 
		
/*---------- Spezial CSS für Kontaktformular ---------------*/


#kontakt {
	
	margin-top:-220px;
	margin-left:-35px;
	padding-left:50px;
	background-color:white;
	width:600px;
	height:500px;
	position:absolute;
	color:black;
	
	
}


/*----------------------------------------------------------*/


