/**
 *
 * FEINHEIT kreativ studio // www.feinheit.ch
 *
 */

/************************* Basics ***********************/
/*

*{padding:0px; margin:0px;}

*/


body,html{height:100%}


body{
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size:12px;
padding:0;
margin:0;
text-decoration: none;
line-height: 20px;
background:transparent url(/media/img/design/background.jpg) repeat center top;
background-attachment: fixed;
}

.holder {
	width: 834px;
	padding: 0 20px;
	background:transparent url(/media/img/design/content-bg.jpg) repeat-y center top;
	background-attachment: fixed;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 190px 0 0 -437px;
	overflow: hidden;
}

.holder2 {
	background:transparent url(/media/img/design/subnav-bg.gif) repeat-x left 0;
	float: left;
	width: 834px;
	overflow: hidden;
}

.holder_start {
	float: left;
	width: 834px;
	background-color:red;
	overflow: hidden;
}

* body{
	_background:transparent url(/media/img/design/background.jpg) repeat center top;
	_background-attachment: scroll;
	}
* .holder {
	_background:transparent url(/media/img/design/content-bg.jpg) repeat-y left -190px;
	_background-attachment: scroll;
}

#sp1 {
	width: 234px;
	float:left;
}
#sp2 {
	width: 600px;
	float:left;
}
#content {
	padding: 0 40px 40px 0;

}


#flash-header {
	width: 100%;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	text-align:center;
}
#flash-header span{
	display: none;
}


#footer {
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:888;
}
* html #footer{
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
#footer span{
	display: none;
}

#flash-title {
	width: 550;
}


#send_button, input#send_button {
	background:#e30c1b url(/media/img/design/africa-button.jpg) repeat-x scroll 0 0;
	font-weight:bold;
	border-left:1px solid #ff6156;
	border-right:1px solid #470104;
	display:block;
	font-size:18px;
	height:34px;
	line-height:28px;
	margin:0;
	padding-top:6px;
	text-align:center;
	width:auto;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}
#send_button:hover, input#send_button
{
	text-decoration:underline;
	background-position: 0 -40px;
}

/************************* Headlines ***********************/

#title-holder {
	padding-top: 15px;
}

h1{
	color: #c1000f;
	line-height: 27px;
}

h2 {line-height: 24px;}

h3 {}


/************************** Menu ***************************/


ul#menu{
width: 570px;
height: 40px;
margin:0;
padding: 31px 0 0 2px;
}

ul#menu li{
list-style:none;
line-height:0;
margin:0;
width: 200px;
padding: 0 10px 0 0;
}
ul#menu li a{
display: block;
color: #010101;
font-size: 14px;
text-decoration: none;
padding: 10px 10px 15px 10px;
margin: 0;
height: 0px;
}

ul#menu li a:hover, ul#menu li a.mark{
color: white;
background-color: #7b0000;
}



a{
	color:#000;
	outline:none;
	border:none;
}
a img{border:none;}

a:hover, label:hover {
	color: #7b0000;
	text-decoration:underline;
}


/********************** SubMenu *****************************/
ul#submenu{
height: 20px;
padding: 4px 0 0 0;
margin: 0 0 0 0;
}

ul#submenu li{
float: left;
list-style:none;
line-height:0;
margin:0;
}

ul#submenu li a
{
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 25px 10px 0px;
	margin: 0;
	color: #007c22;
	font-weight: bold;
	text-transform: uppercase;
}

ul#submenu li a:hover, ul#submenu li a.mark{
text-decoration: underline;

}



/*************************** Form ***************************/
form table, form table th,form table td,form table tr{

}

form table th{
	vertical-align:top;
	text-align:right;
	font-weight:normal;
}

.invalid th {
	color: red;
}

.invalid td {
}

.error{
color: red;
}

form th{
	font-weight: normal;
	padding: 5px 5px 0 0;
	vertical-align: middle;
	width: 100px;

}

form td{
	padding-bottom:5px;
}

input, textarea{
	width:300px;
	border: 1px solid grey;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
textarea {
	font-family:Arial, Helvetica, sans-serif;

}

select {
	width:312px;
}


.invalid input, .invalid textarea {
	border-left: 4px solid red;
	width:296px;
}

td.submit-btn input {
	width: 100px;
	border: none;
	background-color: #999999;
}

td.submit-btn input:hover {
	color: white;
	background-color: #444;
}

td.checkbox input {
	width: auto;
	margin-right: 10px;
}
td.checkbox p{
	width: 160px;
	float: left;
}


/********************************* Table *********************************/

/* referenzen */
#referenzen table {
	width: 550px;
	margin:0px;
	padding:0px;
	border:none;
	border-collapse:collapse;

}

#referenzen table th {
	width:50px;
	font-weight:bold;
	vertical-align:top;
	text-align: left;
}
#referenzen table td {
	text-align: left;
}
#referenzen table th,#referenzen  table td {
	vertical-align:top;
}
#referenzen table td{
	padding-right: 10px;
}
#referenzen table td.dertext{
	width: 410px;
	padding-right: 0;
}
#referenzen table tr{
	border-top: 1px solid grey;
}


/* programm */

#programm-detail tr th{
	font-weight: normal;
	padding: 6px 20px 0 0;
	vertical-align:top;
	text-align:right;
}
#programm-detail tr.stronger th,#programm-detail tr.stronger{
/*	font-weight: bold;*/
}
#programm-detail .pro-titel{
	font-size: 16px;
	padding: 20px 0 0 0;
	font-weight: bold;
}
#programm-detail .dertext{
	width: 350px;
	padding: 6px 0 0 0;
}
#programm-detail h2 {
	line-height: 25px;
	padding: 0;
	margin: 0;
	color: #c1000f;
}
#programm-detail h2 span {
	font-size: 14px;
}


/********************************* Other Stuff *********************************/

#gotop {
	background: transparent url(/media/img/design/gotop.gif) no-repeat center 0;
	width: 400px;
	height: 14px;
	display:block;
}
#gotop span {
	display:none;
}


/* artist */

#artists-detail a{
	display: block;
	text-align: center;
	font-family: georgia;
	font-size: 16px;
	line-height: 24px;
}
#artists-detail img{
	float:left;
	margin: 4px 15px 0 0;
}
#artists-detail{
	padding-top: 4px;
}
#artists-detail select{
	width: 327px;
	float:left;
}
#artist a {
	font-size: 14px;
	line-height: 28px;
}

img.bild-rechts {
	float: left;
	margin: 4px 15px 0 0;
}
a#nextArtist, a#prevArtist {
	background:url(/media/img/design/arrow.gif) no-repeat 15px 0;
	float:right;
	width:30px;
	height:22px;
	text-decoration:none;
}
a#nextArtist:hover{
	background-position:right 0;
}
a#prevArtist {
	background:url(/media/img/design/arrow-prev.gif) no-repeat 5px 0;
}
a#prevArtist:hover {
	background-position:left 0;
}
a#nextArtist span, a#prevArtist span{
	display:none;
}

/* kontakt */

#kontakt p{
	width: 250px;
	float: left;
	display:block;
}


/* afro markt */
#afro-mark ul, #afro-mark ul li{
	margin:0px; padding:0px; list-style:none;
	line-height:0px;
	width: 340px;
}
#afro-mark ul li a, #afro-mark ul li span{display:block;}
#afro-mark ul li{padding-bottom:30px;}
#afro-mark ul li a{
	text-decoration:none;
	padding:0px 0px 0px 40px;
	color: black;
	line-height:18px;
}
#afro-mark ul li.file a{
	text-decoration:none;
	background:url(/media/img/design/icon_pdf.gif) no-repeat left center;
	padding:0px 0px 0px 40px;
	color:black;
	line-height:18px;
}
#afro-mark ul li a span.titel{
	font-size:12px;
	color:black;
	margin-top:3px;
}
#afro-mark ul li a span.inhalt{
	font-size:14px;
	font-weight:bold;
	color:black;
}
#afro-mark ul li a:hover span.inhalt{
	color:#7b0000;
}
#afro-mark table th, .opentime th {
	text-align:left;
	width: 70px;
	font-weight: bold;
}

table.helfer th{
	width: 160px;
	text-align:right;
	padding-right: 20px;
	vertical-align:top;
}
table.helfer tr{
	display:block;
	padding-bottom: 20px;
}


#news-page ul li{
	padding-bottom: 20px;
}



/********************************* INTRO *********************************/
#pageintro {
	position:absolute;
	top:190px;
	left:0px;
/*	background-color: green;*/
	z-index:777;
}

/********************************* FEINHEIT STYLE *********************************/

#feinheit {
	position: fixed;
	right: 0;
	top: 0;
	background:white url(/media/img/design/feinheit.gif) no-repeat 0 0;
	width: 16px;
	height: 53px;
	text-decoration: none;
}
#feinheit span {
	display: none
}




/********************************* Print CSS *********************************/


@media print {
	*{background: #fff; color: #000;}
	html {font: 100%/1.5 Helvetica, Arial, sans-serif;}
	body{padding:10px;}
	body,html{height:auto}
	a{color:#000;}
	
	#footer,#sp1,#submenu,#flash-header,#flash-title { display: none; }
	h1{display:block;}
	#footer,#flash-header { height: 0px;}
	#sp2,#content{
		width: auto;
		height: auto;
	}
	.holder {
		width: auto;
		height: auto;
		position: static;
		top:0px;
		left:0px;
		margin: 0;
	}
	.holder2 {
		padding:0;
		margin:0;
		width: auto;
		height: auto;
	}

}
