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

html, body, #webseite {
/*font-family:Arial, Helvetica, sans-serif;
height:900px;
background-repeat:repeat-x;
background-position:center 50px;
background-image:url(../images/plakat.jpg);
min-width:400px;
overflow-y:scroll;*/
padding:0px;
margin:0px;
height: 100%;
overflow: hidden;
}

.center { 
width:800px;
text-align:center;
margin: 0 auto 0;
margin-top:50px;
}

.centerRelative {
width:800px;
text-align:center;
margin: 0 auto 0;

}

a {
background:#000000;
color:#FFFFFF;
text-decoration:none;
padding:2px;
outline:none;
 }
a:hover {
background:#FFFF00;
color:#333333;
}

a.noABorder{
background:none;
padding:0px;
}

.zoom { 
position:relative;
top:-180px;
left:0px;
display:none;
overflow:hidden;
cursor:help;
border-color:#CCCCCC;
border:2px;
border:solid;
background-color:#FFFFFF;
}


