html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	
}
.fliess {
	font-family: Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

table {
	height: 131px;
	width: 100%;
	background-color: #ffff00;
	top: 0px;
	border: 0px;
	margin: 0px;
	
}
table.video {
	height: 131px;
	width: 100%;
	background-color: #ff3e03;
	top: 0px;
	border: 0px;
	margin: 0px;
	
}
table.kontakt {
	height: 131px;
	
	background-color: #ffffff;
	top: 0px;
	border: 0px;
	margin: 0px;
	
}


#weiss {
	height: 3px;
	width: 100%;
	background-color: #FFFFFF;
	top: 0px;
	border: 0px;
	margin: 0px;
	
}

div.block 
{
	width:940px;
	background-color: #FFFFFF;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
	clear:all;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
* html div.block {min-hight:600px;}

#textblock_li 
{
	width:30%;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	
}

#textblock_re 
{
	width:30%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	
}

#textblock_mi 
{
	width:30%;
	background-color: #ffffff;
	margin-top: 40px;
	padding:1px;
	text-align:center;
	float: left;
	font-size: 1.2em;	
	
}
#textblock_livideo 
{
	width:10%;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	
}

#textblock_revideo 
{
	width:10%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	
}

#textblock_mivideo 
{
	width:60%;
	background-color: #ffffff;
	margin-top: 40px;
	padding:1px;
	text-align:center;
	float: left;
	font-size: 1.2em;	
	
}
#textblock_mi_kontakt 
{
	width:60%;
	margin-top: 0px;
	margin-left:200px;
	padding:3px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
		
	
	
}
#videoplayer {
	
	margin:0px;
	
}

img {
	
	border: none;
	
}
img.postkl {
	
	margin: 13px;
	
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	
	
}
div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

div.footer {
width: 700px;
margin: -21px auto 0 auto;
padding: 0;
height: 20px;

}
/* lightbox \*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* dropdown */	
#container {
	width: 955px;
	background: #FFFFFF;
	text-align: left;
	margin:  auto;
}





/* GALLERY */


ul#gallery { margin:0; padding-top:0px; height:60px; list-style:none; position:relative; left: -2px }
* html ul#gallery { margin:0; padding-top:0px; height:60px; list-style:none; position:relative; left: 50px }
ul#gallery li { float:left; }


ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:120px; top:28px;}


ul#gallery li a { display:block;  padding:0px 0px 0px 0px; color:#000; text-decoration:none; text-align: left; }

ul#gallery li a:hover { background-color:#cccccc; }
ul#gallery li ul { padding:0px 0px 0px 0px; list-style:none; margin:0; width:330px; background-color:#fff; position:absolute; left:-999em; }
ul#gallery li ul li { display:inline; text-align:left; clear:none; float:none; border:0; }
ul#gallery li ul li a { margin:2px;  padding:4px; position:relative; float:left; display:block; width:300px; height:22px; }
ul#gallery li ul li a:hover { z-index:2; }
/* End drop-down */

ul#list {
	margin:0;
	padding-top:10px;
	padding-left:0px;
	list-style:none;
	left: 0px;
	
}
ul#list2 {
	margin:0;
	padding-top:10px;
	padding-left:8px;
	list-style:none;
	left: 0px;
}
ul#list2 li {
	text-indent: -9px;
}
}
a {
	text-indent: -9px;
	border-top-style: none;
}
