

@charset "ISO 8859-1";







/* Schriftgroesse allgemein kontrollieren --------------------------------- */


body {
font-size: 0.9em;
text-decoration: none;
}


/* ----- Schrift Überschriften --------------------------------- */


#container {
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#adresse {
margin-top: -0.7em;
font-size: .8em;
line-height: .8em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#claim {
font: 0.99em/1.05em Times, serif;
font-style: oblique;
margin: 0.5em 0 0 0;
}

li {
margin: 0;
padding: 0em 0em 1em 0em;
}

#nav {
font-size: 0.73em;
line-height: 0.9em;
}


#wegbeschreib {
font-size: 0.88em;
line-height: 1.4em;
padding: 0em 0em 2em 0em;
}

#plan_pdf {
font-size: 0.78em;
}

#kontaktadresse {
font-size: 0.88em;
line-height: 0.88em;
margin-top: 0.5em;
padding: 0em 0em 2em 0em;
}


#wuenschen {
margin-top: 2em;
line-height: 1.1em;
}

#angebot {
padding: 0em 0em 1em 0em;
font-size: 0.88em;
line-height: 1.5em;
letter-spacing: 0;
}


#site_info {
font-size: 0.68em;
letter-spacing: .1em;
width: 500px;
}




#angebot strong  {
font-weight: bold;
font-size: 1.01em;
}


h2 {
font-weight: normal;
font-size: 1.3em; 
}

#kontaktadresse strong  {
font-weight: bold;
}

/*  ----------------formular---------------------- */ 


#form {
font-size: 0.83em;
letter-spacing: .1em;
margin-left: 0;
padding: 0;
width: 40em;
}

input.iway {
display: none;
border: none;
}

label, input, select { 
  display: block;
  float: left;
  width: 400px;
padding: 0.3em 0em  .3em  .2em;
}

input, select {
decoration: none;
padding: .3em;
border: solid 1px #9fac4a;
background-color: #fff;
font-size: 1.2em;
letter-spacing: 0;
font-family: "Akkurat light", Verdana, Arial, SunSans-Regular, Sans-Serif; 
}

option {
color: #2b0165;
font-size: 1em;
letter-spacing: 0.1em;
line-height: 1.2em;
}



textarea {
margin-top: 0.4em;
padding: .3em;
display: block;
float: left;
width: 400px;
color: #2b0165;
border: solid 1px #b5c864;
background-color: #fff;
}

#text {
font-size: 1.1em;
letter-spacing: 0;
font-family: "Akkurat light", Verdana, Arial, SunSans-Regular, Sans-Serif; 
}

input#submit { /* den Submit-Button */
float: left;
width: auto;
margin-top: 2em;
padding: 0.3em;
font-size: 0.9em;
background-color: #2b0165;
color: #fff;
}

label {
text-align: left; 
margin-top: 0.4em;
padding: 0.5em 0em .3em 0em;
}

select#recipient {
color: #2b0165;
font-size: .95em;
letter-spacing: 0.1em;
margin-top: 1em;
margin-bottom: 1em;
width: 150px;
}

#stern_hinweis {
width: 395px;
font-size: 0.91em;
line-height: 1.4em;
}





form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

