/* Default settings */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 11px;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul {
    margin-left: 2em;
    list-style: square;
}

a:link {
    color: #000;
}

a:hover {
    color: #333;
}

a:visited {
    color: #000;
}

h1{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 1em;
}



/* default for every page */

body {
    background: url(../images/body_bg.jpg);
    background-color: #121234;
    background-repeat: repeat-x;
}

#container{
    width: 528px;
    height: 357px;
    background: url(../images/container_bg.gif);
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#content {
    clear: both;
    height: 290px;
    padding-top: 2em;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
}

#content .links{
    float: left;
    width: 120px;
    text-align: right;
}

.error {
    color: #784444;
}

#content .rechts {
    float: right; 
    width: 400px;
}
#content .rechts2 {
    float: right; 
    width: 400px;
    height: 105px;
}
#content .links, #content .rechts{
    height: 25px;
}

.button {
    background-image: url(../images/button_bg.png);    
}