body
{
	background-color:#fcfcfc;
	font-family:verdana,arial,sans-serif;	
	font-size:12px;
}




#wrapper
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image:url("../bilder/background/bg.jpg");
	background-repeat:repeat-y;
  	min-height:540px;
  	height:540px;	
  	border:0px solid #000;;
}

html>body #wrapper {height:auto}

#header
{
	width:920px;
	height:200px;
	border:0px solid #000;	
	background-color:#fcfcfc;
}



#content
{
	width:920px;
	margin-top:10px;
	border:0px solid #000;	
}

#content_left
{
	width:180px;
	float:left;
	border:0px solid #eee;	
	z-index:100;
}


#navi
{
	padding:0px 0 5px 0;
	margin:0px 0 0 5px;
	min-height:250px;
	z-index:50;	
}

#navi ul
{
/*	list-style-image: url(../bilder/background/navi.gif); */
	margin-top:10px;
	list-style-type:none;

}

#navi ul li
{
	margin-top:5px;
	width:110px;
	text-align:center;
	

}

#navi ul li a:link , #navi ul li a:visited
{
 	display:block;
	color:#fcfcfc;
	font-weight:bold;
	background-image:url(../bilder/background/navi_link.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	line-height:32px;
	width:110px;

}

#navi ul li a:hover
{
	color:#006600;
	background-image:url(../bilder/background/navi_hover.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;

}

#flagg
{
	font-size:10px;
	text-align:center;
	margin-left:48px;
}

#content_right
{
	width:690px;
	float:right;
	padding:0px 15px 0 15px;
	border:0px solid #aaa;
	text-align:justify;
	z-index:1;
}



#inhalt
{
	border-right:3px solid #ccc;
	background-color:#fcfcfc;
	width:315px;
  	min-height:270px;
  	height:270px;
	z-index:1;
	padding:15px;
	float:left;
}

html>body #wrapper #content #content_right #inhalt {height:auto}

#flash
{
 	width:305px;
 	height:280px;
	border:2px solid #006600;
}

#bilder
{
 	width:305px;
	float:right;
	border:0px solid #aaa;
	min-height:250px;
	padding:0px 15px 15px 15px;
	margin-top:25px;

}

#footer
{
 	margin:0px 10px 0 10px;
 	border:0px solid #000;
 	padding-top:20px;
	width:900px;
	background-image:url("../bilder/background/footer.gif");
	background-repeat:no-repeat;
	background-position:0px 10px ;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	clear:both;
}




/* Formatierungen */

.klein
{
	font-size:10px;
}

.center_k
{
	font-size:10px;
	text-align:center;
}

.center
{
	text-align:center;
}

.center_b
{
	text-align:center;
	font-weight:bold;
}

.right
{
	text-align:right;
}

.left
{
	text-align:left;
}

.klein_b
{
	font-size:10px;
	font-weight:bold;
}

.bold
{
	font-weight:bold;
}

.bold_g
{
	font-weight:bold;
	font-size:20px;
}

.lang
{
	width:160px;
}

.mittel
{
	width:100px;	
}

.kurz
{
	width:45px;
}

.ue
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin:5px;
}

.ue2
{

	font-size:13px;
	font-weight:bold;
	color:#00B058;
	margin:0px;
}

th
{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}