@charset "utf-8";
/* CSS Document */

html  
{ 
	padding:0px;
	margin:0px;
}
 
body 
{
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	
	background-color:#0C0;
	padding:0px; 
  	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#000;
	overflow-y:scroll;

}

a
{
	outline:none;
}

img 
{
	border:none;
	
}

a:link {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #74CB1A;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

/*	CONTAINER   -------------------------------------------------------------------------------*/
div#container 
{
	border:3px solid #fff;
	padding:5px 1px 6px 5px;
	width:998px;
	left:50%;
	margin-left:-500px;
	position:absolute;
}




/* oben ---------------------------------*/

div#logo_text
{
	padding-top:3px;
	padding-bottom:3px;
	background-image:url(../img/logo_text.png);
	background-repeat:no-repeat;
	width:1000px;
	height:114px;
	top:0;
	right:0;
}



/* unten ---------------------------------*/


div#navigation 
{
	width:230px;
	float:left;
	padding-right:3px;
	text-align:left;
}

div#navigation a:link, 
div#navigation a:visited
{
	background-color:#328925;
	display:block;
	padding:10px 20px 10px 10px;
	margin-bottom:2px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

div#navigation a:hover
{
	background-color:#328925;
	color:#333; /* 006AB3 */
}

div#navigation a:active,
div#navigation a.hierbinich
{
	background-color:#328925;
	color:#333 !important;
}

div#inhalt
{
	text-align:left;
	padding:15px;
	
	width:730px;
	!width:730px;
	_width:730px;
	background-color:#006AB3;
	
	color: #fff;
	height:450px;
	!height:480px;
	
	overflow:auto;
}
.inhaltstext {

width:500px;	
}



div#bilder
{
	float:left;
	padding:15px;
	margin:0;
	background-color:#fff;
	height:480px;
	width:265px;
}

   
div#fuss
{ 
	height:58px;
	width:200px;
	float:left;
	top:0px;
	left:0px;
	z-index:0;
	overflow:hidden;
	text-align:left;
	font-size:9px;
	color:#333;
	margin:0;
	padding:0;
	
}
 
div#fuss a
{
	color:#333;
	border:0px;
	display:inline;
	font-size:9px;
	color:#333;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}
/*

LINK
*/

div#fuss a:link, 
div#fuss a:visited,
div#fuss a:hover,
div#fuss a:active
{
	background:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin-bottom:2px;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}


/*

LINK
*/
.kleingrau {
	font-size: 10px;
	color: #999999;
}
