/* 
    Document   : screen
    Created on : 01.04.2010, 21:35:20
    Author     : Normen Ludwig
    Description:
        Purpose of the stylesheet follows.
*/

* {margin: 0; padding: 0;}
body {
    background: black url(../img/body2.png) repeat-x;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 13px;
    overflow: auto;
}

html {overflow: auto;}

img {border: none;}
ul {list-style: none;}
table {background: none; border: 0;}
th {font-weight: bold; text-align: left;}
p {margin-bottom: 10px;}

label {cursor: pointer;}

select {font-size: 11px; padding: 3px;}

.contactform input[type=text] {font-size: 11px; padding: 3px 2px; width: 225px;}
textarea {font-size: 11px; height: 150px; margin-bottom: 10px; padding: 3px 2px; overflow: auto; width: 465px;}

#box {
    background: transparent url(../img/box.png) top center no-repeat;
    margin: 0 auto;
    min-height: 530px;
    width: 900px;
}

#head {
    height: 120px;
    margin: 0 auto;
    padding-top: 25px;
    width: 735px;
}

#logo {
    float: left;
    left: 3px;
    position: relative;
    top: 15px;
}

#navigation {
    float: right;
    padding-top: 15px;
}

#navigation table td {color: white; font-size: 18px; margin: 5px; padding: 5px 10px 15px 10px; text-align: right;}

#navigation table span {display: block; font-size: x-small;}

#navigation a {color: white; text-decoration: none; outline:none;}
#navigation a:hover {text-decoration: underline;}

#prevBtn a, #nextBtn a{
    border: none;
    display: block;
    width:26px;
    height:26px;
    background:url(../img/btn_prev.png) no-repeat 0 0;
    text-decoration: none;
}
#nextBtn a{
    background:url(../img/btn_next.png) no-repeat 0 0;
    border: none;
    text-decoration: none;
}

a {color: red; text-decoration: none; outline:none;}
a:hover {color: #990000; text-decoration: underline;}

.height {min-height: 300px;}
.inputerror {background: #ff9999; border: 1px solid black;}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.searchbox {font-size: 11px; padding-top: 35px; margin-right: 5px;}
.searchbox input[type=text] {width: 120px;}
p.recaptcha-error {font-size: 11px; margin: 50px;}
#respond h3 {margin-left: 15px;}
#recaptcha_area {margin-left: 12px;}
#recaptcha-submit-btn-area {margin-left: 15px; margin-top: 5px;}
#recaptcha-submit-btn-area input {padding: 4px; cursor: pointer;}