/*------ general ---------------------- */
body {
background-color:#ffcccc;
font-size:13px;
font-family: Verdana, Arial, sans-serif;
color:#999999;
padding:0;
margin:0;
line-height:20px;
}

* {
padding:0;
margin:0;
outline:none;
}

a { color:#5594ca;}
a:hover { color: #89bae3;}

img {
border:none;
}

#logo {
font-family: 'Shadows Into Light Two', cursive;
font-size:90px;
text-decoration:none;
color:#fff;
position:relative; left:200px; top:50px;
text-shadow:1px 1px 0 #000;
}

/* Überschriften */
h1{
font-family: 'Shadows Into Light Two', cursive;
font-size:24px;
margin:10px 0;
padding:0 0 5px 0;
}

h2{
font-family: 'Shadows Into Light Two', cursive;
font-size:16px;
margin:10px 0;
}

h3{
font-family: 'Shadows Into Light Two', cursive;
font-size:13px;
margin:10px 0;
}


/* Struktur */
#wrapper {
width:900px;
margin:0 auto;
}

#content {
background-image:url(bilder/content_bg.png);
background-repeat:repeat-y;
height:auto;
overflow:hidden;
}

#left {
float:left;
width:660px;
margin:0;
padding:10px;
}

#right {
float:left;
width:180px;
margin:0;
padding:10px 15px;
}

/* Menü der rechten Spalte */
.menu {
font-size:10px;
}

.menuhead {
font-family: 'Shadows Into Light Two', cursive;
font-size:15px;
font-weight:bold;
padding:0;
margin:20px 0 7px 0;
text-transform:uppercase;
}

.menuhead:first-child {
margin:0 0 7px 0;
}

.menu ul {
list-style-type:none;
}

.menu ul li {
height:27px;
width:190px;
border-bottom:1px solid #fcfcfc;
}

.menu ul li:first-child {
border-top:1px solid #fcfcfc;
padding:0 0 1px 0;
}

.menu ul li a {
display:block;
width:190px;
height:22px;
text-decoration:none;
padding:4px 0 0px 0;
margin:1px 0 0 0;
color:#000;
}

.menu ul li a:hover {
background-color:#fcfcfc;
text-shadow:1px 1px 0 #fff;
font-weight:bold;
}


/* footer */
#footer {
width:900px;
height:20px;
margin:0;
padding:0;
position:relative; bottom:83px;
color:#fff;
font-size:10px;
}