/* CSS Document */

	body {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	}

	#wrapper 
	{
	width:980px;
	height:auto;
	margin:0px auto ;
	background-color:white;	
	background-image:url(../img/layout.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
	#left 
	{
	width:210px;
	float:left;
	margin:365px 10px 10px 0px;
	}
	
	#left  ul
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	
	#left  li
	{
	margin:1px 0px 0px 0px;
	padding:5px;
	list-style-type:none;
	background-color:#b8b8b8;
	}
	
		#left  li a
	{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	
	#left li ul li 
	{
	color:#404040;
	text-decoration:none;
	font-weight:bold;
	background-color:#f8f8f8;
	margin:-5px;
	margin-top:5px;
	padding-left:15px;
	padding-top:10px;
	}
	
	#left li ul li a
	{
	color:#404040;
	}
	
	#center
    {
	float:left;
	width:420px;
	padding:10px;
	margin-top:365px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#404040;
	background-color:#f8f8f8;
	}
	#center strong, #footer strong
    {
	font-family:  Verdana, Geneva, sans-serif;
	font-size:17px;
	
	}
	.imgdesc
	
	{
	float:left;
	padding:3px;
	border:1px solid #ccc;
	margin:0px 5px 5px 0px;
	background-color:#f1f1f1;
	width:200px;
	font-size:9px;
	}
	
	.imgdesc img  
	{
		padding:0px 0px 5px 0px;
		border-bottom:1px dotted #ccc;
		margin:0px 0px 3px 0px;
	}
	
	.imgdesc a  
	{
		color:black;
		font-size:110%;
		float:right;
		font-weight:bold;
		margin-top:5px;
	}
	
	.kundenbew  {
	margin:20px 5px 15px 0px;
	}
	
	.kundenbew img {
	padding:15px;
	border:1px solid #ccc;
	margin:0px 5px 5px 0px;
	background-color:#f1f1f1;
	}
		


	#right 
	{
	float:right;
	heigt:100%;
	width:313px;
	margin:375px 0px 0px 0px;
	border-right:0px solid #404040;
	}
	#right img
	{
	padding:5px;
	}
	
	#footer
	{
	width:980px;
	bottom:0px;
	left:auto;
	margin-top:10px;
	}
	
	
	#footer th	{background-color:#f1f1f1; text-align:left; padding:7px;}
	#footer td	{background-color:#f8f8f8; padding:7px; font-size:11px;}
	#footer img	{float:left;}
	
	.clr {clear:both;}
	
	