/**



* DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial



*/



/* SET DEFAULT VALUES FOR ALL HTML ELEMENTS */

/* force right scrollbar */


* {  

text-decoration:  none;
color: #000000;
margin: 0;  

list-style: none; 

padding: 0px;

list-style: none;

}

/* Verdana, Arial, Helvetica, sans-serif */





html, body { 
font-family: Verdana, Arial, Helvetica, sans-serif ; 
font-size: 12px; 
height: 100%; margin-bottom: 1px;
background-color: #000;
list-style: none;
overflow-y: scroll;
}

/***************************************************************** 

FOLLOWING DIV TAGS DEFINE POSITION, SIZE AND LAYOUT* BANNER, TOP AND MAIN MENU, CONTENT, NEWS, FOOTER

****************************************************************/

#container { 

width: 85%; 

margin: 10px auto; 
height: auto;
min-height: 1000px;
background-color: #fff;

background-repeat: no-repeat;
border: 2px solid #7FB99B; 
line-height: 135%;
}

#navigation2 { 
float: left; 
font-size: 12px; 
line-height: 145%;
padding: 2em;
width: 175px; 
 
} 

#banner { 
padding: .0em; 
margin-left: 0px;
background-color: #000000;
border-bottom: 0px solid gray;
}



#navigation1 { 
background-color: #AACC42;
margin-left: 245px; 
height: 10px; 
padding: 0.5em;
}

<!--  -->


#news {
float: left;
width: 160px;

padding: 0em;
}

#content {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 125%;
/* color: #ffffff; */
margin-left: 245px; 
border-left: 1px dotted #7FB99B; 
border-bottom: 1px dotted #7FB99B; 
margin-right: 50px; 
border-right: 0px solid gray; 
padding: 1em;
max-width: 100em;
/* clear: left; */
}

#footer { 
/* clear: both; */
font-size: 10px;
padding: 1em;
Margin-left: 245px; 
border-top: 1px dotted #7FB99B; 
border-left: 1px dotted #7FB99B;
color: #333; 
/* background-color: #7FB99B; */
border-top: 0px solid gray;
valign: top
}

/*************************************************************************** 
FOLLOWING CSS STYLES DEFINE LAYOUT OF THE TOP MENU (DISCLAIMER, CONTACT)* POSITION, NO LIST SYMBOLS, COLOR
***************************************************************************/

#navigation1 ul li {
display: inline; } 

#navigation1 ul li  a {
color: #0074FF;
float: left;
font-size: 90%;
font-weight: bold;
text-decoration: none;
padding: 0 1em; } 

#navigation1 ul li a:aktiv, {
	
color: #0074FF;
text-decoration:  none;
padding: 0 1em; }

#navigation1 ul li a:hover, {

color: #0074FF;
text-decoration:  none;
padding: 0 1em; }

#navigation1 ul li a:active {

color: #0074FF;
text-decoration:  none;
padding: 0 1em;
} 


#content h2 { margin: 0 0 .5em 0; }
a:link, a:visited {
	color: #0074FF;
        font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}
a:hover {
	color: #0074FF;
        font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}
a:active {
	color: #0074FF;
        font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

