body {
background: url(images/hintergrund.jpg) no-repeat left bottom #89B00E fixed;
padding-top: 3px;
margin:0px;
font-family: arial, helvetica, sans-serif;
font-size:12px;
line-height:150%;
color: black;
}

/* --------------------- Bloecke -----------*/

#left {
float: left;
width: 432px;
height: 100px;
margin:0px;
padding: 0px;
position: absolute left;
}
#right {
margin: 0 0 0 432px;
padding: 0px;
background: url(images/tribal.gif) no-repeat top right fixed transparent;
}
#navi {
margin: 0 0 0 40px;
padding: 10px 0 0 0;
width: 150px;
}
#content {
margin: 0;
padding: 3px 40px 30px 10px;
}
#locator {
border-bottom: 1px solid #A9D02E;
padding: 5px 0 5px 10px;
margin: 0 0 5px 0;
color: black;
width: 40%;
}
#footer {
clear: both;
border-top: 1px solid #A9D02E;
padding: 5px 0 0 0;
margin: 5px 0 0 0;
color: white;
text-align: center;
}
#GenizLatestNewsBox {
border: 1px solid #A9D02E;
padding: 0px 10px 20px 10px;
background: #89B00E;
}
/* --------------- Allgemeines Zeug -------- */
hr {
border: 0px;
height: 1px;
background: #A9D02E;
}
#GenizLatestNewsBox hr{
display: none;
}
ul {
list-style-image: url(images/pfeil_grau.gif);
}
p {
margin-top: 3px;
}
h1 {
font-size: 20px;
background: url(images/stern.jpg) center left no-repeat;
padding: 4px 0 4px 40px;
}

h2, h3, h4, h5, h6 {
font-size:14px;
margin-bottom:5px;
}
/* --------------- Links --------------------- */
#main a
{padding: 0 4;
}
#main a:link, #main a:visited {
color: white;
text-decoration: none;
}
#main a:hover, #main a:active {
color: black;
background-color: #A9D02E;
text-decoration: none;
}
#footer a:link, #footer a:visited {
font-size: 11px;
text-decoration: none;
color: white;
margin: 0px 10px;
}
#footer a:hover, #footer a:active {
font-size: 11px;
text-decoration: none;
color: black;
background-color: #A9D02E;
margin: 0px 10px;
}

/* -------------- Navigation -------------- */

#navi ul {
margin: 0px;
padding: 0px;
color: white;
list-style: none;
font-size: 14px;
}

li.menu_main {
display: block;
list-style: none;
margin: 0px;
padding: 2px;
}

li.menu_main a:link,
li.menu_main a:visited {
color: white;
text-decoration: none;
padding: 2px;
}
li.menu_main a:hover,
li.menu_main a:active {
color: black;
text-decoration: none;
background-color: #A9D02E;
padding: 2px;
}

/* --------------- Bilder -------------------- */

img a, img a:link, img a:hover, img a:active, img a:visited{
background: none;
}

.imgright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
border: 4px solid white;
}