/* 
    Document   : style
    Created on : 30.06.2009, 18:37:01
    Author     : rafterman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
    
}
a, img, button {border:0 none}
td{
    font-size:12px;
    vertical-align:top;
}

.form{
    width: 200px;
}

body{
    font-family:verdana, sans-serif;
    font-size:12px;
    background-color:lightgrey;
}

.news{
    border: solid black 1px;
    margin:5px;
    padding: 5px;
}

.menuitem:visited{
    text-decoration:none;
    color: white;
    font-weight:bold;
}
.menuitem:link{
    text-decoration:none;
    color: white;
    font-weight:bold;
}
.menuitem:active{
    text-decoration:none;
    color: white;
    font-weight:bold;
}
.menuitem:hover{
    text-decoration:none;
    color: lightgreen;
    font-weight:bolder;
}
.subcontent{
    margin:5px;
}
.signnow:link{
    color:red;
    font-size:14px;
    font-weight:bolder;
}
.signnow:active{
    color:red;
    font-size:14px;
    font-weight:bolder;
}
.signnow:visited{
    color:red;
    font-size:14px;
    font-weight:bolder;
}
.forderung{
    margin:0px;
    padding:10px;
    border: solid 1px black;
}
#signform{
    margin:10px;
}
#languageselect{
    float:right;
    text-align:right;
    
}
#counter{
    border: 1px solid black;
    padding:5px;
    margin-bottom:5px;
    width: 192px;
    text-align:center;
}

#sidepic{
    float:right;
}

#signedtable td{
    margin:2px;
    font-size: 12px;
    background-color: lightgreen;
}
#menu{
    
    
    border: solid black 0px;
    border-top:0px;
    margin:130px 10px 5px 10px;
    padding: 10px;
    text-align:center;
    color:white;

}
#header{
    background-color: lightgreen;
    background-image:url(../images/banner.jpg);
    border: solid black 1px;
    padding: 10px;
    margin:10px 10px 0px 10px;
    color: black;
    height: 149px;
}
#content{
    background-color: white;
    border: solid black 1px;
    margin:5px 10px 10px 10px;
    
}



