@charset "utf-8";
/* CSS Document */


body,td,th {color: #FFFFFF;}
body {
}


a:link {color: #FF7600;text-decoration: none;}
a:hover{
	color: #A86566;
	background-color: #FFFFFF;
	text-decoration: underline
}
a:visited {color: #FF7600;} 
/* a:active {color: ##FF7600;} */

/*#Holz {
    position: absolute;
    width: 419px;
    height: 390px;
    z-index: 1;
    left: 100px;
    top: 0px;
    background-image: url(../Layoutgrfx/Baum.jpg);
    background-repeat: no-repeat;
}
*/

#Counter {
    position: absolute;
    width: 150px;
    height: 125px;
    z-index: 1;
    left: 0px;
    top: 0px;
    }
	
#LogoOben {
    position: absolute;
    width: 900px;
    height: 125px;
    z-index: 2;
    left: 150px;
    top: 0px;
    background-image: url(../Layoutgrfx/Logo.png);
    background-repeat: no-repeat;
}

#Links {
    position: absolute;
    width: 1170px;
    height: 25px;
    z-index: 3;
    left: 150px;
    top: 125px;
    font-size: 20px;
    color: #FF6E00;
    font-family: "Lucida Console", Monaco, monospace;
    text-align: center;
}
#TextInhalt {
	position: absolute;
	width: 1170px;
	height: 800px;
	z-index: 4;
	left: 150px;
	top: 165px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FF6E00;
	line-height: 1.5;
	text-align: center;
}

#Impressum {
	position: relative;
	width: 250px;
	height: 20px;
	z-index: 5;
	left: 1063px;
	top: 157px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FF6E00;
	line-height: 1.5;
	text-align: right;
}


.freunde {font-size:36px}