/* CSS Document by nanographics.de */
body {
margin:0;
padding:0;
text-align:center;
background-color:#ede4ca;
font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;

}

h1, h2, h3, h4, h5, h6 {
font-size:17px;
text-align:left;

}

#wrapper {
width: 680px;
margin:20px auto;
background-color:#750000;
text-align:left;
color:#ffcc99;
}

#header {
width: 680px;
height: 235px;
background-image:url(/i/header.jpg);
background-repeat: no-repeat;
}

#navigation {
float:left;
width: 200px;
}

#navigation a{
display:block;
width: 160px;
height:33px;
}

#content {
float:left;
width: 450px;
line-height:1.5em;
/*text-align:justify;
word-spacing:0.05em;*/
}

#content a {
color:#ffcc99;
text-decoration:none;
border-bottom: 1px dotted #e77f02;
}

#content a:hover {
color:#e77f02;
}

#content a:visited {
color:#e77f02;
}

#footer {
clear:both;
width: 680px;
height: 25px;
background-image:url(/i/footer.jpg);
background-repeat:no-repeat;
text-align:center;
}

#footer a {
color:#ffcc99;
text-decoration:none;
}

#footer a:hover {
color:#e77f02;
text-decoration:underline;
}

.zitat {
color: #e77f02;
font-style:italic;
font-weight:bold;
}

.init {font-weight: bold; font-size: 15px;}

a#ng {
color:#81a371;
font-size:9px;
text-decoration:none;
}

a#ng:hover {
color:#42762b;
}

/*kontaktform*/
.fdbck {
  width:150px;
  background-color:#ffcc99;
  border:none;
  border-bottom:1px solid #e77f02;
  }
  
#fdbcksubmit {
  text-align:center;
  background-color:#ffcc99;
  color:#750000;
  border:none; 
  }
  
input {
  float:right;
  }

button {
  float:right;
  }
  
 
textarea{
  float:left;
  width:300px;
  height: 60px;
  background-color:#ffcc99;
  border:1px solid #e77f02;
  margin-bottom:3px;
  }
  
label {float:left;}