/***********************************************/
/* Farben 
Farben
Dunkelgrün	#336600
Hellgrün	#80AB2C
Hellgrün	#779900
Rot	        #FF0000
Orange      #FF9922
grau        #333

*/
/***********************************************/ 

*{
	font-family: 'Ubuntu', Verdana, sans-serif;
	font-size:14px;
	line-height: 17px;
	color:#000;
	padding:0;
	margin:0;
	border:none;
}


body{
	position: absolute;
	width:100%;
	height:100%;
	background:#FFF;
	margin:0;
	padding:0;
	overflow: auto;		
}	

#HG_1{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;	
	background-color: #336600;
	margin:0;
	padding:0;
}

#HG_2{
	position: absolute;
	left:0;
	top:100px;
	width:100%;
	height:200px;	
	background-color: #eee;
}

#HG_3{
	position: fixed;
	left:0;
	bottom:25px;
	width:100%;
	height:25px;	
	background-color: #779900;
	z-index:1	
}

#HG_4{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	height:25px;	
	background-color: #336600;
	z-index:1
}

#Text_4 {
	position: fixed;
	bottom:0;
	width:100%;
	height:25px;
	margin:0;
	padding:0;
	z-index:1;
}

#Text_4 a {
	text-height:0.8em;
	line-height:1.6em;
	color:#FFF;
}


#Lobo{
	position: fixed;
	display:block;
	bottom: 0px;
	right: -30px;
	height:160px;
	width:160px;
	z-index:1;
}

/***** Containerinhalt*****/

#Container {
	position: relative;
	width:960px;
	height:700px;
	margin:0 auto;
	padding:0;
	z-index:1;
}

#Inhalt_1 {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
}

#Logo{
    border: none;
    width:250px;
    height:150px;
	margin-top:25px;
}

#Tel-Nr{
	 position:absolute;
	 right:0;
	 top: 20px;
	 width:250px;
	 height:25px;
}


#Inhalt_2 {
	position: absolute;
	left:0;
	top:100px;
	width:100%;
	height:600px;
	margin:0;
	padding:0;
	text-align:left;
	overflow:hidden;
	z-index:1;
}

#Home_2 {
	position: absolute;
	display: table;
	left:0;
	top:100px;
	width:100%;
	height:200px;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	z-index:1;
}

#Home_3 {
	position: absolute;
	top:300px;
	width:100%;
	margin:0;
	padding:0;
	z-index:1;
}


.Rahmen {
	position: relative;
	float:left;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	margin:0px 10px 0px 10px;
	padding:5px 20px 5px 20px;
	text-align: left;
	overflow: visible;
	z-index:1;

}

.Rahmen_2 {
	position: relative;
	float:left;
	display: block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0 20px 5px 0;
	text-align: left;
	overflow: visible;
	z-index:1;

}

/************* Text und Überschriften ***************/

p {
	font-size:1em;
	line-height: 1.2em;
	font-weight:300;
	text-align:left;
	color:#333;
}

#Tel-Nr p {
    color:#FFF;
	font-size:1.2em;
	font-weight:600;
	text-align:right;
}

h1{
	font-size:1.6em;
	line-height:1.8em;
	font-weight:300;
	color:#779900;
	text-align:left;
}

.Rahmen h1{
	font-size:1.8em;
	line-height:1.8em;
	font-weight:300;
	color:#779900;
	padding-bottom:.1em;
}


h2{
	font-size:1.2em;
	line-height:1.6em;
	font-weight:600;
	color:#779900;
}

h3{
	font-size: 1.2em;
	line-height:1.6em;
	font-weight:300;
	color:#333;
	font-weight:300;	
}

h4{
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight:600;
	color:#779900;
}

h5{
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight:600;
	color:#333;
}

h6{
}

/************* Listen ***************/


ol{ 
	list-style: inside square;
}

ul{
	list-style: none;
}

li{
	width:100%;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 300 ;
	padding: 0 0 7px 0;
	color:#779900;	
}

.Rahmen li{
	width:100%;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300 ;
	padding: 0;
	color:#333;	
}

.Rahmen_2 li{
	width:100%;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 300 ;
	padding: 0;
	color:#333;	
}

li a{
	width:100%;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 300 ;
}

li a:hover {
	border-bottom:thin dotted #333;
	padding-bottom:2px
	
}


/************* Allgemeine Links ***************/

a {
	font-size:1em;
	line-height: 1em;
	text-align:left;
	text-decoration: none;
	color:#333;
	font-weight:300;
}

a:hover {
	border-bottom:thin dotted #336600
}

a:visited {
	text-decoration: none;
}

#Logo a {
	padding-bottom:5px;	
	text-decoration: none;
}

#Logo a:hover {
	padding-bottom:5px;
	border-bottom:thin dotted #fff;
	text-decoration: none;
}


/************* Text Klassen ***************/

.Schrift_08 {
	font-size:0.8em;
	line-height:1em;
}

.Schrift_12 {
	font-size:1.2em;
	line-height:1.2em;
}


.weiss {
	color:#FFF;

}

.hgrau {
	color:#CCC;

}

.dgrau {
	color:#333;

}

.hgruen{
	color:#779900;

}

.dgruen{
	color:#336600;
}
	
.Abs_U_05 {
	padding-bottom:5px;
}

.Abs_U_10 {
	padding-bottom:10px;
}

.Abs_U_20  {
	padding-bottom:20px;
}

.Abs_U_10S {
	padding-bottom:10px;
	border-bottom: solid thin #333;
}

.Abs_U_20S {
	padding-bottom:10px;
	border-bottom: solid thin #333;
}

.Abs_OU_10 {
	padding-top:10px;
	padding-bottom:10px;
}

.Abs_OU_10S {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: solid thin #333;
}

.Abs_O_10 {
	padding-top:10px;
}

.Abs_O_20 {
	padding-top:20px;
}

.Abs_O_20S {
	padding-top:20px;
	border-bottom: solid thin #333;
}



