@charset "UTF-8";
body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}

#container { 
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a{text-decoration: none; color:#999;}
a:visited{text-decoration: none; color:#999;}
a:hover{
	text-decoration: none;
	color:#000;
}
a:focus{text-decoration: none; color:#999;}
a:active{text-decoration: none; color:#999;}

#sidebar1 {
	float: left; 
	width: 200px;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}
#logo {
	font-family:Helvetica, Arial, sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	position:relative;
}

#mainContent {
	width:800px;
	height:1000px;
 	margin: 0px 10px 0 232px;
	padding-top: 118px;
	list-style-image:none;
}


#mainContent2 {
	width:752px;
	height:1000px;
 	margin: 0px 10px 0 232px;
	padding-top: 118px;
	list-style-image:none;
}

#pics {
	list-style-image:none;
	list-style-type: none;
}

#j_menu li{
		list-style-type:none;
		position:relative;
	}

#j_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

#j_menu div{
		margin:0px;
		padding:0px;
	}

#j_menu{		
		width:205px;	
	}

#j_menu a{
	color: #999;
	text-decoration:none;
	display:block;
	clear:both;
	width:170px;
	padding-left:2px;
	}
	

#j_menu a:hover{
	color: #000;
	text-decoration:none;
	display:block;
	clear:both;
	width:170px;
	padding-left:2px;
}

#table{
	border:none;
	width:720px;
	float:left;
	margin-left:-40px;
	margin-top:-45px;
	border-spacing:40px;
	table-layout:auto;
	}
	
#table2{
	margin-top:12px;
	overflow:hidden;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
	text-decoration:none;
	}
	
.bw{
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	width:234px;
	height:146px;
	padding-top:20px;
	padding-right:20px;
	}

.bw a img{
	float:left;
	text-decoration:none;
	border:none;
	}

.bw a:hover .col {
	display:block;
	position:absolute;
	}

#projekte{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	}
	
#film{
	width:750px;
	padding-bottom:30px;
	}
	
#funk{
	width:234px;
	overflow:hidden;
	margin-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	float:left;
	text-align:center;
	}

.funkctrl

#print{
	width:700px;
	margin-top:12px;
	padding-bottom:30px;
	}

#subtext{
	font-size:14px;
	text-align:left;
}

#printsub{
	font-size:12‚px;
	text-align:left;
}
	
#vitatable{
	border:none;
	float:left;
	width:220px;
	margin-left:-0px;
	margin-top:-190px;
	padding-right:30px;
	border-spacing:80px;
	table-layout:auto;
	text-align:left;
	}

#kundentable{
	border:none;
	float:left;
	width:220px;
	margin-left:-0px;
	margin-top:98px;
	padding-right:30px;
	border-spacing:80px;
	table-layout:auto;
	text-align:left;
	}