* {
    margin:0;
    padding:0;
}
li {
    list-style-type:none;
}
h1 {
    margin:4px 0 9px 0;
}
h2 {
    margin:3px 0 7px 0;
}
h3 {
    margin:2px 0 5px 0;
}

body {
    background:#006699 url(../images/page/background_body.jpg) repeat-x top left;
    text-align:center;
}
body, div, table, tr, td, th, p, span {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
}
#wrapper {
    width:1100px;
    margin:10px auto;
    text-align:left;
}
#page {
    width:800px;
    float:left;
    marging-bottom:20px;
    border:1px dotted #fff;
}
#teaser {
    height:220px;
    background:url(../images/teaser/1.jpg) no-repeat top left;
}
#menu {
    height:30px;
    background:url(../images/page/background_menu.gif) repeat-x top left;
    border-bottom:1px solid #CBBF24;
}
#menu ul li {
    float:left;
    border-right:1px solid #CBBF24;
    border-left:1px solid #FAEC33;
}
#menu ul li a {
    display:block;
    padding:8px 15px;
    text-decoration:none;
    color:#000;
    border-right:1px dotted #ddd;  
    /**text-transform:uppercase;**/
}
#menu ul li a:hover {
    background:#FFED00;
}
#menu ul li a.active {
    font-weight:bold;
}

#foot {
    background:#EBF7FD url(../images/page/background_sidebar.gif) repeat-y top left;
    /**margin-top:5px;**/
}
#sidebar {
    width:200px;
    float:left;
}

#submenu {
    margin:10px 0;
    padding:5px;
}
#submenu ul li a {
    display:block;
    padding:5px 5px;
    text-decoration:none;
    background:#eee;
}

#sponsoren {
    padding:5px;
    margin-top:30px;
}

#content {
    margin-left:205px;
    padding-top:15px;
    background:url(../images/page/background_content.jpg) no-repeat bottom center;
    min-height:500px;
}
#content h1,
#content h2,
#content h3,
#newsletter h1 {
    font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
}
#content h1 {
    font-family:Arial,sans-serif;
    color:blue;
    margin-bottom:8px;
    margin-top:0;
}

#footer {
    clear:left;
    background:#004466;
    color:#fff;
    padding:5px;
}

#rightbar {
    margin-left:820px;
}

p.subheadline {
    font-weight:bold;
    font-size:14px;
    margin-bottom:7px;
}

.fb-like-box {
    margin-top:15px;
    background:#fff;
}
