/* CSS by www.th3design.de Nikolai Selders */
/*                   all rights reserved                       */


/* basics */

html, body {
background-color:#ffffff;
}

* {
margin:0;
padding:0;
font-family: Verdana, sans-serif;
font-size: 100.01%;
color:#333333;
list-style:none;
border:0;
}

#content {
position:relative;
width:866px;
margin:0 auto;
border:0px solid #000;
background-image: url('../layout/bg.gif');
}

#header{
background-image: url('../layout/head-blank.gif');
background-repeat: no-repeat;

height:185px;
padding:16px 0 0 16px;
}

#spacer {
height:10px;
}

#navi {
position:relative;
width:300px;
top:20px;
left:460px;
text-align:right;
border:0px solid #000;
}

#navi a{
font-size:12px;
font-family:arial, sans-serif; 
font-weight:bold;
letter-spacing:0.2em;
text-decoration:none;
margin:5px;
}

a:hover{
color:#ED7403;
}

#sidebar {
position:relative;
left:22px;
top:59px;
height:320px;
float:left;
}

#sidebar img {
margin-left:-2px;
}

#sidebar p{
font-size:12px;
font-family:arial, sans-serif; 
margin:0px 0 90px 0;
}


p{
font-size:12px;
font-family:arial, sans-serif; 
margin:10px 0 90px 0;
}

p a img{
margin:10px 9px 0px 0;
border:1px solid #fff;
}

p a:hover img{
border:1px solid #ED7403;
}

h1, h1 a{
font-size:16px;
font-family:arial, sans-serif; 
font-weight:bold;
letter-spacing:0.2em;
color:#ED7403;
margin-bottom:20px;
text-decoration:none;
}

.subhead{
font-size:13px;
font-family:arial, sans-serif; 
font-weight:bold;
letter-spacing:0.3em;
line-height:1.5em;
margin:10px 0 0px 0;
}

#inhalt{
position:relative;
margin:0 0 50px 270px;
top:62px;
border:0px solid #000;
width:556px;
z-index:100;
}




/* --------------formular ---------------------  */

form {
position:relative;
top:0;
left:0;

}

label {
font-size:12px;
font-family:arial, sans-serif; 
text-align: left;
vertical-align:top;
display:inline-block;
width:70px;
margin:3px 0 10px 0;
}

input, textarea {
width:240px;
border-bottom:1px solid #777;
}

button {
margin-top:5px;
font-size:12px;
font-family:arial, sans-serif; 
background-color:#fff;
border-bottom: 1px solid #777;
}

button:hover {
margin-top:5px;
font-size:12px;
font-family:arial, sans-serif; 
background-color:#fff;
color:#ED7403;
border-bottom: 1px solid #ED7403;
cursor:pointer;
}

#footer{
clear:both;
position:relative;
width:866px;
height:49px;
bottom:0px;
border:0px solid #000;
background-image: url('../layout/footer.gif');

}

#footer a {
position:absolute;
right:45px;
bottom:30px;
font-size:12px;
text-decoration:none;
font-family:arial, sans-serif; 
}
