@charset "UTF-8";

#balllinks {
position: fixed;
width: 100px;
height: 100px;
top: 15px;
left: 75px;
z-index: 10;
}

#ballrechts {
position: fixed;
width:100px;
height:100px;
top: 15px;
left: 800px;
z-index: 11;
}

#kopf {
position: fixed;
left: 120px;
top: 0;
z-index: 12;
}

#menu {
width: 100px;
height: 100%;
z-index: 4;
position: fixed;
left: 60px;
top: 180px;
}

#content {
width: 620px;
z-index: 6;
left: 180px;
top: 164px;
position: absolute;
}

#werbung {
width: 100px;
height: auto;
position: absolute;
z-index: 5;
left: 820px;
top: 200px;
}

#steinmauer {
width: 984px;
position: fixed;
z-index: 9;
top: 0;
left: 10px;
overflow: hidden;
}

#steinmauer2 {
width: 984px;
height: auto;
position: fixed;
z-index: 3;
top: 158px;
left: 10px;
overflow: hidden;
}

#steinmauerbg {
width: 984px;
height: 2000px;
position: fixed;
z-index: 1;
background-color: #00006d;
top: 0;
left: 0;
border-left: 10px solid #333;
border-right: 10px solid #333;
background-image: url(../images_global/background.png);
background-repeat: no-repeat;
}

.contenttext {
text-decoration: none;
line-height: 1.3;
}

.menu1 {
text-decoration: none;
line-height: 1.1;
text-align: right;
}

.menu2 {
text-decoration: none;
line-height: 0.5;
text-align: right;
font-size: 12px;
}

.contentheader {
font-size: 24px;
font-weight: bold;
}

body {
font-family: Verdana, Geneva, sans-serif;
height: 100%;
color: #fff;
text-align: left;
font-size: 14px;
background-color: #ccc;
position: absolute;
z-index: 0;
}

a:link {
text-decoration : none;
color : #fff;
}

a:visited {
text-decoration : none;
color : #ddd;
}

a:focus {
text-decoration : none;
color : #aaa;
}

a:hover {
text-decoration : none;
color : #99f;
}

a:active {
text-decoration : none;
color : #99f;
}