/*** DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial* THANKS FOR THAT GREAT TUTORIAL* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org*//* SET DEFAULT VALUES FOR ALL HTML ELEMENTS */

* {  margin: 0;  padding: 0;}


html, body { background-color: #EEE8D5; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:90%;}

/***************************************************************** 
FOLLOWING DIV TAGS DEFINE POSITION, SIZE AND LAYOUT* BANNER, TOP AND MAIN MENUE, CONTENT, NEWS, FOOTER
****************************************************************/

#container { width: 840px; margin: 10px auto; background-color: #804000; color: #fff; border: 0px solid gray; }

#banner { padding-left: 3em; background-color: #804000; border-bottom: 0px solid gray;}

#navigation1 { background-color: #804000; height: 0px; padding: 0px 0em;}

#navigation2 { float: left; width: 160px; padding: 1em;}


#content { margin-left: 200px; border-left: 0px solid gray; margin-right: 0px; border-right: 0px solid gray; padding: 1em; text-align:justify;}

#content a:link, #content a:visited {color:#fff;}

#news { position:absolute; margin-top:160px; margin-left:50px; z-index:10;}

#footer { clear: both; padding: 0em; color: #333; background-color:#EEE8D5; border-top: 0px solid gray;}

#footer a:link, #footer a:visited {color:#333;}

.footer_txt {
font-size: x-small;
text-align:center;
padding-top:80px;
text-decoration:none;
}

a.linkfooter:link {color: #333333; text-decoration:none}
a.linkfooter:visited {color:#333333; text-decoration:none}

a.linkterms:link {color:#666; font-size:x-small; text-decoration:none;}
a.linkterms:hover {color: #ff7f00; font-size:x-small; text-decoration:underline;}
a.linkterms:visited {color:#666; font-size:x-small; text-decoration:none;}


a.linkmain:link {color:#FFFFFF;}
a.linkmain:visited {color:#FFFFFF;}

hr {
color: #805326;
padding-bottom:10px;
padding-top:10px;
}

ul.bullets{
margin-left:10px;
list-style-image: url(http://www.oaklandshaven.com.au/images/0159_flobullet.jpg);
}
ul.bullets li{
text-indent:10px;
padding-left:10px;
padding-bottom:10px;
}

/*************************************************************************** 
FOLLOWING CSS STYLES DEFINE LAYOUT OF THE TOP MENUE (DISCLAIMER, CONTACT)* POSITION, NO LIST SYMBOLS, COLOR
***************************************************************************/

#navigation1 ul li {display: block;}

#navigation1 ul li a {color: #adf;float: right;font-size: 85%;font-weight: 700;text-decoration: none;padding: 0 1em;}

#navigation1 ul li a.aktiv,#navigation1 ul li a:hover,#navigation1 ul li a:active {color: #fff;padding: 0 1em;}

/*************************************************************************** 
FOLLOWING CSS STYLES DEFINE LAYOUT OF THE MAIN MENUE* POSITION, NO LIST SYMBOLS, COLOR, PADDING
**************************************************************************/


#navigation2{
width: 160px; /*width of menu*/
}

#navigation2 .headerbar{
font: bold 14px Arial;
color: white;
background: black; /*url(media/titlebar.png) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

#navigation2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

#navigation2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

#navigation2 ul li a{
color: #ffffff;
/*background: url(media/arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
border-bottom: 1px solid #ff7f00;/*#dadada;*/
font-size: 90%;
}

#navigation2 ul li a:visited{
color: white;
}

#navigation2 ul li a:hover{ /*hover state CSS*/
color: #422B06;
font-weight:bold;
background-color: #F3F3F3;
}

#navigation2 ul li a.menu_current{
color: #f3f3f3;
font-weight:bold;
background-color: #805326;
}