/* RESET
------------------------------------------------------------------------------------------------------------------------------------*/

html {overflow-y:scroll;}

html, body, div, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border:0;
    margin:0;
    padding:0;	
}

.fixfloat {
  clear: both;
  margin:0;
  padding:0;
  height:0px;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

.hidden {display: none;}

body {background:#000;font-family: 'Swis721CnBTRoman';}

/* FRAMEWORK
------------------------------------------------------------------------------------------------------------------------------------*/

#vh-logo {
	position:fixed;
	top:15px;
	left:20px;
	width:150px;
	height:150px;
	min-height:50px;
	}

p.vh-logo a {
	display: block;
	width:150px;
	height:150px;
	text-indent: -9999px; 
	overflow:hidden; 
	background:url(../picts/mey-logo.png);
}


/* NAVIGATION
------------------------------------------------------------------------------------------------------------------------------------*/

#nav-main {
	position:fixed;
	bottom:40px;
	left:40px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:180px;
	}

#nav-main ul {
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	list-style: none;
}

#nav-main ul li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:100px;
	}

#nav-main ul li a {
	display:block;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:23px;
	font-size:14px;	
	font-family: 'Swis721CnBTRoman';
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	color:#777;
	text-align:left;
	border-bottom:1px solid #000;
}

#nav-main ul li a:hover,
#nav-main ul li a.last:hover {
	color:#fff;	
	border-bottom:1px solid #fff
}

#nav-main ul li a.active,
#nav-main a:hover.active,
#nav-main ul li a.last.active {
	color:#fff;
	border-bottom:1px solid #333;
	width:125px;
}

#nav-main ul li a.last {
	border-bottom:1px solid #222;
}

.last {size:11px !important;}

	
	
#nav_second {
	position:fixed;	
	margin:-44px 0px 0px 125px;
	-moz-animation-duration: 5s;  
	-moz-animation-name: nav-fade; 
	
	-webkit-animation-duration: 5s;  
	-webkit-animation-name: nav-fade; 
	
	-ms-animation-duration: 5s;  
	-ms-animation-name: nav-fade; 
	
	animation-duration: 5s;  
	animation-name: nav-fade; 
	}
	
	
#nav_second ul li{
	color:#ccc;
}

#nav_second ul li a {
	color:#666666;
	display:block;
	font-size:13px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #333;
	width:120px;
}

#nav_second ul li a.first {
	border-bottom:1px solid #333;
}

#nav_second ul li a:hover {
	color:#fff;
	border-bottom:1px solid #333;
}

#nav_second ul li a.active,
#nav_second a:hover.active {
	color:#fff;
	border-bottom:1px solid #333;
	width:120px;
}


	
#nav_kontakt{
	position:absolute;	
	margin:-78px 0px 0px 125px;
	-moz-animation-duration: 5s;  
	-moz-animation-name: nav-fade; 
	
	-webkit-animation-duration: 5s;  
	-webkit-animation-name: nav-fade; 
	
	-ms-animation-duration: 5s;  
	-ms-animation-name: nav-fade; 
	
	animation-duration: 5s;  
	animation-name: nav-fade; 
	}
	
	
#nav_kontakt ul li{
	color:#ccc;
}

#nav_kontakt ul li a {
	color:#666666;
	display:block;
	font-size:13px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #333;
	width:120px;
}

#nav_kontakt ul li a.first {
	border-bottom:1px solid #333;
}

#nav_kontakt ul li a:hover {
	color:#fff;
	border-bottom:1px solid #333;
}

#nav_kontakt ul li a.active,
#nav_kontakt a:hover.active {
	color:#fff;
	border-bottom:1px solid #333;
	width:120px;
}




#nav-languages {
	position:fixed;
	bottom:10px;
	left:40px;
	height:30px;	
	font-family:'Swis721CnBTRoman';
	font-size:11px;
	text-transform:uppercase;
	color:#333;
	}
	
#nav-languages a {
	color:#666;
	text-decoration:none;
	}
	
#nav-languages a:hover {
	color:#999;
	}
	
#nav-languages a.active {
	text-decoration:underline;
	}


/* CONTENT
------------------------------------------------------------------------------------------------------------------------------------*/

	@-moz-keyframes content-fade {  
	from {opacity: 0.0;}          
	to {opacity: 1.0;}  
	}  
	
	@-webkit-keyframes content-fade {  
	from {opacity: 0.0;}          
	to {opacity: 1.0;}  
	}  
	
	@-ms-keyframes content-fade {  
	from {opacity: 0.0;}          
	to {opacity: 1.0;}  
	}  
	
	@keyframes content-fade {  
	from {opacity: 0.0;}          
	to {opacity: 1.0;}  
	} 		 
	
	
	@-moz-keyframes content_studio-fade {  
	from {opacity: 0.0;}          
	to {opacity: 0.90;}  
	}  
	
	@-webkit-keyframes content_studio-fade {  
	from {opacity: 0.0;}          
	to {opacity: 0.90;}  
	}  
	
	@-ms-keyframes content_studio-fade {  
	from {opacity: 0.0;}          
	to {opacity: 0.90;}  
	}  
	
	@keyframes content_studio-fade {  
	from {opacity: 0.0;}          
	to {opacity: 0.90;}  
	} 		  
		 
		  

#content_wrap {
	position:relative;
	top:80px;
	margin:0px auto;
	padding:20px 20px 20px 20px;
 	width:550px;
	
	background:#000;
	
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	-o-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
		
	-webkit-animation-duration: 5s;
	-webkit-animation-name: content_studio-fade;  
				
	-moz-animation-duration: 5s;  
	-moz-animation-name: content_studio-fade;  
	
	-ms-animation-duration: 5s;  
	-ms-animation-name: content_studio-fade;
	
	animation-duration: 5s;  
	animation-name: content_studio-fade;  
	
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	
#content_kontakt {
	position:relative;
	top:80px;
	margin:0px auto;
	padding:20px 20px 20px 20px;
 	width:350px;
	
	background:#000;
	
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	-o-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
		
	-webkit-animation-duration: 5s;
	-webkit-animation-name: content_studio-fade;  
				
	-moz-animation-duration: 5s;  
	-moz-animation-name: content_studio-fade;  
	
	-ms-animation-duration: 5s;  
	-ms-animation-name: content_studio-fade;
	
	animation-duration: 5s;  
	animation-name: content_studio-fade;  
	
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	
#content {
	padding:20px 20px 20px 20px;
	width:550px;
	text-align:left;
}
	
#content_studio {	
	position:absolute;
	bottom:20px;
	right:20px;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	max-width:350px;	
	background:#000;
	
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	-o-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
		
	-webkit-animation-duration: 5s;
	-webkit-animation-name: content_studio-fade;  
				
	-moz-animation-duration: 5s;  
	-moz-animation-name: content_studio-fade;  
	
	-ms-animation-duration: 5s;  
	-ms-animation-name: content_studio-fade;
	
	animation-duration: 5s;  
	animation-name: content_studio-fade;  
	
	opacity: 0.90;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		
	}

#content_galerie {
	position:relative;
	top:150px;
	margin:0px auto;
	padding:0px 0px 0px 80px;
 	width:550px;	
	background:none;
	}
	
#content_black{	
	margin:40px 0px 0px 0px;
	padding:20px 20px 20px 20px;
	width:550px;
	text-shadow:#000 1px 1px 1px;
	}
	

.col_picts{
	position:relative;
	margin:20px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	}
	
.formular {
	margin:0px 0px 0px 0px;
	color:#fff;
	font-family: 'Swis721CnBTRoman';
	font-size:13px;	
	}
	
.captcha_left {
	position:relative;
	float:left;
	width:100px;
	}

.captcha_right {
	position:relative;
	margin: 0px 0px 0px 20px;
	float:left;
	width:100px;
	}


