/*### HTML and Body attributes ###*/

html{
margin: auto;
}

body{
position: absolute;
left: 50%;
width: 800px;
background-image: url(../images/bg_main.gif);
background-attachment: fixed;
margin-left: -400px;
padding: 0;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
background-color: #fff;

}

/*-------------------------------------------------------------*/
/*### Banner attributes###*/
#banner{
width: 798px;
height: 279px;
color: #fff;
background-color: #DE8422;
background-image: url(../images/bg_banner.png);
border-left: 1px solid #DE8422;
border-right: 1px solid #DE8422;
border-top: 1px solid #DE8422;
}

/*-------------------------------------------------------------*/
/*### Container attributes###*/

#container{
width: 798px;
background-color: #fff;
border-left: 1px solid #DE8422;
border-right: 1px solid #DE8422;
border-bottom: 1px solid #DE8422;
}


/*-------------------------------------------------------------*/
/*### Navigation attributes ###*/

#navigation{
height: 13px;
padding: .3em 0 .5em 0;
background-color: #000
}

#navigation ul{
list-style-type: none;
padding: 0 0 0 7px;
margin: 0;
}

#navigation ul li{
margin-top: 0;
display: inline;
}

#navigation  a{
width: 800px;
padding: 0 0 0 10px;
text-decoration: none;
color: #DE8422;
}

#navigation a:hover, #navigation .active{
background-image:  url(../images/bg_navi.gif);
}

/*---------------------------------------------------------------*/
/*### Content attributes ###*/

.content{
margin-left: 18px;
margin-right: 18px;
line-height: 150%;
padding: 20px 0 40px 0;
}

.content p{
}

.content b{
color: #DE8422;
font-size: 11px;
}

.content a:link{
color: #DE8422;
text-decoration: underline;
}

.content a:hover{
color: #DE8422;
text-decoration: underline;
}

.content a:visited{
color: #DE8422;
text-decoration: underline;
}

.content h2{
text-transform: uppercase;
font-size: 1em;
color: #DE8422;
margin: 0;
padding-top: 1em;
font-weight: bold;
}

/*.content ul{
margin-top: 0;
list-style: none;
}

.content ul li{
padding-left: 10px;
background-image: url(../images/list_dot.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}*/

.content #form span {
display:inline;
width: 100px;
background-color: #fff;
color: #666;
padding: 3px;
}

 .content #form input{  /*button*/
border: 1px solid #DE8422;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

 #form br {
clear: left;
}

 #form .name{
margin-right: 19px;
}

 #form .email{
margin-right: 18px;
}

 #form .message{
margin-right: 49px;
vertical-align: top;
}

#form .pw{
margin-right: 29px;
vertical-align: top;
}

.content #form input, .input{
border: 1px solid #DE8422;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 1px;
}

#form submit{
float: none;
width: auto;
}

#form textarea {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
border: 1px solid #DE8422;
padding: 3px;
height: 114px;
width:220px;
}

/*Picture attribute, floating picture in the text (Picture to be included in the HTML Code)*/
.floatright{
float: right; /*left*/
/*border: 1px solid #DE8422;  */
padding: 2px 2px 2px 2px;
margin: 3px 3px 3px 3px;
}
/*-----------------------------------------------------------------*/
/*### Bildergalerie ###*/
.galerie table{
margin: 0px;
padding: 0px;
}
.galerie tr{
margin: 0px;
padding: 0px;
}
.galerie td{
margin: 0px;
padding: 0px;
}
.galerie ul{
list-style-type: none;
}
.galerie li {
display: inline;
/*Bilder Richtungsrichtung*/
float: left;
/*Abstand zwischen Bildern*/
margin: 2px;
}

.galerie li a {
display: block;
width: 75px;
height: 75px;
background-repeat: no-repeat;
background-position: center;
}



/*-----------------------------------------------------------------*/
/*### Footer attributes ###*/

#footer{
color:#fff;
font-size: 85%;
background-color: #000;
clear: both;
padding: .5em 1em;
border-top: 2px solid #fff;
text-align: center;
}

#footer ul{
padding: 0;
margin: 0;
list-style-type: none;
}
#footer li{
display: inline;
margin-right: 1em;
}
#footer a{
color: #fff;
text-decoration: underline;
}
