/*********** Allgemeines ************************/
body {
	font-family: geneva, sans-serif;
	color: black;
		}
		
div.container {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	height:550px;
	width: 790px;
	min-width: 750px;
	margin-left: -395px;
	margin-top: -275px;
		}
		
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
	color: black;
	outline: none;
	}
	
a:hover {
	color: #4D310A;
	}
	
.tooltipbody{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 150px;
	padding: 3px;
	color: black;
	background: #FFFFFF;
	filter: alpha(opacity=85); 
	opacity: 0.85; 
	}
.tooltiphead{
	font-weight: bold;
	width: 150px;
	border: 1px solid black;
	padding: 3px;
	color: black;
	background: #CCC;
	filter: alpha(opacity=85); 
	opacity: 0.85;
	}
h2 {
	font-size: 1em;}
p {
	font-size: 0.8em;
	}
/*********** Kopf *********************/
#head {
	width: 100%;
	height: 46px;
	background: url(bilder/header-s.gif) repeat-x;
	margin: 0;
	margin-bottom: 10px;
	}
#head a {
	position: relative;
	left: 20px;
	}
#head img {border: 0;
	padding-top: 1px;}

/*********** Navigation ***************/
ul.navigation, ul.sub-navigation {
	list-style: none;
	padding: 0;
	}
	
ul.navigation li, ul.sub-navigation li {
	float: left;
	display: block;
	margin-right: 10px;
	}

ul.navigation a, ul.sub-navigation a {
	text-decoration: none;
	}
ul.navigation a.aktiv {
	background: url(bilder/tab_pyram.gif) top center no-repeat;
	}
#home ul.navigation {
	margin: 10px auto;
	width: 786px;
	margin-top: 100px;
	}

#home ul.navigation li {
	width: 250px;
	height: 75px;
	vertical-align: middle;
	}
	
#home ul.navigation a {
	display: block;
	text-align: right;
	padding: 0px;
	width: 100%;
	height: 75px;
	padding-top: 75px;
	}

#home #portfolio a{
	background: no-repeat url(bilder/mk1.jpg) top left;
	}

#home #portfolio a:hover {
	background: no-repeat url(bilder/mk1.jpg) top right;
	}
#home #ausstellungen a{
	background: no-repeat url(bilder/mk2.jpg) top left;
	}
#home #ausstellungen a:hover{
	background: no-repeat url(bilder/mk2.jpg) top right;
	}
#home #info a{
	background: no-repeat url(bilder/mk3.jpg) top left;
	}
#home #info a:hover{
	background: no-repeat url(bilder/mk3.jpg) top right;
	}
#portfolio-body ul.navigation {
	position: absolute;
	top: -9px;
	_top: 0px;
	right: 20px;
	font-size: 0.8em;
}

 ul.navigation a.aktiv {
	padding-top: 4px;
}

ul.sub-navigation {
	position: absolute;
	top: 10px;
	_top: 19px;
	right: 20px;
	font-size: 0.7em;
}
/*************** Fusszeile ****************************/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	border-top: 1px solid #4D310A;
	text-align: center;
	font-size: .8em;
	padding: 5px;
	}

#footer p {
	margin:0;
	padding: 0;
	}
#schmuck {
	position: absolute;
	left: 600px;
	top: -18px;
	width: 141px;
	height: 23px;
	background: url(bilder/photographie.png) top left no-repeat;
	}

/******************* Bilder *****************/
#big-img {
	float: right;
	width: 510px;
	text-align: center;
	}
p.thumbs {
	float: left;
	width: 250px;
	margin-top: -3px;
	}
p.thumbs img {
	display: inline;
	padding: 2px;
	border: 1px solid gray;
	margin: 1px;
	}
/* ********************* Contact ****************************/


label{
	float: left;
	font-size: 0.95em;
	display: block;
	width: 6.5em;
	clear: left; /* Umbruch */
	padding-bottom: 0.2em;

}


fieldset input{
	position: relative;
	left: 6.5em;
	width: 12.5em;
	display: block;
	border: 1px solid #a5acb2;
	padding: 0 2px;
	margin-bottom: 0.5em;
	background: #fff;
}


textarea{
	position: relative;
	top: 0em;
	left: 6.7em;
	display: block;
	border:	1px solid #a5acb2;
	padding: 2px;
	width: 19em;
	height: 15.7em;
}
 form{
 display: block;
 float: left;
 border-right: 1px solid gray;
 margin-right: 10px;
 
 }

 fieldset{
 border: 1px solid #000;
 display: block;
 padding: 1em 2em 1em 0em;
 clear: both;
 width: 20em; /* wichtig */
 margin: 0;
}

legend {
	display: none;
	}
fieldset { border: none;}

#kontakt {
	height: 360px;
	width: 600px;
	background: url(bilder/mail.png) top right no-repeat;
	border: 1px solid gray;
	margin: 0 auto;
	padding: 10px;
}

#kontakt h2 {
	padding-top: 140px;
	}
#kontakt form p {
	margin-top: -10px;
	margin-left: 3em;}

