
body {
Font-family:Arial;
background: url(img/grund/bg.gif);
background-repeat-x: no-repeat;
background-position: right;
background-color: #022A44;

scrollbar-base-color: #444;
scrollbar-track-color: #000;
scrollbar-shadow-color:#000;
scrollbar-darkshadow-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color:#fff;
}

#container
{
background: #bee6fe;
width: 90%;
/*width: 980px;*/
}

#bannercontainer
{
background: #fff;
width: 90%;
/*width: 980px;*/
height: 100px;
}
 
#banner
{
background: url(img/grund/banner.gif);
height: 80px;
}
#logo {
font-size:50px;
padding:0px 0px 0px 50px;
margin: 10px 0px 0px 10px;
font-family: birth-of-a-hero;
}

@font-face {
    font-family: birth-of-a-hero;
    src: url(BOAH.ttf);
}

#link
{
background: url(img/grund/bg_topbar.jpg);
height: 41px;
color: #cf0;
font-family: Comic sans ms,Arial,sans-serif;
font-size: 14px;
display: block;

}

#link a:link {
color:#cf0;
text-decoration: none;
float:left;
display: block;
padding: 10px;
}

#link a:visited {
color:#cf0;
text-decoration: none;
display: block;
float: left;
padding: 10px;
}

#link a:hover {
color: #FFFFFF;
background:url(img/grund/bg_topbar_h.jpg);
}

.Speltxt {
border:1px solid #444;
width:130;
height:30px;
text-align:center;
float: left;
}


#sidebar {
text-align:center;
background: #70bff1 url(img/grund/sidebar.gif) repeat-y ;
width: 180px;
height:1600px;
float:left;
padding:10px;
font-family:Arial,sans-serif;
font-size:20px;
line-height: 23px;

}

#sidebar a:link {
text-align:left;
color:#cf0;
text-decoration: none;
display: block;
font-size:16px;
}

#sidebar a:visited {
text-align:left;
color:#cf0;
text-decoration: none;
display: block;
font-size:16px;
}

#sidebar a:hover {
text-align:left;
color: #FFFFFF;
background: url(img/grund/sidebar_h.gif)
}

#text {
padding:20px 10px 10px 20px;
font-family: Arial, sans-serif;
float: left;


}

h1 {
color: #444;
font-family: birth-of-a-hero, Arial;
}

.bild {
background: url(img/grund/gott.jpg);
width: 232px;
height: 169px;
float: right;
}

p {
font-family: arial;
font-size: 10px;
}

#btmbar {
background: url(img/grund/bg_btmbar.jpg);
height: 20px;
clear: both;
padding-top:6px;
}

a:link {
color:#678;
text-decoration: none;
font-size:16px;
}

a:visited {
color:#678;
text-decoration: none;
font-size:16px;
}

a:hover {
color:#89a;
text-decoration: underline;
font-size:16px;
}


#sidebar li {
list-style-image: url(img/grund/dot.gif);
}



