@CHARSET "utf8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* colors:
#050505 //dark
#151515 //middle
#202020 //light
#a0a0a0 //texthead
*/

body{
	/*font-family: bodytext;*/
	padding: 0px;
	background-color: #151515;
	color:	#a0a0a0;
	
}

#content, #header, #footer, #content-bg-top, #content-bg-bottom{
	width: 970px;
	margin: auto;
	padding: 0px;	
	z-index: 20;
	filter:Alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	
}	

#content{
	overflow: auto;	
}

	
#header{
	height: 80px;	
	background-image:url("../images/header_bg.png");
	background-repeat: no-repeat;		
}

#menu{
	height: 20px;
	position: absolute;
	top: 40px;	
	margin: 10px auto 10px auto;
}
#content-bg-top, #content-bg-bottom{
	background-repeat: no-repeat;	
	height: 20px;
}
#content-bg-top{
		margin-top: 10px;
		background-image:url("../images/content_bg_top.png");
	}
#content-bg-bottom{
		background-image:url("../images/content_bg_bottom.png");
}

#content{
	color: white;
	background-image:url("../images/content_bg_middle.png");
	background-repeat: repeat-y;
	text-align: center;
}


#footer{
	height: 25px;
	width: 500px;
	text-align: center;
	left: 0px;
	color: #a0a0a0;
	margin: auto;
	/*background-repeat: no-repeat;	
	background-image:url("../images/footer_bg.png");		 
	*/
}
#footer a{
	text-decoration: underline;
	color: #a0a0a0;
}

#footer a:hover{
	color: #ffffff;
}
#footer p{
	margin: 9px 25px 0px 0px;
	font-size: 0.6em;
	font-family: bodytext;
}

#output{
	color: white;
	background-color: black;
	width: 100%;
	height: 200px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	z-index:3000;
}



h1{
	margin: 0px;
	padding: 0px;
	font-family: bodytext;
	color:	#a0a0a0;
}

h2, h3, h4{
	margin: 0px;
	padding: 0px;
	font-family: bodytext;
}

h1{
	color:	#a0a0a0;
	font-size: 2.0em;
	padding: 10px;
	float: left;
}

#h1-pagename{
	color: white;
	font-size: 0.8em;
}	

#h1-title{
	color: #db7b03;
	font-variant: small-caps;
}	

#h1-author{
	color: #686868;
	font-size: 1.2em;
	font-variant: small-caps;
	float: right;
	width: 260px;
	height: 100px;
	position: relative;
	right: 10px;
	top: 55px;
	font-family: seilersven;
}	

h2{
	font-size: 1.2em;
	padding: 0px 10px 0px 0px;
	margin: 15px 20px 20px 20px;
	text-align: left;
	color: #ef8400;
	border-bottom: 1px solid #ef8400;
	width: 300px;
}

h3{
	font-size: 1.0em;
	padding: 0px 20px 10px 20px;
	margin: 10px 0px 5px 0px;
	text-align: left;
	color: #ef8400;
	clear: both;
}

h3 a{
	text-decoration: underline;
	color: #ef8400;
}

h3 a:hover{
	text-decoration: underline;
	color: #a6630a;
}

.pictureinfo{
	color: #a6630a;
}


h4{
	font-size: 0.9em;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-align: left;
	color: #a6630a;

}


p.normaltext{
	padding: 0px 30px 5px 30px;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.5em;
	font-family: bodytext;
	font-weight: normal;
	color:	#eaeaea;/*white; /*#202020;*/
	break: both;
}

p.normaltext a{
	text-decoration: underline;
	color:	#eaeaea;
}

p.normaltext a:hover{
	text-decoration: underline;
	color:	#a6630a;
}


p.disclaimer{
	padding: 0px 40px 5px 40px;
	font-size: 0.75em;
	text-align: justify;
	line-height: 1em;
	font-family: bodytext;
	font-weight: normal;
	color:	#eaeaea;/*white; /*#202020;*/
	
}


#aussen{
	border: 1px solid #151515;
	position: absolute; 
	top: 0px; left:0px; bottom: 0px; right: 0px;	
	margin: auto;
	/*background-image:url("../images/bg.png");*/
	background-color: #151515;
	filter:Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	z-index: -11;
}
#picaussen{
	position: fixed; 
	bottom: 0px; 
	right: 0px;
	/*height: 30%;*/
	z-index: -1;
}
#smallmenu{
	padding: 0px 0px 5px 0px;
	height: 100%; 
	width: 20px; 
	background-color:#050505; 
	position: fixed; 
	top: 0px; 
	left: 0px;
}
#menu{
	margin: 14px 5px 0px 30px;	
}

#menu ul{
	list-style-type: none;
	margin: 0px;
}
#menu ul li{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 120px;
	height: 24px;
	 background-color:black; 
	text-align: center;
	background-image:url("../images/menu_normal.png");
	filter:Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	font-family: headings;
	font-size: 0.75em;
}

#menu ul li:hover{
	background-image:url("../images/menu_hover.png");
	filter:Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
}


#menu ul li.active{
	background-image:url("../images/menu_active.png");
}



#menu ul li a{
	margin: auto;
	text-decoration: none;
	color: #a0a0a0;
	margin-top: 2px;
	display: block;
	width: 120px;
	height: 24px;
}
#menu ul li a:hover{
	color: white;
}

#gallery{
	z-index: 1000;
	/*background-color: #151515;*/
	background-image:url("../images/gal_bg.png");
	color: white;
	filter:Alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	height: 150px;
	width: 800px;
	overflow: hidden;
	margin:auto;
	position: fixed;
	display:block;
	left: 1em;
	right: 1em;
	bottom: 0px;
	padding-top: 5px;
}
#galcontent{
	margin: auto;
	height: 120px;
	width: 700px;
	overflow: hidden;
	text-align: center;		
}
#galleryScroller{
	z-index: 1001;
	width: 600px;
	heigth: 25px;
	left: 1em;
	right: 1em;
	display: block;
	bottom: 0px;
	position: fixed;
}

#galleryScroller div{
	float: left;	
}

#galtrack{
	width: 560px;
	height: 20px;
	background-image:url("../images/handle2.png");
	filter:Alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
		
}
#galhandle{
	width: 20px;
	height: 20px;
	z-index: 2003;
  	/*position:fixed; left:1px; top:1px;*/
		
}

#galleryScroller a, #galleryScroller img, #galleryScroller div
{
	float: left;
	border: 0px;
	text-decoration: none;

}

.galSmall{
	width: 120px;
	height: 100px;
	margin: 5px;
	border-right: 1px dotted #a0a0a0;
	/*float: left;
	clear: none;*/
	text-align: center;
}

.galSmall p{
	margin: 0px;
	padding: 3px;
	font-variant: small-caps;
	font-size: 0.8em;
	
}	
	
.galSmall img, .galSmall a{
	height: 75px; width: 75px;
	margin: 0px auto 0px auto;
	padding: none;
	text-decoration: none;
	border: 1px solid #202020;
}
.galSmall img:hover{
	border: 1px solid #a0a0a0;
}


#galpicinfo_inner{
		/*background-color: #151515; */
	background-image:url("../images/info-area.png");
	text-align: justify;
	color: white;
	filter:Alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;	
	width: 400px;
	height: 60px;
	position: fixed;
	left: 1em;
	right: 1em;
	bottom: 150px;
	margin: auto;
	background-repeat: no-repeat;
	font-size: 0.8em;
}
#galpicinfo_inner p{
	padding: 0px;
	margin: 5px 20px 5px 20px;
}




#content img.photosInContent_photo{
	margin:	15px;
	border: 1px solid #a0a0a0;	
}

#content img.photosInContent_photo:hover{
		border: 1px solid #ffffff;
}

#content img.photosInContent_photo a, #content img.photosInContent_photo a:hover{
	text-decoration: none;
	border: 0px;
}
#picinfo{
	padding: 5px 0px 14px 20px;
	height: 25px;
	margin: 0px auto 0px auto;
	width: 930px;	
	color: a0a0a0;
	font-variant: small-caps;
	font-size: 0.9em;
	background-image:url("../images/picinfo.png");
	background-repeat: no-repeat;
	text-align: left;
}

#picinfo a{
	color: white;
	text-decoration: underline;	
}

#picinfo a:hover{
	color: #c0c0c0;	
}

#picinfo_inner{
	margin: 0px auto 10px auto;	
	padding: 2px;
	color: #cccccc;
	font-weight: bold;
	font-family: headings;	
}
#picinfo_inner span{
	color: #ffffff;
	font-family: headings;
	
}


#photoinfoContainer{
	border-right: 1px solid #73766f;
	min-height: 400px;
	width: 270px;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
	break: none;
	clear: none;
	font-size: 0.9em;	
	font-family: bodytext;
}
/*#picNavigation{
	z-index: 1;
	position: fixed;
	left: 20px;
	top: 0px;
}*/

.photoInGal{
	height: 130px;
	width: 130px;
	float: left;
	margin: 10px;
}

#content #photoShowed{
	text-decoration: none;
	border: 1px solid #a0a0a0;
	margin-top: 25px;
	
}
#content #photoShowed:hover{
	border: 1px solid #f0f0f0;
}

#picNavigation a{
	text-decoration: none;
	border: none;
}
#picNavigation img{
	border: none;
	text-decoration: none;
}
.links a{
	text-decoration: none;
}

.links img{
	border: 1px solid black;
}
/*
.links img:hover{
	border: 1px solid #db7b03;
}
*/



#oben{
z-index: 1;
background-color: black;
color:white;
width: 200px;
height: 500px;
position: fixed;
top: 0px;
right: 0px;
}

#frontpagepicDiv{
	width: 900px;
	margin:  30px auto 20px auto;

}
#frontpagepicDiv p.normaltext{
	width: 200px;
	float: left;
	font-size: 0.8em;
	border-right: 1px solid grey;
}
#frontpagepicDiv p.normaltext em, strong{
	color: #db7b03;
}	

#frontpagepic{
	border: 3px solid #ccc;
	clear: both;
}

#GalleryPhotos{
	margin: auto;
	width: 800px;
	text-align: center;
}
#GalleryPhotos #photoInGal{
	margin: auto;
}

#arrow{
	position: fixed;
	top: 10px;
	left: 20px;
	width: 60px;
	height: 60px;
	z-index: 1;
	/*background-image:url("../images/arrow.png");*/
	background-image:url("../images/arrow_hover.png");
}
/*
#arrow:hover{
background-image:url("../images/arrow_hover.png");}
*/

.galleries_pic_left{
	float: left;
	height: 75px;
	margin: 5px 20px 5px 25px;
}

.clear{
	clear: both;
	margin-bottom: 20px;
}

ul.description, ul.description li{
	list-style-type: disc;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

#googleplus-facebook{
	width: 45px;
	height: 25px;
	position: fixed;
	bottom: 1px;
	left: 20px;
	width: 120px;
	height: 250px;
	z-index: 1000;
/*	 background-image:url("../images/googleplus-facebook.png");*/
}

.pano360-gallery{
	width: 600px;
	height: 500px;
	float: left;
	margin: 25px 0px 0px 20px;
	text-decoration: none;
	border: 1px solid #a0a0a0;
}
.outercontainer{
	height: 600px;
}
/*
.pano360-preview  .normaltext{
	text-align: center;
	margin: 10px;
	font-size: 0.75em;
}

.pano360-preview{
	height: 200px;
	width: 200px;
	float: left;

}

.pano360-preview-picture{
	height: 100px;
	width: 120px;
}

*/
