@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#CCCC33;
	color:#336600;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
}
#wrapper{
	width:780px;
	margin:0 auto;
	
}
#header{
	height:110px;
	margin:0;
	padding-top:20px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:34px 0px;
}
#title{
	text-indent:-4000px;
}
#left{
	width:180px;
	height:1000px;
	float:left;
	margin-right:30px;
}
#right{
	width:570px;
	min-height:410px;
	float:right;
	padding-bottom:20px;
	background-image:url(../images/bg_right.png);
	background-repeat:repeat-y;
	background-position:top right;
}
*html #right{
	height:410px;
}


/* *************** Fusszeile */
#footer{
	float:right;
	width:570px;
	height:40px;
	margin:0;
	font-size:x-small;
	text-align:right;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:-1px 0;
}
#footer p{
	margin:4px 40px 0 0;
}
/* *************** Bildergallerie */
#gallery td{
	background-image:url(../images/bilderrahmen.png);
	background-position:center;
	background-repeat:no-repeat;
}
#gallery td img{

}
/* *************** Links allgemein */
a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#336600;
	text-decoration:none;
}
.uncol_link a:link, .uncol_link a:visited, .uncol_link a:active{
	color:#336600;
	text-decoration:underline;
}
.uncol_link a:hover{
	color:#999999;
	text-decoration:underline;
}
/* Blätternavigation */
#pageflip{
	font-size:0.8em;
	margin:10px 40px 0 40px;	
}

/* *************** Hauptnavigation */
#nav_haupt{
	padding-top:60px;
	padding-left:20px;
}
#nav_haupt a:link,#nav_haupt a:visited,#nav_haupt a:active{
	color:#336600;
	text-decoration:none;
}
#nav_haupt a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#nav_haupt li{
	font-size:0.9em;
	text-align:right;
	text-decoration:none;
	list-style-type:none;
	border-bottom:#FFFFFF solid 1px;
}
#nav_active{
	color:#FFFFFF;
}
/* *************** Titel der einzelnen Seiten / handgeschriebenen Titel positionieren */
#nav_title{
	display:none;
}

h3{
	text-align:right;
	margin:0px 30px 30px 30px;
	padding-top:20px;
}
/* *************** bg der einzelnen Seiten ************** */
/*#bg_home{
	margin:0;
	background-image:url(../images/bg/willkommen.png);
	background-repeat:no-repeat;
	background-position:40px 310px;*/
}
#bg_history{
	background-image:url(../images/bg/schriftgeschichte.png);
	background-repeat:no-repeat;
	background-position:10px 0;
}
#bg_kontakt{
	background-image:url(../images/bg/kontakt.png);
	background-repeat:no-repeat;
	background-position:240px 0;
}
#bg_schriften{
	background-image:url(../images/bg/schriften.png);
	background-repeat:no-repeat;
	background-position:200px 15px;
}
#bg_arbeiten{
	background-image:url(../images/bg/arbeiten.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:30px;
}
#bg_links{
	background-image:url(../images/bg/links.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:440px;
}

/* ***************no bg - hack for ie6 and sooner *********** */
* html #bg_home{
	background-image:none;
}
* html #bg_history{
	background-image:none;
}
* html #bg_kontakt{
	background-image:none;
}
* html #bg_schriften{
	background-image:none;
}
* html #bg_arbeiten{
	background-image:none;
}
* html #linklist{
	font-size:0.8em;
	background-image:none;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:110px;
}

/* *************** Rahmen für Titelbild der einzelnen Seiten */
.pic img{
	border:#FFFFFF solid 1px;
}
/* *************** einzelne Bilder auf den versch.Seiten positionieren */
#img_home{
	margin:0px 40px 10px 30px;
	float:right;
}
#img_kontakt{
	margin:10px 40px 10px 90px;
	float:left;
}
#img_history_01{
	margin:0 30px 0px 20px;
	float:right;
}
/* *************** Paragraphen allgem.*/
.regp{
	margin:10px 40px 0 40px;
	font-size:0.8em;
	text-align:justify;
}
.regp_left{
	margin:10px 40px 0 40px;
	font-size:0.8em;
	text-align:left;
}
.regp_right{
	margin:10px 40px 0 40px;
	font-size:0.8em;
	text-align:right;
}
.regp_centered{
	margin:10px 40px 0 40px;
	font-size:0.8em;
	text-align:center;
}
.whiteline{
	margin:5px 40px;
	padding:0;
	border-bottom:#FFFFFF solid 1px;
}
/* *************** Anfangs-Paragraphen auf versch.Seiten positionieren*/
#text_home{
	margin:0px 30px 20px 40px;
	padding-top:100px;
}
#text_home_02{
	padding-bottom:90px;
}
#text_kontakt{
	padding-top:110px;
	padding-bottom:20px;
	font-size:0.8em;
	text-align:left;
}
#text_history{
	margin:0 0 0 40px;
}
#linklist{
	margin:10px auto;
	padding-bottom:100px;
	font-size:0.8em;
	
}
/* ***************no bg - hack for ie6 and sooner *********** */
* html #linklist{
	font-size:0.8em;
}
/* ***************************************************** */
#linklist td{
	vertical-align:baseline;
	padding:5px 0;
}
#text_fonts{
	margin:0 30px 45px 40px;
	padding-top:10px;
}
* html #text_fonts{
	margin:0 30px 10px 40px;
	padding-top:10px;
}
#text_view{
	margin:0 30px 10px 60px;
	padding-top:10px;
}
#text_impr{
	padding-top:100px;
}
#work{
	margin:10px auto;
}
/* +++++++++++++++++++++++++++++ lightbox +++++++++++++++++++++++++++++++++ */
#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 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; }
/* +++++++++++++++++++++++++++++ lightbox end+++++++++++++++++++++++++++++++++ */

