/*
	Style URI: http://www.gamboo.net
	Description: Theme for monikascholz.de
	Version: 1.0
	Author: Gamboo - digitale Mediengestaltung
	Author URI: http://www.gamboo.net
*/

* 				{ margin: 0; padding: 0; list-style: none; }
img, fieldset 	{ border: 0 none; }
a 				{ color: #fff149; text-decoration: none; }
a:hover 		{ text-decoration: underline; }
.clear 			{ clear: both; }

body {
	background: #7c7a58;
	color: #fff;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
}

#header {
	margin: 96px auto 0;
	width: 580px;
}

h1 {
	float: left;
	font-size: 100%;
}

#navigation { float: right; }

#navigation li {
	float: left;
	margin-left: 20px;
}

#navigation li a {
	color: #fff;
	display: block;
	padding-top: 2px;
}

a:hover, #navigation li a.active {
	color: #fff149;
	text-decoration: none;
}

#content {
	clear: both;
	margin: 96px auto;
	padding-left: 73px;
	position: relative;
	width: 507px;
}

/* Startseite */

#img_start { border: 1px solid #fff; }

.link_start { float: right; }

/* Inhaltsseiten */

h2 {
	font-size: 140%;
	margin: 0 0 15px;
}

h3 {
	font-size: 110%;
	margin: 30px 0 15px;
}

p {
	line-height: 140%;
	margin-bottom: 15px;
}

.text_only {
	border: 1px solid #fff;
	padding:15px;
}

/* Kontakt */
.contact {
	background: transparent url("/images/detail-kontakt.jpg") no-repeat right 0;
	height: 165px;
}

/* Texte */
.text_left {
	clear: both;
	margin-bottom: 40px;
	width: 350px;
}

.text_left h3 {
	color: #fff;
	margin-top: 0;
}

.text_right {
	clear: both;
	color: #DFDB99;
	float: right;
	margin-bottom: 40px;
	width: 350px;
}

.text_right h3 {
	color: #DFDB99;
	margin-top: 0;
}

/* Vita */
ul.exhibit li { margin-bottom: 15px; }

ul.exhibit li span.title {
	color: #DFDB99;
	font-style: italic;
}

/* Arbeiten */
#navigation_work {
	/*left:287px;*/
	position:absolute;
	top:-30px;
}

#navigation_work li {
	float: left;
	margin-right: 20px;
}

#navigation_work li a { color: #fff; }
#navigation_work li a:hover, #navigation_work li a.active { color: #fff149; }

ul.work li {
	float: left;
	margin: 0 0 9px 9px;
}

ul.work li.first { margin-left: 0; }

ul.work li a {
	display: block;
	height: 104px;
	position: relative;
	width: 120px;
}

ul.work li a:hover img {
	height: 108px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 124px;
}

.last { margin-bottom: 0; }
