<!--

/*
gruen #859840
blau #526480
rot #9f1700
*/

*{
 margin: 0px;
 padding: 0px;
}

body {
 background-color: #fefefe;
 background-image: url(img/bg.jpg);
 background-repeat: repeat;
 background-position:top;
 font-family:Helvetica, Arial, sans-serif;
 font-size:13px;
 color:#666;
 margin:0px;
}

a {
 text-decoration:none;
 color:#666;
}
 
a:hover {
 color:#fff;
}

p {
 line-height:18px;
 padding-bottom:10px;
 text-indent:15px;
 color:#555;
} 

p a{
 color:#9f1700;
 font-weight:bold;
 -webkit-transition: all 0.3s ease-in-out;
}

p a:hover{
 color:#898989;
}


.h1container{
 width:280px;
 heigth:100px;
 position:absolute;
 top:0px;
 left:250px;
}

.h1overlay{
 position:absolute;
 top:0px;
 left:0px;
}

.h3container{
 width:350px;
 heigth:100px;
 position:absolute;
 top:0px;
 left:580px;
}

.h3overlay{
 position:absolute;
 top:0px;
 left:0px;
}


h1 {
 font-size:12px;
 line-height:10px;
}

h2 {
 font-size:19px;
 line-height:24px;
 padding-bottom:10px;
} 

h3 {
 font-size:12px;
 line-height:10px;
}
 
.box {
 position:absolute;
 height:780px; 
 width:955px;
 margin:-0px 0px 0px -460px;
 left: 50%;
}
 

.menu {
 text-align:right;
 width:200px;
 height:400px;
 position:absolute;
 top:290px;
 left:20px;
 font-size:14px;
}  

.menuitem{
 height:24px;
 width:200px;
 -webkit-transition: all 0.3s ease-in-out;
}

.menuitem:hover{
 color:#fff;
}

#selected {
 color:#fff;
}


.coloumnleft {
 position:absolute;
 top:170px;
 left:270px;
 width:240px;
 text-shadow: 0px 1px #fff;
}

.coloumnright {
 width:340px;
 height:600px;
 left:588px;
 position:absolute;
 top:90px;
 text-shadow: 0px 1px #fff;
 
}

.imprint {
 position:absolute;
 right:28px;
 top:713px;
 color:#FFFFFF;
}

.imprint a {
 color:#FFFFFF;
}
 
.menustripe {
 position:absolute;
 left:-6px;
 top:-486px;
 -webkit-transition: all 0.3s ease-in-out;
}

.greenoverlay {
 position:absolute;
 left:7px;
 top:203px;
}

.homelink {
 width:210px;
 height:40px;
 position:absolute;
 top:220px;
 left:20px;
 z-index:20;
}

-->
