@charset "utf-8";
/* CSS Document */

html, body		{
			height:100%;
			background-color:#d9e6df;
			font-family:Arial, sans-serif;
			font-size:14px;
			margin:0;
			padding:0;
			
			
			
			
			
			
			}

#header		{
			width:1260px;
			height:190px;
			margin:auto;
			position:relative;
			background-image:url("zztools/header.png");
			}

#main		{
			width:1260px;
			height:auto;
			margin:auto;
			position:relative;
			}
			
#nav		{
			width:230px;
			height: auto;
			float:left;
			background-image:url("zztools/nav.png");
			min-height: 671px;
			}
			
.img-nav 	{
			vertical-align: middle;
			margin: -5px 10px 0 20px;
			}

.f_nav 		{
			font-family: Arial, sans-serif;
			font-weight: bold; 
			font-size: 16px;
			text-decoration:none;
			}
			
.f_nav-aktiv 		{
			font-family: Arial, sans-serif;
			font-weight: bold; 
			font-size: 16px;
			color:rgba(252,252,251,1.00);
			text-decoration:none;
			}

a:link, a:visited {
	color:#f08238;
			}
			
a:hover, a:active {
	color:#000;
			}

#content	{
			width: 640px;
			height: auto;
			padding: 20px;
			min-height: 631px;
			float:left;
			}			

#sidebar	{
			width:320px;
			height: auto;
			padding: 15px;
			margin-left: 910px;
			}
			
#line		{
			clear: both;
			width:1260px;
			height:30px;
			background-color:#3c7e70;
			margin:auto;
			position:relative;

			}
			
#footer		{
			width:1220px;
			height:180px;
			margin:auto;
			position:relative;
			padding: 20px;
			}
