*
	{ 
		padding: 0; 
		margin: 0; 
		border: 0;
	}


body 
	{ 
		font: 78%/1.6em verdana, helvetica, arial, sans-serif; 
		color: #4d594d; 
		text-align: center; 
		background: #fff;
		margin: 0 0 20px 0;
		padding: 0;
		background-image: url(gfx/bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}


span.invisible {display: none;}

	
#wrapper
	{
		width: 800px;
		height: 800px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 25px;
		padding: 0;
		background-color: #fff;
	}


#banner
	{
		text-align: center;
		width: 800px;
		height: 150px;
		background-image: url(gfx/banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		margin: 0;
		padding: 0;
	}


#navigation
	{
		float: left;
		width: 800px;
		text-align: left;
	}


#contentwrap
	{
		width: 800px;
		margin-top: 70px;
	}


#content
	{
		width: 590px;
		background: #fff;
		float: left;
		border-left: 2px solid #f1ffdb;
		border-bottom: 2px solid #f1ffdb;
		margin-bottom: 40px;
	}


#sidebar
	{
		width: 190px;
		background: #f1ffdb;
		float: right;
		border: 1px solid #f1ffdb;
		margin-bottom: 40px;
	}


ul#mainnavi
	{ 
		list-style: none;
		text-align: left;
	}


ul#mainnavi li 
	{ 
		display: inline;
		float: left;
	}


ul#mainnavi li.inactive a
	{
		display: block;
		background: #f1ffdb;
		padding: 4px 8px 4px 8px;
		margin: 0px 6px 0px 0px;
		border-left: 1px solid #669933;
		border-right: 1px solid #669933;
		border-bottom: 1px solid #669933;
		border-top: 0;
		text-decoration: none;
		color: #669933;
		font-weight: bold;
	}


ul#mainnavi li.inactive a:hover
	{
		display: block;
		background: #669933;
		padding: 4px 8px 4px 8px;
		margin: 0px 6px 0px 0px;
		border-left: 1px solid #669933;
		border-right: 1px solid #669933;
		border-bottom: 1px solid #669933;
		border-top: 0;
		text-decoration: none;
		color: #f1ffdb;
		font-weight: bold;
	}


ul#mainnavi li.active a
	{
		display: block;
		background: #669933;
		padding: 4px 8px 4px 8px;
		margin: 0px 6px 0px 0px;
		border-left: 1px solid #669933;
		border-right: 1px solid #669933;
		border-bottom: 1px solid #669933;
		border-top: 0;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}


h1
	{
		margin: 10px 10px 30px 10px;
		padding: 0 0 4px 0;
		font-size: 170%;
		text-align: left;
		color: #669933;
		border-bottom: 2px solid #669933;
	}


h2
	{
		margin: 30px 10px 20px 10px;
		padding: 0;
		text-align: left;
		font-size: 130%;
		color: #4d594d;
		text-decoration: underline;
		
	}


h3
	{
		margin: 14px 10px;
		padding: 0;
		font-size: 110%;
		text-align: left;
		color: #4d594d;
		font-weight: bold;
		border-bottom: 1px solid #4d594d;
	}


h4
	{
		margin: 14px 10px 0px 10px;
		padding: 0;
		font-size: 110%;
		text-align: left;
		color: #4d594d;
		font-weight: bold;
	}


h5
	{
		margin: 14px 10px 0px 10px;
		padding: 0;
		font-size: 90%;
		text-align: left;
		color: #4d594d;
		font-weight: bold;
		text-decoration: underline;
	}



p
	{
		text-align: left;
		margin: 10px;
	}


#content ul
	{
		text-align: left;
		margin: 10px;
		list-style: square;
		padding: 0 14px;
	}


#content li
	{
		padding-bottom: 6px;
		margin-left: 4px;
	}


#content dl
	{
		text-align: left;
		margin: 25px 10px;
	}


#content dt
	{
		font-style: oblique;
		font-weight: bold;
	}


#content dd
	{
		margin-bottom: 15px;
	}


#content a
	{
		color: #669933;
		border-bottom: 1px solid #669933;
		text-decoration: none;
	}


#content a:hover
	{
		border-bottom: 2px solid #669933;
	}


.foto
	{
		margin: 10px 30px 10px 10px;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #eee;
		float: left;
	}


#newsbutton
	{
		width: 135px;
		height: 135px;
		margin: 50px 27px;
		filter:
		progid:DXImageTransform.Microsoft.AlphaImageLoader
		(src='gfx/newsbutton.png');
	}


html > body #newsbutton
	{
		background-image: url(gfx/newsbutton.png);
		background-position: top left;
		background-repeat: no-repeat;
	}


ul#subnavi
	{
		list-style: square;
		text-align: left;
		font-size: 100%;
		margin: 10px;
		padding: 0 14px;
	}


ul#subnavi li
	{
		margin-bottom: 2px;
		margin-left: 2px;
	}


ul#subnavi li.suboff a
	{
		color: #4d594d;
		text-decoration: none;
		font-weight: bold;
	}


ul#subnavi li.subon a
	{
		color: #ff0000;
		font-weight: bold;
		text-decoration: none;
	}


ul#subnavi li a:hover
	{
		text-decoration: underline;
	}


#sidebar p
	{
		font-size: 90%;
	}


#sidebar p a
	{
		color: #4d594d;
		border-bottom: 1px solid #4d594d;
		text-decoration: none;
	}


#sidebar p a:hover
	{
		border-bottom: 2px solid #4d594d;
	}
	

#pic
	{
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
		float: left;
	}


#pic a
	{
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	

#pic a:hover
	{
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
	}


a img.preview 
	{
		border: 1px solid #eee;
		background-color: #fff;
		padding: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		text-decoration: none;
	}
	
	
a:hover img.preview 
	{
		border: 1px solid #ccc;
		background-color: #fff;
		padding: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		text-decoration: none;
	}

