/*	css fuer html*/ Body {    background-image: url(images/background.jpg);    background-color: #8c0303;    color: white;    font-family:  Arial, "Trebuchet MS", Verdana, "Times New Roman", Geneva, Helvetica, serif, sans-serif;    }#wrapper {    color: black;    margin: 4.5% 0% 4.5% 0%;    }#headerleft {    width: 100%;    background-color: #F6DAEF;    }#headerright {    position: absolute; right: 4%; top: 8%;    font-size: 80%;    }#headermiddle {	position: absolute;	top: 17%;	right: 42%;    }#header-bottom {    border-top: 1px solid #bf5a5a;    border-bottom: 1px solid #bf5a5a;    height: 1%;    }#header-bottom ul {    margin: 0;    padding: 0 15px 0 0;    text-align: right;    }#header-bottom li {    display: inline;    background-color: #EAF3DA;    color: #8c0303;    font-size: 90%;    } a:link {    color: #800000;    text-decoration: none;    }a:visited {    color: #055902;    text-decoration: none;    }a:hover {    color: #898989;    text-decoration: none;    }  #header-bottom {    text-decoration: none;    background-color: #EAF3DA;    color: #8c0303;    }#tagline {    font-weight: bold;    font-size: 90%;    background-color: #EAF3DA;    color: #8c0303;    font-style: italic;    margin: 0;    padding: 0 0 0 20px;    width: 300px;    float: left;    }    #container {    width: 100%;    background-color: #D2F496;     }	#content {    float: left;    padding-left: 20px;    margin-left: 20px;    margin-top: 40px;     width: 60%;    font-size: 90%;    }#content h1 {    color: #055902;    font-size: 100%;    }#content h2 {   color: #055902;   font-size: 90%;   }#content h3 {    color: #055902;    font-size: 80%;    }#content ul{    list-style: none;}#table {	background-color: #EAF3DA;	width: 80%;	border:1px solid #800000;	border-spacing: 0px;	line-height: 3em;	    }#table, tbody, tr, td {	font-family:  Arial, "Trebuchet MS", Verdana, "Times New Roman", Geneva, Helvetica, serif, sans-serif;    }#tbody td {	font-family:  Arial, "Trebuchet MS", Verdana, "Times New Roman", Geneva, Helvetica, serif, sans-serif;	color: #000000;	padding: 10px 7px;	border-bottom: 1px solid #800000;	text-align: left;    }#tbody tr:hover th a, tr.odd:hover th a	{		 color: #ffffff;         }#tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {	background: #800000;	color: #ffffff;    }#tbody tr.odd:hover td, tr.odd:hover td a{	background: #000000;	color: #ffffff;    }#sidebarleft {	margin-top: 20px;    float: left;    width: 20%;    background-color: #D2F496;    color: #666666;    font-size: 90%;                            color: #8c0303;    line-height: 3;    }#ul {    list-style-type: none;    }    A:link {text-decoration: none}    A:visited {text-decoration: none}    A:active {text-decoration: none}    A:hover {text-decoration: none; color: #898989;     }#footer {    clear: both;    position: relative;    z-index: 10;    width: 100%;    border-top: 1px solid #bf5a5a;    border-bottom: 1px solid #bf5a5a;    margin-top: 10px;    }#footer p {    color: #666666;    margin: 0;    padding: 0.2em 0 0.2em 0;    font-size: 80%;     }   form.bestellformular fieldset{    border: 2px solid #055902;    padding: 20px 20px 20px 20px;    background-color: #F2F2F2;    }form.bestellformular label{    font-size: 90%;    color: #055902;    text-align: right;}form.bestellformular label.fixewidth{    display: block;    width: 240px;    float: left;    padding: 8px;    }form.bestellformular h1{    color: #055902;    font-size: 100%;}form.bestellformular h2{    color: #055902;    font-size: 90%;}form.bestellformular p{    color: #055902;    font-size: 90%;}form.bestellformular i{    color: #055902;    font-size: 70%;}