body {
	font-family: "droid-serif-1","droid-serif-2", serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
strong {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-weight:700;
	}

p {
	font-size: 13px;
	font-weight: normal;
	padding-top: 0px;
	text-decoration: none;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 16px;
}

.bottomspace {
	margin-bottom: 16px;
}

.small {
	font-size: 13px;
	margin:0;
	color:#666;
}

a {
	text-decoration: none;
	color:#336600;
	
}

a:hover {
	text-decoration: underline;
	color:#000;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	
}

img {
	border: 0;
	}

h1 {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-weight: 700;
	color:#000;
	font-size: 18px;
	padding-bottom: 6px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	line-height:22px;
}

.txtinvert {
	color:#555;
}

h1 a:hover{
	color: #000;
}

h2 {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-bottom:8px;
	line-height:22px;
}

h3 {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	line-height:18px;
}
.iewarning{
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	position:absolute;
	width:300px;
	left:20px;
	top:20px;
 	background-color:#ccc;
	z-index:100;
	display:block;
	padding:20px;
}

/* ---------- listen ----------------------- */
.textlist{}

.textlist ul  {
	font-family: "droid-serif-1","droid-serif-2", serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding-top: 0px;
	text-decoration: none;
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position:inside;
}

.textlist li {
	margin-left: 0px;
	list-style-type: disc;
}

.textlist li a:hover{
	text-decoration: underline;
	color: #000;
}

/* ---------- struktur ----------------------- */

.block_left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:-1;
	display: block;
}
.block_center {
	position: absolute;
	left: 202px;
	top: 0px;
	float: right;
	z-index:-1;
	display: block;
}

.block_right {
	background-color:#fff;
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 302px;
	width: 536px;
	float: right;
	z-index:6;
	-moz-box-shadow:  0px 0px 24px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
	}
	
.block_right_long {
	background-color:#fff;
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 302px;
	width: 664px;
	float: right;
	z-index:6;
	-moz-box-shadow:  0px 0px 24px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
	}


.text_transW {     /* hintergrund box */
	margin-bottom: 0px;
	padding:  12px 12px 12px 12px;
	position:relative;
}
	

/* ---------- logo ----------------------- */
.logo_top a,  .logo_top a:visited{
	font-family: "droid-serif-1","droid-serif-2",serif;
	font-weight:700;
	color:#FFF;
	font-size:36px;
	display:block;
	position: absolute;
	top: 42px;
	left: 314px;
	width: 200px;
	cursor: pointer;
	height: 32px;
	font-style:oblique;
	-webkit-transition: all 0.2s linear;
	z-index:1;
	
}



.logo_top a:hover {
	display:block;
	color:#000;
	text-decoration:none;
	text-shadow:  0px 0px 8px rgba(100%,100%,100%,1), 0px 0px 4px rgba(100%,100%,100%,1), 0px 0px 20px rgba(90%,90%,100%,1) ;	
}

/* ---------- copyright unten links ----------------------- */
.bottomleft {
	position: fixed;
	bottom: 6px;
	padding-bottom:0;
	left: 20px;
	width: auto;
	z-index:1;
}

.copyr, .copyr a{
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	font-size: 12px;
	font-weight:400;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
	text-decoration:none;
	color:#FFF;
	margin:0px;
}

.copyr a:hover {
	text-decoration:none;
	color:#000;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.8);
}



/* ---------- menu styles start here ----------------------- */




.menu {
	position: fixed;
	top: 90px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	-moz-box-shadow:  0px 0px 24px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.4);
	z-index:3;
}

.menu ul, .menu li {
 	list-style: none;
	padding: 0px;
	margin: 0px;
	z-index:3;
}

.nav, .nav a:link, .nav a:visited, .nav a:active{
 	list-style:none;
	font-size: 18px;
	font-weight: normal;
	background:#FFF;
	padding: 0px 0px 0px 20px;
	line-height:26px;
	display:block;
 	text-decoration:none;
	display:block;
	color: #000;
	-webkit-transition: all 0.1s linear;
	z-index:3;
	}

.nav:hover, .nav a:hover {
	background:rgba(0%,0%,0%,0.55);
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 8px rgba(100%,100%,100%,0.8);
	z-index:3;
}

.nav_sel, .nav_sel a, .nav_sel a:hover {
	font-size: 18px;
	font-weight: bold;
	background:rgba(0%,0%,0%,1);
	padding: 0px 0px 0px 20px;
	line-height:26px;
	display:block;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 6px rgba(100%,100%,100%,0.8);
	z-index:3;
}

/*====sub==========*/
.sub_nav, .sub_nav a:link, .sub_nav a:visited, .sub_nav a:active {
 	list-style:none;
	font-size: 16px;
	font-weight: normal;
	background:rgba(100%,100%,100%,1);
	padding: 0px 0px 0px 30px;
	line-height:22px;
 	text-decoration:none;
	display:block;
	color: #000;
	-webkit-transition: all 0.1s linear;
	z-index:3;
	}


.sub_nav:hover, .sub_nav a:hover {   /*.sub_nav:hover,*/ 
	display:block;
	background:rgba(0%,0%,0%,0.55);
	-webkit-transition: all 0.1s linear;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 6px rgba(100%,100%,100%,0.8);
	z-index:3;
}

.sub_nav_sel, .sub_nav_sel a,  .sub_nav_sel a:hover {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(100%,100%,100%,0.8);
	background:rgba(0%,0%,0%,1);
	padding: 0px 0px 0px 30px;
	line-height:22px;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 6px rgba(100%,100%,100%,0.8);
	z-index:3;
}



/* ---------- lightbox styles start here ----------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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 Arial, Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ---------- macht pfeile auf videos gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0;
	float: left;
	position: relative;
	width: 512px;

}
.gallery img {
	border: 0;
	padding: 0px;
}
.gallery span {
	width: 65px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.gallery .video {
	background: url(../images/vim_play.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
}
.gallery a:hover span {
	background-position: left -42px;
}

.smallg {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:10;
}
.smallg li {
	margin: 0px;
	margin-bottom: 4px;
	padding: 0;
	float: left;
	position: relative;
	width: 250px;

}
.smallg img {
	border: 0;
	padding: 0px;
	margin: 0px;
}
.smallg span {
	width: 40px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 58px;
	left: 105px;
	padding: 0;
}


.smallg .video {
	background: url(../images/vim_play_small.png) no-repeat;
}
.smallg a {
	text-decoration: none;
}
.smallg a:hover img  {
}
.smallg a:hover span {
	background-position: left -27px;
}


/* ---------- addthis styles ----------------------- */
.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 5px; 
        font-size: 13px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    position: relative;
	float:right;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(../images/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 16px;
}   
    
/* ---------- button styles ----------------------- */


.buttonbar {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;	
	float:right;
	width:270px;
	height:35px;
	}
	
.buttonbar_kurz {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	float:right;
	width:70px;
	height:25px;
	}
	
.buttonbarProj {
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	float:left;
	width:512px;
	}

.buttoninfo {
	background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 2px; 
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    position: relative;
	float:right;
}
	
.buttonr a, .buttonr a:visited {
	background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 5px; 
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    text-decoration: none;
   position: relative;
	float:right;
    cursor: pointer;
	margin-left:6px;
}
.buttonr a:hover { background-color: #111; color: #fff; }

.buttonr1 a, .buttonr1 a:visited {
	background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 5px; 
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    text-decoration: none;
   position: relative;
	float:right;
    cursor: pointer;
	margin-left:0px;
}
.buttonr1 a:hover { background-color: #111; color: #fff; }

.buttonl a, .buttonl a:visited {
	background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 5px; 
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    text-decoration: none;
    position: relative;
	float:left;
    cursor: pointer;
	margin-right:12px;
	margin-bottom:12px;
}

.buttonl a:hover { background-color: #111; color: #fff; }

.buttonbarnext {
	float:right;
	width:180px;
	font-family: "droid-sans-1","droid-sans-2", sans-serif;
	}
.buttonnext a, .buttonnext a:visited {
	background: #888 url(../images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 4px 5px; 
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    text-decoration: none;
    position: relative;
	float:right;
    cursor: pointer;
	margin-left:12px;
	
}
.buttonnext a:hover { background-color: #111; color: #fff; }

.button a  {	
	margin-left:4px;
	background: url(../images/list_arrow.png)  no-repeat;
	display: inline-block;
	padding-left:8px;
}
.button a:visited{
	 /*color:#333;*/
}

.button a:hover {
/* background-color: #111; color: #fff; text-decoration: none;*/
 }

.spacer {
	 display: block;
	 width:100%;
	 height:12px;
	 margin-bottom:0px;
}