/**
 *
 * FEINHEIT kreativ studio // www.feinheit.ch
 *
 */

*{
padding:0px;
margin:0px;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;

	background: #081d2e url(/media/img/design/bg_muster.jpg) no-repeat;
}

#header{
	background-repeat:no-repeat;
	height:147px;
}

#contentholder{
}

#sp1{
	display: inline;
	float: left;
	width: 321px;
}

#sp1 ul{
	margin-top: 33px;
	list-style: none;
	float: right;
	padding: 0;
}

#sp1 ul li{
	/*width:141px;*/
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	width: 126px;
	height: 22px;
	background-repeat: no-repeat;
}

#sp1 ul li.akademie, #sp1 ul li.akademie a {
	height: 39px;
}


#sp1 ul li a {
	background: url(/media/img/design/nav/dot.png) no-repeat 113px 1px;
	display: block;
	text-indent:-7777px; /*weiss nicht wie sonst die Menu-Texte verschwinden lassen... */
	position: relative;
}

#sp1 ul li a:hover, #sp1 ul li.mark a {
	background-image: url(/media/img/design/nav/dot_mark.png);
}

#sp1 ul li.produktionen { background-image: url(/media/img/design/nav/produktionen.jpg); }
#sp1 ul li.biographie { background-image: url(/media/img/design/nav/biographie.jpg); }
#sp1 ul li.kontakt { background-image: url(/media/img/design/nav/kontakt.jpg); }
#sp1 ul li.akademie { background-image: url(/media/img/design/nav/akademie.jpg); }
#sp1 ul li.gaestebuch { background-image: url(/media/img/design/nav/werkstatt.jpg); }

#sp2{
	float:left;
	width: 441px;
}

#bild{
	background-color: #000;
	height: 293px;
	text-align: center;
}

#content{
	background-color: #fff;
	padding: 5px 20px 45px 40px;
	position: relative;
}


h1, h2, h3 {
	font-size:12px;
	line-height:19px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 50px 0 30px 0;
}

h2 {
}

div.spacer {
	height: 50px;
}

p{}

a{
	color:#000;
	outline:none;
	border:none;
	text-decoration: none;
}
a img{border:none;}

#galerie {
	position: relative;
}

#galerie span {
	position: absolute;
	left: 0;
	top: 2px;
	width: 49px;
	height: 20px;
}

#galerie div {
	margin: 0 0 0 50px;
	width: 340px;
	_width: 330px;
}

#galerie div a {
	display: block;
	float: left;
	width: 27px;
	height: 20px;
	background: url(/media/img/design/img_thumb.jpg) 0 -22px;
	padding: 0;
	margin: 0 7px 10px 0;
	position: relative;
}

#galerie div a.mark {
	background-position: 0px 0px;
}


@media print {
	*{background: #fff; color: #000;}
	html {font: 100%/1.5 Arial, Helvetica, sans-serif;}
	/*#nav, #about { display: none; }*/
}

table.produktionen a span {
	display: none;
}

table.produktionen a:hover span {
	display: inline;
}

table {
	width: 100%;
}

table td {
	vertical-align: top;
	padding: 0 0 15px 0;
}

table.produktionen td {
	padding: 0 0 0 0;
	overflow: hidden;
}

table.produktionen td.year {
	width: 37px;
}

table.produktionen td.title a {
	display: block;
}

table.produktionen td.title a:hover {
	white-space: nowrap;
	font-weight: bold;
}

table.produktionen td.title a div {
	float: left;
	height: 12px;
	width: 30px;
	background: url(/media/img/design/nav/dot.png) no-repeat 0 0px;
}

table.produktionen td.title a:hover div {
	background-image: url(/media/img/design/nav/dot_mark.png);
}

body#produktionen #content {
	background-color: #081e2c;
	color: #ccc;
}

body#produktionen #content a {
	color: #ccc;
}

body#produktionen #content a:hover {
	color: #fff;
}

body#gb_schreiben #content {
	background-color: #ececee;
}

#presse {
	padding: 0 20px 0 0;
	margin: 30px 0 0 0;
}

#presse h2 {
	border-top: 1px dotted #000;
}

#presse h3 {
	font-weight: bold;
}

#presse div.presse {
	padding: 0 0 20px 0;
}

#schreiben {
	position: absolute;
	right: 20px;
	top: 7px;
}

#lesen {
	position: absolute;
	right: 20px;
	top: 7px;
}

label {
	color: #000;
	font-weight: normal;
}

td, th {
	vertical-align: top;
	text-align: left;
}

ul.errorlist {
	list-style: none;
	color: #f00;
}

input, textarea {
	border: none;
	padding: 2px;
}

textarea {
	width: 305px;
}

div.gb-entries {
	border-top: 1px dotted #000;
}

div.gb-entry {
	padding: 0 0 3px 0;
	margin: 3px 0 0 0;
	border-bottom: 1px dotted #000;
}

div.autor {
	text-align: right;
}
