body div {
margin: 0 auto;
font-family:arial;
font-size: 12px;
padding:0px;
}

#top {
width: 788px;
height: 120px;
border: 0px solid black;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/bgtttt.png);
background-repeat:no-repeat;
background-repeat:repeat-y;
}

div.content {
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/bg.png);
border: 0px solid red;
background-repeat:no-repeat;
background-repeat:repeat-y;
width: 788px;
text-align: left;
}

div.contentrahmen {
position:relative;
border: 0px solid red;
width: 788px;
text-align: left;
left: 20px;
}


div.main {
position: relative;
border: 1px solid #0C426F;
width:520px;
float:left;
margin:4px;
}

div.main_top {
border: 0px solid #0C426F;
width:520px;
height:22px;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/ue17-1.png);
background-repeat:no-repeat;
color: white;
font-size: 14px;
padding-top: 2px;
font-family:tahoma;
font-weight: bold;
}


div.menulist {
position: relative;
border: 0px solid #0C426F;
width:200px;
float:left;
margin: 4px;
padding-left: 6px;
}

div.menu {
position: relative;
border: 1px solid #0C426F;
width:200px;
}

div.menu_top1 {
position: relative;
border: 0px solid #0C426F;
width:200px;
height:20px;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/ue14-1.png);
background-repeat:no-repeat;
color:white;
padding-left: 0px;
padding-top: 2px;
font-family:tahoma;
font-weight: bold;
}

div.menu_top2 {
position: relative;
border: 0px solid #0C426F;
width:200px;
height:20px;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/ue14-2.png);
background-repeat:no-repeat;
color:white;
padding-left: 0px;
padding-top: 2px;
font-family:tahoma;
font-weight: bold;
}

div.menu_top3 {
position: relative;
border: 0px solid #0C426F;
width:200px;
height:20px;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/ue14-3.png);
background-repeat:no-repeat;
color:white;
padding-left: 0px;
padding-top: 2px;
font-family:tahoma;
font-weight: bold;
}

div.container_inhalt {
padding: 8px;
font-family: arial;
font-size: 12px;
}

div.bottom {
height: 37px;
width: 788px;
background-image:url(http://oberzauch.de/oberzauch/templates/oz_design_09/footer.png);
background-repeat:no-repeat;
color:white;
padding-top: 4px;
}



.menu_current {
font-weight: bold;
color: red;
}


#mynews h2 { border:1px dotted black; margin:0px; padding:0px; }


/*ENDE Container Formatierung */


a:link, a:visited, a:active {
     color: #0033FF;
     text-decoration: none;
     font-size: 12px;
     font-family: arial;
     margin:0px;
}
a:hover {
     color: #FF6600;
     text-decoration: none;
     font-size: 12px;
     font-family: arial;
     margin:0px;
}
h1 {
     color: #000000;
     font-size: 16px;
     font-weight: bold;
     font-family: arial;
     margin:4px;
}
h2 {
      color: #676767;
     font-size: 14px;
     font-weight: bold;
     font-family: arial;
     margin:2px;
}
h3 {
     color: #676767;
     font-size: 14px;
     font-weight: bold;
     font-family: tahoma, arial;
     margin:2px;
}
h4 {
     color: #676767;
     font-size: 9px;
     font-family: arial;
     font-style:italic;
     margin:0px;
}
h5 {
     color: #000000;
     font-size: 12px;
     font-weight: bold;
     font-family: arial;
     margin:0px;
}
h6 {
     color: #000000;
     font-size: 12px;
     font-weight: normal;
     font-family: arial;
     margin:0px;
}




/*---------------------------------------*/
/*MENU BEGINN*/
div.chromestyle{
position:relative;
width: 520px;
font-weight: bold;
float: right;
bottom: 10px;
right: 15px;
border-left: 0px solid black;
border-bottom: 0px solid black;
border: 0px dotted black;  /*WEGMACHEN!!!!!!!!!!!!!!!!*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 7px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
background: white;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
text-align: left;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #FFEFB0;
}
/*MENU END*/

