/*** MenŸ ***/
#navcontainer ul
	{
	padding: 0;
	margin: 0;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF; 
	float:left; 
	width:100%;
	border-left: 1px solid #B5B5B5;
	letter-spacing: 1px;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	}

#navcontainer ul li
	{
	display: inline;
	}

#navcontainer ul li a
	{
	padding: 0.2em 1.5em;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #B5B5B5;
	}

#navcontainer ul li a:hover
	{
	background-image:url('images/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #ffffff;
	}

/*** Body ***/

body
	{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
	}

/*a
	{
	color: #4B6400;
	text-decoration: none;
	}*/

a
	{
	color: #4B6400;
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	}

ol.tippscontainer
	{
	margin-left:1em;
	padding-left:1em
	}

ul.tipps
	{
	padding-bottom: 20px;
	list-style-type:disc ;
	margin-left:0.5em;
	padding-left:0.5em
	}
	
ul.advertise
	{
	padding: 5px;
	list-style-type:none ;
	margin-left:5em;
	padding-left:5em
	}

#headercontainer
	{
	width: 100%;
	background: #eeeeee;
	}

#header
	{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/header-background.jpg');
	}

#header h1
	{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
	}

#menucontainer
	{
	width: 100%;
	height: 28px;
	background: #eeeeee;
	background-repeat:repeat-x;

	}

#menu
	{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #B5B5B5;
	}

#content
	{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	min-height:450px;
	}

#content h2
	{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #088a1d;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
	}

#footer
	{
	margin: 0 auto;
	width: 740px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('images/menu-background.jpg') repeat-x;
	border: 1px solid #B5B5B5;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
	}
