/* zweihand Stylesheet */
/* ---------------- */
/* 					*/
/* ---------------- */

/* DIVs */

html  {
		height:100%;
		}
	
body  {
    	font: 82% Arial, Helvetica, sans-serif;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    	color: #000000;
		line-height:1em;
		background-color:#ffffff;
		height:100%;
		background-image:url(/img/bg_total.jpg);
		background-repeat:repeat-x;
		line-height:1.2em;
    }

#container {
	position:absolute;
	width:980px;
	height:100%;
 	left: 50%;
 	height:100%;
 	margin-left: -490px;	
	}



#content{
	margin-left:0px;
	}



	
#logo {
	top:0px;
	width:681px;
	height:284px;
	float:left;
	background-image:url(/img/bg_headerbild.png);
	background-repeat:no-repeat;
	
	}
	
#teasertext {
	width:830px;
	height:50px;
	background-image:url(/img/bg_teasertext.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:45px;
	padding-top:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:0px;
	margin-left:0px;
	position:absolute;
	top:290px;
	left:3px;
	}
	
#teasertext a{
	color:#000000;
	text-decoration:none;
	}
	
#teasertext a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
#teasertext p {
	padding:0px;
	margin:0px;
	}



#print {
	width:830px;
	height:22px;
	text-align:right;
	padding-top:15px;
	margin-right:30px;
	position:absolute;
	top:420px;
	left:0px;
	}
	
#headline {
	text-align:left;
	color:#1fa12d;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	padding-left:45px;
	position:absolute;
	top:455px;
	left:5px;
	padding-top:5px;
	border: 0px solid #999;
	height: 25px;
	}

#inhalt {
	text-align:left;
	padding-left:15px;
	padding-top:0px;
	position:absolute;
	top:490px;
	left:0px;
	border: 0px solid #D4D0C8;
	}
	
#inhalt a{
	color:#000000;
	text-decoration:none;
	}
	
#inhalt a:hover{
	color:#000000;
	text-decoration:underline;
	}

#nav {
	width:216px;
	height:213px;
	background-image:url(img/bg_nav.gif);
	background-repeat:no-repeat;
	float:right;
	position:absolute;
	top:490px;
	left:620px;
	padding-left:20px;
	padding-top:37px;
	}
	
#impressumleiste {
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	color:#1fa12d;
	padding-bottom:15px;
	}
	
#impressumleiste a.aktiv {
	font-weight:bold;
	}
	
#impressumleiste a {
	color:#000000;
	text-decoration:none;
	}

#impressumleiste a:hover {
	color:#1fa12d;
	text-decoration:none;
	}
	


	
.navelement {
	color:#000000;
	padding-bottom:15px;
	}

.navelement_aktiv {
	color:#1fa12d;
	padding-bottom:15px;
	}

.navelement a {
	color:#000000;
	text-decoration:none;
	}

.navelement a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
.navelement_aktiv a {
	color:#ffffff;
	text-decoration:none;
	}

.navelement_aktiv a:hover {
	color:#000000;
	text-decoration:none;
	}
	
	
/* ENDE DIVs */	

    
    /* Verschiedene Klassen */
    .fltrt { /* Element auf der Seite nach rechts fließen lassen */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /*  Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

/* diverse Styles für Inhalt */


input{
	border:1px solid #1fa12d;
	height:20px;
	}

textarea{
	border:1px solid #1fa12d;
	height:50px;
	}
	
.gruen {
	color:#1fa12d;
}





	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */
