body, table, td, p {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

body{
    background: url(../bilder/hintergrund.png) repeat-x;
    text-align: center;
}

#container{
    width: 761px;
    background: url(../bilder/containerhintergrund.png) repeat-y right;
    position: relative;
    margin: 0px auto;
    text-align: left;
}

#linkespalte{
    width: 220px;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline;
    font-size: 11px;
}

.padding{
    padding: 0px 10px 0px 10px;
}

#header{
    height: 180px;
    position: relative;
}

#kopfgrafik{
    position: relative;
    top: 0px;
    left: 250px;
}

#inhalt{
    position: relative;
    float: left;
    width: 511px;
    margin-bottom: 20px;

}

#footer{
    position: relative;
    background: url(../bilder/footer.png) -1px 0 no-repeat;
    padding-top: 5px;
    margin: 0px auto;
    text-align: left;
    width: 760px;
}

#footer a{
    color: #666666;
    text-decoration: none;
}

a {
    color: #FF9000;
}

a:hover {
    color: #036;
    text-decoration: none;
}

a img{
    border: none;
}

#producedby {
    position: relative;
    left: 20px;
    font-size: 10px;
    float: left;
    width: 270px;
}

#kontaktzeile {
    position: absolute;
    top: -20px;
    left: 20px;
}

#anschrift{
    font-size: 11px;
    float: left;
    text-align: center;
    line-height: 1.4em
}


#logo{
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 2;
}

#wuerfel{
    position: absolute;
    top: 104px;
    left: 20px;
    z-index: 3;
}

#navigation{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 250px;
    top: 134px;
}


#navigation li{
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}

#navigation a{
    display: block;
    width: 90px;
    background: url(../bilder/navigation.png) no-repeat 0px 4px;
    color: #666666;
    padding: 0px 10px 0px 0px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    text-decoration: none;
}

#navigation a:hover, #navigation a.active{
    display: block;
    width: 90px;
    background: url(../bilder/navigation_hover.png) no-repeat 0px 4px;
    padding: 0px 10px 0px 0px;
    color: #FF9000;
    text-align: center;
    height: 20px;
    font-weight: bold;
}

h1{
    color: #ff9000;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0;
    font-weight: normal;
}

h2{
    color: #666666;
    font-size: 11px;
}

form {
    display:inline
}

#inhalt ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#inhalt li{
    background: url(../bilder/listenpunkt.gif) no-repeat 0 0.3em;
    padding-left: 20px;
}

/* Hides from IE5-mac \*/
* html #inhalt li {height: 1%;}
/* End hide from IE5-mac */

/* Sprachwahl */
#sprachen{
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 500;
}

#sprachen ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sprachen ul li {
    margin-right: 31px;
    padding: 0;
    float: left;
    list-style: none;
    background: none;
    line-height: 14px;
}

#sprachen ul li a {
    text-decoration: none;
    color: black;
}
#sprachen ul li a:hover, #sprachen ul li a.active{
    color: #f76212;
}
#sprachen ul li a img {
    vertical-align: bottom;
    filter : alpha(opacity=30);
    opacity : 0.50;
    -moz-opacity : 0.50;
}

#sprachen ul li a:hover img {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}

#sprachen a.active img  {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}
/* Ende Sprachwahl */

#untermenu{
    display: block;
    width: 150px;
    padding: 5px;
    float: right;
    background: #cecece;
}

#untermenu a{
    color: #666666;
}

.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
  position: relative;
    width: 170px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.kontakt {
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.clearleft{
    clear: left;
}
/* Ende Kontakt */

input, textarea, select {
border: 1px solid #666;
font-size: 12px;
    }



/********************/
ul#produkte_liste li a {
    line-height:22px;
    text-decoration:underline;
    color:#000;
    font-size:13px;
}
ul#produkte_liste li a:hover {
     text-decoration:none; 
}
/*******************/