@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");
			}



#bild_am_oberen_rand	{
			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;
			}

.h1			{
			font-size: 20px;
			font-weight: bold;
			color: #007568;
}
			
			
.h2			{
			font-size: 16px;
			font-weight: bold;
			color: #000000;
}			



.container_klient{
			position: relative;
}

.content_text_bild{
			display: flex;
}

.content_lk_pic{
			position: absolute;
			top: 0;
			right: 0;
}

.content_text{
			display: block;
			margin-inline-start: 40px;
			float:left;
}

.content_ueberschrift{
			font-size: 16px;
			font-weight: bold;
			color: #000000;
}
