@charset "utf-8";
/* CSS Document */

@media screen {
	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	body {
		background-color: #FFFFFF;
		margin:0px;
		padding:0px;
	}
	
	#theMainTable {
		width:955px;
		top:20px;
		left:50%;
		margin:0px 0px 0px -475px;
		position:absolute;
	}
	
	#header
	{
		width:955px;
		height:141px;
		background-image:url(../images_standard/header.jpg);
		background-repeat:no-repeat;
	}
	
	#imagemapContainer
	{
		width:955px;
		height:63px;
		margin:0px 0px 30px 0px;
	}
	
	#hauptnavi
	{
		width:955px;
		padding:0px 0px 0px 260px;
		float:left;
	}
	
	#containerTop
	{
		width:955px;
		height:5px;
		background-image:url(../images_standard/bgContainerTop.jpg);
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}
	
	#containerBottom
	{
		width:955px;
		height:auto;
		background-image:url(../images_standard/bgContainerBottom.jpg);
		background-repeat:no-repeat;
		clear:left;
	}
	
	#container
	{
		width:955px;
		float:left;
		height:auto;
		min-height:200px;
		background-repeat:repeat-y;
		background-image:url(../images_standard/bgContainer.jpg);
	}
	
	#leftCol
	{
		width:140px;
		min-height:200px;
		margin:0px 15px 0px 0px;
		float:left;
	}
	
	#mainCol
	{
		width:790px;
		min-height:200px;
		float:left;
	}
	
	#contentSpalte
	{
		width:540px;
		min-height:200px;
		padding:50px 0px 0px 10px;
		float:left;
	}
	
	#contentSpalteRight
	{
		width:235px;
		min-height:200px;
		float:left;
		padding:50px 0px 0px 0px;
	}
	
	#printLink
	{
		width:790px;
		text-align:right;
		height:40px;
	}
	
	#navigationUnten
	{
		width:955px;
		height:auto;
		text-align:center;
		margin:15px 0px 0px 0px;
	}
	
	a {
		color:#990000;
		font-size: 10px;
		text-decoration: underline;
		text-align:left;
	}
	a:visited {
	}
	a:link {
	}
	a:hover {
		color: #CC0000;
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
		color: #FF0000;
	}
	h1 {
		font-size: 14px;
		font-weight: normal;
		color:#cc0000;
		text-transform: uppercase;
		/*margin-bottom:0px;*/
	}
	h2 {
		font-size: 12px;
		font-weight: normal;
		color:#cc0000;
		text-transform: uppercase;
		/*margin-bottom:0px;*/
		margin-left:0px;
		line-height:normal;
	}
	
	h3 {
		font-size: 11px;
		font-weight: normal;
		color:#666666;
		text-transform: uppercase;
		/*margin-bottom:0px;*/
		margin-left:10px;
	}
	h4 {
		font-size: 10px;
		font-weight: normal;
		color:#666666;
		text-transform: uppercase;
		/*margin-bottom: 0pt;*/
		margin-left:10px;
	}
	p {
		margin-left:20px;
	}
	.hg01 {
		/*background-attachment: fixed;*/
		background-image: url(../images/folgeseiten/img24.jpg);
		background-repeat: repeat-y;
		background-position: 0px 0px;
	}
	.hg02 {
		/*background-attachment: fixed;*/
		background-image: url(../images/folgeseiten/img22.gif);
		background-repeat: repeat-x;
		background-position: 0px 0px;
	}
	td.hg03 {
		/*background-attachment: fixed;*/
		background-image: url(../images/folgeseiten/img25.jpg);
		background-repeat: repeat-y;
		background-position: 0px 0px;
	}
	.hg04 {
		/*background-attachment: fixed;*/
		background-image: url(../images/folgeseiten/img30.gif);
		background-repeat: repeat-x;
		background-position: 0px 0px;
	}
	.linie {
		background-attachment: fixed;
		background-image: url(../images_standard/ccccccc.gif);
		background-repeat: repeat-y;
		background-position: 0px 0px;
	}
	.Stil2 {color: #666666}
	
	.boxmenu{
		background-color:#FFFFFF;
		border-color: black; 
		border: 1px solid; 
		padding: 5px;
		padding-left:10px;
		float:left;
		width:180px;
		text-align:left;
	}
	
	.subboxmenu{
		background-color:#FFFFFF;
		border-color: black; 
		border: 1px solid; 
		padding: 5px;
		padding-left:10px;
		float:left;
		width:220px; 
		text-align:left;
	}
}

