#overlay_popup {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: url(../images/bg_kachel_overlay.png) top left repeat;
	text-align: center;
}

div.video_popup {
	position: relative;
	z-index: 150;
	width: 1050px;
	margin: 100px auto 0 auto;
	padding:10px;
	background-color: #000000;
	text-align: left;
	width/* */:/**/1050px; 
    width: /**/1050px;	

}

a.link_popup_schliessen:link,
a.link_popup_schliessen:visited {
	position: absolute;
	top: 10px;
	left: 1080px;
	width: 15px;
	height: 18px;
	display: block;
	font-size: 1px;
	text-decoration: none;
	margin: 0;
	z-index:700;
	padding: 0;
	border: none;
	background: url(../images/popup_schliessen_link.gif) right top no-repeat;
}

a.link_popup_schliessen:hover {
	background-position: 0px -24px;
	text-decoration: none;
}
#index #kontakt form table tr td .texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
