/*
	text: #776458
	link green: #b5d01b
	link darker green: #a1ba12

*/



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #776458;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

/* H */
h1 {
	text-align: left;
	float:left;
	display: inline;
	font-size: 11pt;
	color: white;
	margin: 0px;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}


h2 {
	text-align: left;
	display: inline;
	float:left;
	font-size: 10pt;
	color: white;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}



h3 {
font-weight: bold;
margin: 0;
padding: 0;

}



hr {

color: red;
width: 80%;


}

/*
img {
	behavior: url(pngbehavior.htc);
}
*/




	/* --------------- A -------------- */
	
	
a.underline {
	color: #8b8b8b;
	text-decoration: underline;
}

a.underline:hover {
	color: #f752c5;
	text-decoration: none;
}

a.underline:active {
	color: #8b8b8b;
	text-decoration: underline;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a1ba12;
	text-decoration: none;
}

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

a:active {
	color: #82950c;
	text-decoration: none;
}




/* -------------------- Layout --------------------- */

#sidebar_left {
position:absolute;
padding-top: 603px;
float:left;
text-align: left;
height: 950px;
width:100px;
background-image: url(../images/sidebar_left.jpg);
background-repeat: repeat-y;
background-position: left top;

}

#sidebar_left img {

padding: 2px;
margin: 0px;
cursor: pointer;

}



#global_container {
width: auto;
margin: 0px;
padding: 0px;
background-image: url(../images/sidebar_right.jpg);
background-position: right top;
background-repeat: repeat-y;
height: 1500px;

}

#header {

height: 130px;

}


#navi {
padding: 0px;
width: 600px;
height: 30px;
margin: auto;
margin-bottom: 10px;

}


#content_container{
padding: 0px;
margin-top: 0px;
width:600px;
margin:auto;

}



#intro_illu {
overflow: visible;
z-index: 100;
margin: 0px;
padding: 0px;
background-image: url(../images/gr_home_illu.jpg);
background-position:left top;
background-repeat: no-repeat;
height: 230px;
width: 600px;

}

#intro_illu ul {

width: 210px;
padding-top: 15px;
padding-left: 363px;
list-style-type: disc;
list-style-position: outside;

}

#intro_illu li {
background-image: none;
text-align:left;
list-style-type: disc;
list-style-position: outside;

}



#header_brown {
background-image: url(../images/header_brown.gif);
background-position: top;
background-repeat: no-repeat;

}


#header_brown p {
padding-top: 20px;
padding-left: 10px;

}

#angebot {
background-image: url(../images/angebot_februar.jpg);
background-repeat: no-repeat;
background-position: top;
height: 300px;



}






/* Classes */







/* ---------BOXEN-------- */








/* --------LIST Styles----------*/
ul.main_navi {
	font-size: 7pt;
	text-transform: uppercase;
	list-style-type: none;
	margin: auto;
	padding: 0px;
	margin-left: 15px;
	overflow: hidden;
}

li.main_navi {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

li.main_navi a {
font-weight: bold;
padding-left: 10px;
color: #776458;
background-image: url(../images/gr_navi.gif);
background-position: left;
background-repeat: no-repeat;

}

li.main_navi a:hover {
padding-left: 10px;
color: #a1ba12;
font-weight: bold;
background-image: url(../images/gr_navi_act.gif);
background-position: left;
background-repeat: no-repeat;

}

ul.main_navi li.active {
	background-color: red;
}





/* ---------Input Styles--------------*/


/* input {
	border: 1px solid #b7e500;
	font-size: 11px;
	color: #8b8b8b;
	background-color: #ffffff;
	margin: 0.4em 0.0em 0.4em 0em;
	padding: 2px;
	float: left;
}



textarea {
	border: 1px solid #b7e500;
	background-color: #FFFFFF;
	padding: 2px;
	width: 300px;
	height: 100px;
}



label img {
padding:0px;
margin:0px;
vertical-align: top;
padding-left: 2px;

}


input.big {
	font-size: 20pt;
}



input.submit {
	border: 0px;
	background-color: #b7e500;
	color: #b7e500;
	margin: 0.2em 0.2em 0.2em 0em;
	padding: 2px;
}

input.button {
	font-size: 8pt;
	width:100px;
	border: 0px;
	background-color: #b7e500;
	font-weight: bold;
	cursor: pointer;
}

input.file {
	font-size: 8pt;
	border: 0px;
	background-color: #b7e500;
	font-weight: bold;
	color:white;
	cursor: pointer;
} */




/* ---------Table Styles--------------*/




/* ----------- KONTAKTFORMULAR ----------- */


             .contactleft {
                    /* Linker Bereich des Formulars: für Labels */
                    width: 20%;
                    clear: both;
                    float: left;
                    display: inline;
                    padding: 4px;
                    margin: 5px 0;
                    text-align: right;
               }
			   
			   
			   
               .contactright {
                    /* Rechter Bereich des Formulars: für Eingabefelder */
                    width: 70%;
                    text-align: left;
                    float: right;
                    display: inline;
                    padding: 4px;
                    margin: 2px 0;
               }

/* --- GESTALTUNG VON EINGABEFELDERN  ---- */

               input, textarea {
                    border: 1px solid #a1ba12;
					background-color: #FFFFFF;
               }
			   
			   label {
			   font-family:Verdana, Arial, Helvetica, sans-serif;
			   font-size: 10px;
			   color: #776458;
			  
			   
			   
			   }

               .contactform {
                    height: 100%;
                    overflow: auto;
               }

               .contactform #Name,
               .contactform #Email,
               .contactform #Tel,
               .contactform #Feedback {
                    width: 70%;
                    padding: 3px;
                    color: #776458;
                    font: 1.1em/1.6em Arial, "Trebuchet MS", Verdana, sans-serif; 
               }

               #submit {
                    /* Versenden-Schaltfläche */
					font-family:Verdana, Arial, Helvetica, sans-serif;
                    font: 1.1em/1.6em; 
                    width: 300px;
                    border: 1px solid #a1ba12;
                    padding: 4px 5px 4px 5px;
                    color: white;
                    background-color: #a1ba12;
                    font-weight: bold;
               }






