/* CSS Document */

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-bottom:-11px;
}

.container {
	width:350px;
	height:500px;
	margin:40px auto;
	text-align:center;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-image:url(images/bg/portfolio-bg.gif);
} 

.portfolio {
	width:350px;
	height:431px;
	cursor:crosshair;
}
.top {
	text-align:left;
	height:34px;
	padding:0px 0px 0px 70px;
}
.bottom {
	text-align:left;
	height:35px;
	padding:0px 0px 0px 150px;
}

#flyer {
	height:400px;
	width:280px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin:-200px 0 0 -140px;
	text-align:center;
	background-image:url(pic/dfm_banner_a.jpg);
	background-repeat:no-repeat;
}

#flyerlinks {
	position:absolute;
	width:145px;
	height:20px;
	top:385px;
	left:150px;
}
	
#video {
   margin:-250px 0 0 -175px;
   position:absolute;
   top:50%;
   left:50%;
   width:350px;
   height:500px;
   text-align:center;
   background-image:url(images/bg/portfolio-bg.gif);
   background-repeat:no-repeat;
}
#videoin {
	width:350px;
	height:256px;
	margin-top:88px;
	margin-bottom:87px;
	background-color:transparent;
}
#photo {
	margin:-200px 0px 0px 0px;
	position:absolute;
	top:50%;
	height:400px;
	width:100%;
	background-color:#000000;
	white-space:nowrap;
}

#kontakt {
	position:absolute;
	margin:-200px 0px 0px -150px;
	top:50%;
	left:50%;
	background-color:#000000;
	padding:185px 77px;
	height:30px;
	width:146px;
}
#kontaktformular {
	position:absolute;
	margin:-200px 0px 0px -150px;
	top:50%;
	left:50%;
	background-color:#000000;
	padding: 20px;
	height:360px;
	width:260p;
	text-align:left;
}

#kontaktformular input {
	width: 220px;
	height: 12px;
	background-color:#000000;
	border:1px #666666 solid;
	margin:5px 0px;
	color:#FFFFFF;
}

#kontaktformular textarea {
	width: 220px;
	height: 80px;
	background-color:#000000;
	border:1px #666666 solid;
	margin:5px 0px;
	color:#FFFFFF;
}
	
a:link {
	background-color:#FFFFFF;
}
a:hover {
	background-color:#EBEBEB;
	background-image:url(images/buttons/link-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
a.textlink:link {
	color:#999999;
	text-decoration:none;
	background-color:#000000;
}
a.textlink:hover {
	color:#FFFFFF;
	background-color:none;
	background-image:none;
}

	
.tip {
	width:220px;
	text-align:left;
	padding:3px;
	color:#000000;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);
	opacity:0.85;
	}
