html, body {
	margin: 0px;
	padding: 0px;

    background:#E9E9E9;

}
body {
	font:.7em "trebuchet ms", arial, sans-serif;
	text-align: center;
	padding-top: 5%;
    margin-left:auto;
    margin-right: auto; 
    /*background-color: #CC0033; */
}

input{
border:1px solid #006633; 
  background-color:#ffffff;
}

#seite{
 /*    background-color:#FFFFFF;
    background:ffffff;
 margin-top:5%;
 margin-left:auto;
 margin-right:auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 
   
 */
    padding:8px;
    text-align:left;
    background-color:#ffff99;

    width:650px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;

}

/* Formatierungen Layout (grob) */

#seite, #seite .sb-inner { background:#ffffff; }
#seite .sb-shadow { background:#FFFFFF; }
#seite .sb-border { background:#FFFF99; }

#oben{
    left:50px;
    width:550px;
}

#content{
    margin-left:auto;
    margin-right: auto;
   text-align:center;
/*background:#ffff99 url(img/bajo.jpg) no-repeat;*/
}


#rechts{
 float:left;
 margin:0 0 20px 10px;
 width:200px;
/*background:#ffff99 url(hobel.gif) no-repeat;*/
}

#unten{
 background:#FF0010;
 
 clear:both;
 width:713px;
}
#unten, #unten .sb-inner { background:#FF0010; }
#unten .sb-shadow { background:#000000; }
#unten .sb-border { background:#000000; }
/* Formatierungen Navigationsleiste */
#navigation{
 background:#ffff99;
 

 text-align:right;
}



#navigation ul li{
 display:inline;
 margin:0 4px 0 0; 
}

#navigation ul li a{
 text-decoration:none;
 border-bottom:4px solid #ffff99;
 color:#666;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #ffff99;
}



/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 0 0 0;
}

img{
 border:0px;
}



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:1px solid #ccc;
 color:#666;
 font-size:1.3em;
 letter-spacing:0.01em;
 margin:5px 0 0 0;
}
img{
	border:0px solid #000;
	}

#links p{
 text-align:justify;
}

#unten span{
 color:#eee;
 font:.85em "trebuchet ms", verdana, sans-serif;
 padding-left:10px;
 text-align:right;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0;
}

#rechts ul li{
 display:block;
  margin:0 0px 0 0;
 padding:0 0 0 16px;
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  color:#000;
}



/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:underline;
}

a:hover{
 text-decoration:none;
}


#unten a{
 color:#fff;
 text-decoration:underline;
}

#unten a:hover{
 text-decoration:none;
}

.input{
  border:1px solid #0099ff;
  background:white;

}

.inputhover{
 background:#0099ff;
 border:1px solid #ffffff;
}



