body
{
	font-family:tahoma,sans-serif;
	margin:0;
	background-image:url('/images/bgvp.png');
	background-repeat:repeat-x;
	background-position:0px 80px;
}

#wrapper
{
	position:static;
	padding:0px 0px 60px 0px;
	width:100%;		
	
}

#container
{
	background-color:transparent;
	width:1000px;
	margin:0px auto;
	position:relative;
	border-top:80px solid #FFF;
}

#header
{
	width:750px;
	height:415px;
	background-color:#DDD;
	float:left;
	overflow:hidden;

}	



.kol
{
	width:246px;
	float:right;
	border-radius:8px;
	margin:6px 0px 8px 0px;
	position:relative;
	color:#000;
	
	behavior: url(./css/PIE.php);
}	

.kol img
{
	padding:0;
	margin:0;
	width:246px;
	border:0;
}

.kol .play
{
	width:138px;
	height:137px;
	background-image:URL('/images/play.png');
	position:absolute;
	top:30px;
	left:55px;
	cursor:pointer;
}

.kol a:hover .play
{
	background-image:URL('/images/play.png');
	background-position:0px -135px;
}

.kol span
{
	font-family:arial,sans-serif;
	color:#FFF;
	display:block;
	font-weight:bold;
	font-size:9pt;
	text-align:center;
	padding:1px 0px 4px 0px;
}
.kol .txt
{
	background-color:#FFF;
	margin:0px 3px 3px 3px;
	padding:10px;
	border-radius:5px;
	color:#333;
	font-size:11pt;
	line-height:20px;
	position:relative;
	behavior: url(./css/PIE.php);	
}

#k1
{
	width:230px;
	float:left;
	background-color:transparent;
	padding:10px 20px 0px 0px;
	line-height:23px;
	color:#444;
	text-align:justify;
	position:relative;
}

#k1 strong
{
	color:#555;
}

#k1 form
{
	margin-top:20px;
}

#k1 fieldset
{
	border:0px solid #aaa;
	margin:0;
	padding:0;
}

#k1 legend
{
	font-weight:bold;
	color:#0259ba;
	font-family:arial;
}

#k1 form label
{
	width:50px;
	float:left;
	display;block;
	margin:0px 1px 0px 0px;
	padding:0;
}

#k1 form input
{
	behavior: url(./css/PIE.php);
	border:1px solid #BBB;
	border-radius:3px;
	width:175px;
}
		
#k1 form .button
{
	background-color:#0259ba;
	padding:5px 20px;
	color:#FFF;
	sfont-weight:bold;
	border:0;
	border-radius:8px;
	font-size:14pt;
	margin-top:10px;
	cursor:pointer;
	width:auto;
	box-shadow:#aaaaFF 1px 1px 3px;
	behavior: url(./css/PIE.php);	
}

#k1 form .button:hover
{
	background-color:#f89802;	
	
}


.kol h2
{
	margin:3px 0px 4px 10px;
	color:#FFF;
	font-size:14pt;
	font-variant:small-caps;
}
		

#k4
{
	background-color:#0259ba;
	box-shadow:#aaaaFF 1px 1px 3px;
}
#k3
{
	background-color:#f89802;
	margin-left:6px;
	margin-right:6px;
	box-shadow:#aaaaFF 1px 1px 3px;
}
#k2
{
	background-color:#02ba88;
	box-shadow:#aaaaFF 1px 1px 3px;
}

#foot
{
	clear:both;
	background-color:#cdd4dd;
	border-top:1px solid #a4b0be;
	text-align:center;
	font-size:9pt;
	color:#888;
	height:80px;
	margin-top:30px;
	padding:20px 0px;
	width:100%;
	position:static;
	bottom:0px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(0.7, rgb(205,212,221))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 0%,
	    rgb(205,212,221) 70%
	);
}

#logo
{
	position:absolute;
	left:-50px;
	top:-95px;
	font-size:18pt;
	font-weight:bold;
	color:#FFF;
	z-index:1000;
	text-indent:-1000px;
	background-image:url('/images/videopersbericht.png');
	width:291px;
	height:78px;
	cursor:pointer;
}