/* CSS-File fuer Website LUCIANO MORAL -  */
/* (c)2007, artif orange, Tuebingen */

body {
	margin: 0;
	text-align: center;
	font: 75%/1.3em Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background: #4C4C53; 
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(images/site/bg-content.jpg) repeat top left;
}

h1 { font-size: 2.0em; margin: 20px 0 18px 0; font-weight: 900; }
h2 {	font-size: 1.5em; margin: 20px 0 12px 0; font-weight: bold; }
h3 {	font-size: 1.2em; margin: 15px 0 6px 0; }
h4 {	font-size: 1.0em; margin: 12px 0 6px 0; }

p {	font-size: 1.0em; margin: 0 0 6px 0;}

p, dl, ul { margin-left: 20px;}

dd { margin-bottom: 5px; }

a, a:visited, a:hover, a:active { color: #7D6032; font-weight: bold; }

a:hover { text-decoration: underline; }
	
a:active, a:focus { outline: 0 }

	
/*input.submit {
	display: block;
	margin: 10px 0;
	padding: 2px 6px;
	border: 1px solid #7E6132;
	background-color: transparent;
	}*/

/* ------- HEADER ------- */
#header {
	background-color: #000;
	border: 3px solid #7E6132;
	height: 120px;
	margin: 0 0 30px;
	position: relative;
}

#logo { position: absolute; top: 11px; left: 34px; }

#header h1 {
	position: absolute;
	top: 34px;
	left: 155px;
	width: 730px;
	margin: 0;
	padding: 0 0 5px 0;
	text-indent: -10000px;
	border-bottom: 3px solid #775B30;
	}

#header h1 a {
	display: block;
	width: 407px;
	height: 36px;
	background: transparent url(images/site/schriftzug-lm.gif) no-repeat;
	}

#header h1 img {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* ------- HAUPTNAVIGATION ------- */
#mainnav {
	position: absolute;
	top: 90px;
	left: 150px;
}

#mainnav li {
	display: inline;
	float: left;
}

#mainnav li a {
	display: block;
	height: 26px;
	margin-right: 20px;
	}

#mainnav li a.biografie {
	background: transparent url(images/nav/biografie.gif) no-repeat;
	text-indent: -10000px;
	width: 109px;
	}
	
#mainnav li a.galerie {
	background: transparent url(images/nav/galerie.gif) no-repeat;
	text-indent: -10000px;
	width: 80px;
	}
	
#mainnav li a.ausstellungen {
	background: transparent url(images/nav/ausstellungen.gif) no-repeat;
	text-indent: -10000px;
	width: 155px;
	}
#mainnav li a.kontakt {
	background: transparent url(images/nav/kontakt.gif) no-repeat;
	text-indent: -10000px;
	width: 92px;
	}
#mainnav li a.impressum {
	background: transparent url(images/nav/impressum.gif) no-repeat;
	text-indent: -10000px;
	width: 107px;
	}


/* ------- INHALTSBEREICH ------- */
#maincontent { margin: 0 15px; }

#maincontent_ausstell { margin: 0 15px 0 175px; }

#vita {margin-left: 175px;}


/*********************************
 * subnav styles 
 **********************************/
#subnav {
	margin: 0;
	float: left;
	margin-top: 10px;
	line-height: 2em;
}

ul.gallerie_nav {
	text-align: center;
	margin: 0 0 1.5em 0;
}

ul.gallerie_nav li {
	display: inline;
}


/* --- Galerie --- */
#maincontent p.imagebox {
	float: left;
	width: 260px;
	height: 195px;
	height: 210px;
	text-align: center;
	font-size: 0.95em;
}

#maincontent p.imagebox img {
	padding: 4px;
	background-color: #999;
}

#maincontent dt, #maincontent_ausstell dt { float: left; margin: 0; }

 /* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#maincontent dd, #maincontent_ausstell dd { padding: 0 0 0 15px; }

/* ------- FUSSZEILE ------- */
#footer {
	clear: both;
	border-top: 1px solid #775B30;
	padding: 15px 0;
	margin: 15px 50px;
	text-align: center;
	font-size: 0.9em;
	}



/* ----- ///// CLEARFIX ///// ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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