/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; 
	color: #000000;
}


H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 16px; }

P, H1, H2 {margin: 0px 0px 0px 0px;}



A {
color: #000000;
}

.linkanfahrt { color: #C44349; }

a:link { 
            }
a:visited { 
	     }
a:hover { 
	   }
a:active { 
	   }

.krass { font-size: 100px; }

.lsmall { font-size: 8px; }
.titel { font-weight: bold;}

.text {  }
.slogan {  }
.links {  }

.bottom { 	font-family: Verdana; 
font-size: 11px;}

#Layer1 {
	position:absolute;
	width:800px;
	height:600px;
	z-index:1;
	left: 50%;
	top: 50%;
	background-color: transparent;
        margin-left:-400px;
        margin-top:-300px;
	background-image:url("../images/rand.gif");
}

#LContent {
 	position:relative;
	width: 750px;
	height: 550px;
	z-index:2;
	left: 30px;
	top: 30px;
}


