/* reset styles */
/*--------------*/

* { margin:0; padding: 0 }

/* Fix: margin/padding reset causes too small select boxes */
option { padding-left: 0.4em }

/* Global fix of the Italics bugs in IE 5.x and IE 6 */
* html body * { overflow:visible; }

/* Forcing vertical scrollbars in Netscape, Safari */
/*ATTENTION: might cause problems with permanent horizontal scroll-bar; in this case set brder to 0px*/
html { height: 100%;  margin-bottom: 0px;}
  
body {
	/* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	font-size: 100.01%;
	font-family: inherit;
}

/* no borders for <fieldset> and <img> */
fieldset, img { border: 0 solid; }

/* reset lists, blockquote and cite */
ul, ol, dl { margin: 0; padding:0; }
li { margin: 0; padding:0; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0; }

blockquote { margin: .5em 0 .8em 1.5em; }

a {
	outline: none; /*Firefox mousecklick-outline ausschalten*/
}

/*------------------------------------------------------------------------------------------------------*/





/* basic:  page-margins, fonts*/
/*--------------------------------------*/

body {
	text-align: center;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	line-height: 1.2em;
	color: #7a7a7a;
	background-color: #c9c9c9;
	font-size: 62.5%; /* at standard browser font-size equals 10px serving as evaluation basis*/
}



#page {
position: relative;
width: 767px;
margin: 25px auto 0px;
text-align: left;
}



/* structure */
/*-----------*/

#header {
	height: 100px;
	margin-left: 18px;
	border-bottom: 1px solid #aeaeae;
}


#header h1 {
	position: absolute;
	z-index: 10;
	left: 63px; top: 84px;
	width: 122px; height: 18px;
	margin:0;padding:0;
	line-height:1px;
	background: url(../img/uwehameyer.gif) top left no-repeat;
	text-indent: -999em;/* Phark IR*/
}

#header h2 {
	position:absolute;
	z-index: 9;
	left:34px; top: 42px;
	width:53px; height:87px;
	margin:0;padding:0;
	background: url(../img/signet.gif) top left no-repeat;
	text-indent: -999em;/* Phark IR*/
}


/*  navigation */
/*------------*/

#navigation {
	position: absolute;
	z-index: 1;
	top: 0px; left: 613px;
	width: 154px; height: 624px;
	font-size: 1em;
}

#navigation a {
	color: #848484;
	text-decoration:none;
}

#navigation a:hover {
	color: #353535;
}


div#mainnav {
	position:relative;
	height: 100px;
	top:0px;}
div#mainnav  ul {
	position:absolute;
	bottom: 7px; left:-13px;
	margin: 0; padding:0 0 0 0;
	text-align: left;
	list-style:none;
}

div#mainnav  ul li {
	margin:0;
}

div#mainnav  ul li a {
	display: block;
	height: 100%; /*IE*/
	padding:0 0 0 13px;
	background: url(../img/mainnav_act.gif) -20px 50% no-repeat;
}

div#mainnav  ul li.act a {background-position:0 50%;}


ul#galnav {
	margin: 43px 0 0 0; padding:0 0 0 0;
	list-style:none;
}

ul#galnav li {
	
}

ul#galnav li.subgal {
	color: #353535;
	/* als act kennzeichnen*/
}

ul#galnav li.subgal ul.subgal {
	list-style:none;
	padding:0;
	margin: 0 0 5px 10px;
}

ul#galnav li.subgal a.opensubgals:hover {
	color: #848484;
}



#navigation ul li.act a {
	color: #353535;
}


ul#modenav {
	margin: 38px 0 0 0;
	list-style:none;
}

ul#modenav li.mode4 a {
	display:block;
	width: 12px; height: 12px;
	background: url(../img/modenav_4.gif) top left no-repeat;
}

ul#modenav li.mode4 a.act {
	background-position: 0px -24px;
}

ul#modenav li.mode4 a:hover {
	background-position: 0px -12px;
}

ul#modenav li.mode9 {
	padding-top: 10px;
}
ul#modenav li.mode9 a {
	display:block;
	width: 16px; height: 16px;
	background: url(../img/modenav_9.gif) top left no-repeat;
}

ul#modenav li.mode9 a.act {
	background-position: 0px -32px;
}

ul#modenav li.mode9 a:hover {
	background-position: 0px -16px;
}

ul#modenav li span {
	display:none;
}



ul#pagenav {
	position: absolute;
	width: 42px; height: 81px;
	bottom: 0px; left:-2px;
	margin: 0; padding:0;
	list-style:none;
	background-color: #e4e4e4;
}

 ul#pagenav li {
	float: left;
	width: 17px; height:18px;
	margin: 8px 0 0 0;
}

 ul#pagenav li a {
	 width: 17px; height:18px;
	 display:block;
}

ul#pagenav li.prev {	
	margin-right: 5px; margin-left: 1px;
}


ul#pagenav li.prev, ul#pagenav li.prev a:hover {
	background: url(../img/pagenav_back.gif)  0px 0px no-repeat;
}
 
ul#pagenav li.next, ul#pagenav li.next a:hover{
	background: url(../img/pagenav_forward.gif) 0px 0px no-repeat;	 
}
 
ul#pagenav li.prev a:hover, ul#pagenav li.next a:hover {
	background-position: 0px -18px;
}

ul#pagenav li.deact {
	 background-position: 0px -36px;
}

ul#pagenav li span {
	display:none;
}


#newsnav {
	margin: 43px 0 0 0;
}

#newsnav p {
	font-size: 120%;
	margin:10px 0 10px 0;
}

#newsnav a {
	color:#488300;
}


/* content */
/*------------*/

#content {
	position: absolute;
	top: 100px; left:0px;
	width: 613px;
	z-index: 30;
}


dl.bild dt {
	width:440px; height:440px;
	margin:46px 0px 0 118px; padding:0;
	background-position: 50% 0px;
	background-repeat:no-repeat;
}


dl.bild dd span.bildtitel {
	position:absolute;
	/*top: 421px;*/
	bottom: 52px;
	left: 612px;
	width: 154px;
	z-index: 31;
	padding: 0; margin: 0;
	text-align:left;
}

dl.bild dd span.bildnummer, #pagecount {
	position:absolute;
	top: 500px;
	left: 611px;
	width: 42px;
	z-index: 31;
	padding: 0; margin: 0;
	text-align:center;
	color: #8e8e8e;
}



/* Übersichtsseite */
ul#overview_4 {
	margin: 36px 0px 0px 102px;
	width: 466px;
	list-style:none;
}
ul#overview_4 li {
	float: left;
	width: 233px; height: 231px;
	background: url(../img/dia_4.gif) top left no-repeat;
}

ul#overview_4 li a {
	display: block;
	position: relative;
	width: 197px; height: 197px;
	margin: 17px 0px 0px 18px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
}

/*
ul#overview_4 li a span {
	display:none;
}

ul#overview_4 a:hover img {
	outline: 1px solid #a53;
}

*/

ul#overview_4 li a:hover {
  border: none; /*IE-Bugfix sonst funktioniert das a:hover span nicht*/
}

ul#overview_4 li a span {
	display:none;
 	background: url(../img/title_hg.png) top left repeat; /*preload*/
}

/* für die hover-Einblendungen der Bildtitel 
ul#overview_4 li a:hover span, ul#overview_4 li a.act span { zeige Bildtitel beim hover (und für AKTUELLES Bild... ACHTUNG: dies wird von der php-Datei nicht unterstützt) 
	display: block;
	position:absolute;
	z-index: 40;
	top:5px; left:5px;
	padding: 1px 5px;
	color: #333;
	background: url(../img/title_hg.png) top left repeat;
}

* html ul#overview_4 li a:hover span { IE Transparenz - final in CONTITIONAL COMMENTS verfrachten
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/title_hg.png',sizingMethod='crop');
}

*/












ul#overview_9 {
	margin: 34px 0px 0px 92px;
	width: 486px;
	list-style:none;
}
ul#overview_9 li {
	float: left;
	width: 162px; height: 156px;
	background: url(../img/dia_9.gif) top left no-repeat;
}

ul#overview_9 li a {
	display: block;
	position: relative;
	width: 126px; height: 126px;
	margin: 15px 0px 0px 18px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
}



ul#overview_9 li a span {
	display:none;
 	/* background: url(../img/title_hg.png) top left repeat;*/
}

/*
ul#overview_9 li a:hover {
  border: none; 
}



ul#overview_9 li a:hover span, ul#overview_9 li a.act span { 
	display: block;
	position:absolute;
	z-index: 40;
	top:5px; left:5px;
	padding: 1px 5px;
	color: #333;
	background: url(../img/title_hg.png) top left repeat;
}

* html ul#overview_9 li a:hover span { 
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/title_hg.png',sizingMethod='crop');
}

*/



a.prevpic {
	cursor:w-resize;
	position: relative;
	display: block;
	width:220px;
	height: 440px;
}
	

a.prevpic span {
	position: absolute;
	display: none;
	width:77px; height: 77px;
	top: 50px; right: 50px;
	background: url(../img/prevpicbut.png) 0px 0px no-repeat;
	text-indent:-999em;
}





a.nextpic {
	cursor:e-resize;
	position: absolute;
	top: 48px; left: 338px;
	display: block; width:220px; height: 440px;}


a.nextpic span {
	position: absolute;
	display: none;
	width:77px; height: 77px;
	top: 50px; left: 50px;
	background: url(../img/nextpicbut.png) 0px 0px no-repeat;
	text-indent:-999em;
}






/*content*/

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 30px 0 15px 0;
	text-transform:lowercase;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform:lowercase;
}

p {
	font-size: 1em;
	line-height:1.5em;
	margin: 0;
	padding: 5px 0 5px 0;
	text-transform:lowercase;
}

p.author {
	font-style:italic;
}

p.adresse {
	padding: 2px 0 2px 0;
}



div.vita {
	padding:50px 0 0 221px;
	background: url(../img/foto_uwehameyer.jpg) 27px 32px no-repeat;
}

div.concept {
	padding:50px 0 0 275px;
	background: url(../img/foto_concept.jpg) 27px 32px no-repeat;
}

div.contact {
	padding:30px 0 0 275px;
	background: url(../img/foto_contact.jpg) 27px 32px no-repeat;
}

div#impressum {
	display:none;
	margin-bottom:30px;
}

form {
	margin: 20px 0 20px 0;
}

form div {
	margin: 2px 0;
}

div.message {
}

input, textarea {
	display:block;
	width: 270px;
	background: #ddd;
	padding:1px 0;
	margin:0;
	border: 1px solid #aaa;
}

textarea {
	height: 120px;
}

input.senden {
	width: auto;
	padding: 2px 10px;
}

input.senden:hover {
	cursor:pointer;
	background-color: #aaa;
}

label {
	display: block;
	padding:0;
	margin:0;
}

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

a:hover {color: #333;}
