/* *************************************** */
/* *** Ferienhaus Neuhausen / Standard *** */
/* *************************************** */

/* Grundeinstellungen */

* 				{ margin: 0; padding: 0; }
html, body 	{ width: 100%; height: 100%; }
body 			{ font: normal 100.01% georgia,times,sans-serif; color: #000000; background: #FCE8AB url(../de,standard,images/bg-kopf.gif) repeat-x top left; }
img 			{ border: 0; }
h1,h2,h3,h4,h5,p,ul,ol,dl,dt,dd,li,fieldset,legend,table { font: normal 1em georgia,times,sans-serif; color: #794A19; background: inherit; }
form			{ display: inline; }

.killer     { height: 0; border: 0; color: #FEF9EA; background: #FEF9EA; clear: left; }

/* Gesamtinhaltscontainer */

#box {
   width: 760px;
   margin: 0 auto;
}

/* Obere Navigation */

#nav {
   width: 100%;
   margin-top: 28px;
   color: #000000;
   background: #F5C288;
}

#nav ul {
   list-style: none;
}
#nav ul li {
   float: left;
}
#nav ul li a {
   padding: 5px 7px;
   font-weight: bold;
   font-size: 0.85em;
   color: #000000;
   background: inherit;
   text-decoration: none;
   display: block;
}
#nav ul li a:hover {
   color: #B22E05;
   background: #FEF9EA;
}
#nav ul li a.aktiv {
   color: #B22E05;
   background: #FEF9EA;
}

/* Kopfbereich */

p#kopf { }

/* Inhaltsbereich */

#boxx {
   padding: 25px 35px;
   color: #111111;
   background: #FEF9EA;
}
#boxx h1 {
   padding-bottom: 15px;
   font-weight: bold;
   font-size: 1.1em;
   color: #832305;
   background: inherit;
}
#boxx h2 {
   padding: 15px 0 10px 0;
   font-size: 0.8em;
}
#boxx p {
   padding-bottom: 5px;
   font-size: 0.8em;
}

#boxx ul {
   margin: 15px;
}
#boxx ul li {
   padding: 3px 0 7px 0;
   font-size: 0.8em;
}

#boxx dl dt {
   font-weight: normal;
   font-size: 0.8em;
   font-style: italic;
}
#boxx dl dd {
   padding: 5px 0 10px 30px;
   font-weight: bold;
   font-size: 0.8em;
}

#boxx fieldset {
  	padding: 10px;
}
#boxx fieldset legend { }

/* Fussbereich */

p#fuss {
   padding-left: 30px;
   color: inherit;
   background: #B22E05;
}

/* Formularelemente */

#boxx label { font-size: 0.9em; display: block; }
.button		{ margin: 10px 0; padding: 3px; font: normal 0.7em verdana,tahoma,sans-serif; letter-spacing: 0.1em; }
* html .button { font-size: 0.8em; }