/* 
##############################CSS Document ©2006 by www.makoweb.de##############################
###################created by MaKoWeb - Marcel Koch / E-Mail: mail@makoweb.de###################
*/

	body
	{
	color: #10276b;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	background-position: center;	
	}
	
	#container
	{
	background-color: #dee3ef;
	text-align: left;
	font-size: 12px;
	width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #666666 solid;
	margin:auto;
	}
	
	#contentbox
	{
	color: #10276b;
	text-align:center;
	background-color:#b4c2d0;
	}

	#content
	{
	text-align:left;
	margin: 10px 10px 10px 0px;
	padding: 10px 0px 0px 0px;
	color: #10276b;
	/*background-image:url(bilder/bg.gif);*/
	min-height: 500px;
	max-height: 5000px;
	overflow:auto;
	clear:both;
	}

	* html #content 
	{
	height:500px;
	overflow: visible;
	}

	
	#content-links
	{
	float:left;
	width: 190px;
	margin: 0px 0px 20px 5px;
	padding: 0px 7px 10px 7px;
	color: #10276b;
	/*border: 1px #666666 solid;*/
	min-height: 500px;
	max-height: 5000px;	
	}

	* html #content-links
	{
	height:500px;
	overflow: visible;
	}
	
	
	#navi
	{
	width:180px;
	margin:0 0 0 5px;
	padding:0px 10px 0px 5px;
	background-color:#dee3ef;
	border: 1px #666666 solid;
	border-left: 5px solid #10276b;
	color:#10276b;
	font-weight:bold;
	height: 512px;	
	}
	
	* html #navi
	{
	height:512px;
	overflow: visible;
	}


	#info
	{
	width:180px;
	margin:10px 0 0 5px;
	padding:0px 10px 0px 5px;
	background-color:#dee3ef;
	border: 1px #666666 solid;
	border-left: 5px solid #10276b;
	color:#10276b;
	height: 160px;	
	}
	
	* html #info
	{
	height:160px;
	overflow: visible;
	}
	
	
	#content-rechts
	{
	float:right;
	width: 690px;
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 10px 10px;
	color: #10276b;
	background-color:#dee3ef;
	border: 1px #666666 solid;
	min-height: 500px;
	max-height: 5000px;
	}

	* html #content-rechts
	{
	height:500px;
	overflow: visible;
	}
	
	.tabimg
	{
	margin: 10px;
	border: 1px solid #333333;
	}
	
	.rahmen
	{
	border:#000033 1px solid;
	}	
	
	.tabtex
	{
	font-size:10px;
	margin: 10px;
	}	

	h1,h2,h3
	{
	width: 100%;
	line-height: 1.3em;
	font-weight:bold;
	color:#10276b;
	}

	h1
	{
	font-size:22px;
	margin-top:10px;
	}

	h2
	{
	font-size:18px;
	}
	
	h3
	{
	font-size:14px;
	}
	
	/*Liste rechts*/
	
	#list-r
	{
	text-align: left;
	list-style-position: inside;
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type: disc;
	}

	
	list-r li
	{
	text-align: left;
	}

	
	/*LinkBox*/
	
	ul#linkbox
	{
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}
	
	#linkbox li
	{
	display: inline;
	list-style-type: none;
	}
	
	#linkbox a 
	{ 
	padding: 3px 10px;
	font-size:11px;
	}
	
	#linkbox a:link, #linkbox a:visited
	{
	border: 1px #666666 solid;
	color: #205013;
	background-color: #ffedab;
	text-decoration: none;
	}
	
	#linkbox a:hover
	{
	color: #205013;
	background-color: #ffde63;
	text-decoration: none;
	}
	
	
	
	a:link {
	color: #10276b; text-decoration: none;
	}
	a:visited {
	text-decoration: none; color: #10276b;
	}
	a:hover {
	text-decoration: underline; color: #10276b;
	}
	a:active {
	text-decoration: underline; color: #10276b;
	}

