@charset "utf-8";
 
/*
	Serengeti Festival CSS
	Copyright (c) 2009 Initiative Konzeptionelles Design. All rights reserved.
	If you copy without permission, We will mock you.
	Layout No. 1 / v1.00
	16. Dez 2009
*/

@import url("default/screen.css");

body {
	margin: 0 0 1.5em;
	background: #000910 url(img/bg-gesamt.jpg) repeat-x left top;
}

html {
	background-color: #eed021;
}

p img {
	float:left; 
	padding:0;
	margin: 0.375em 20px 0 0;
}

p img.right {
	float:right;
	margin: 0.375em 0 0 20px;
}
.container img {
	float:left; 
	padding:0;
	margin: 0.166em 20px 0 0;
}
.container img.right {
	float:right;
	margin: 0.166em 0 0 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div.hr {
	height: 4px;
	margin: 0 0 2em;
	background: transparent url(img/4px-line-grau.gif) repeat-x left top;
}

.textWhite {color: #fff;}

/* @group Links */

a {
	color: #33c4cc;
	text-decoration: none;
	padding: 1px 0px;
	/*background: url(img/1px-line-dotted-farbig.gif) repeat-x left bottom;*/
} 

a:link {
	color: #3b82a0;
	}
a:visited {
	color: #3b82a0;
	}
a:hover, a:focus {
	color: #fff;
	background-color: #3b82a0;
	background-image: none;
}

/* @end */

/* @group Header */

#header {
	width: 850px;
	height: 164px;
	background: url(img/header.gif) no-repeat;
}
#header h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}
	
/* @end */

/* @group Slider */

#slider {
   position: relative;
   overflow: hidden;
   background: #000 url(../2-img/slide/fade.jpg);
}
 
#slider, #slider img, #slider ul{
  width: 850px;
  height: 285px;
	padding: 0;
	margin: 0;
}
 
#slider li,#slider ul{
  padding:0;
  margin:0;
}
 
#slider ul {
   position: absolute;
}
 
#slider .slide {
   float: left;
   position: relative;
   display: none;
}
 
/*For sane browsers..*/
#slider .slide:first-child{
  display: block;
}
 
#slider .slide span {
  position: absolute;
  left: 0;
  padding: 10px 13px 10px 10px;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
}


/* @end */

#footer {
	/*background-color: #e4e4be;*/
	padding-top: 30px;
	padding-bottom: 70px;
	background: #eed021 url(img/bg-footer.gif) repeat-x;

}
#footer p, #footer ul {
	color: #000910;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#footer li{
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}


/* @group Main Navigation */

ul#navi {
	overflow:hidden;
	height:43px;
	/*background: transparent url(img/navigation.gif) no-repeat 0 -43px;*/
	}
ul#navi li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#navi li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background: transparent url(img/navigation.gif) no-repeat;
	}
li#news a {
	width:50px;
	height:43px;
}
li#programm a {
	width:95px;
	height:43px;
}
li#infos a {
	width:135px;
	height:43px;
}	 
li#tickets a {
	width:70px;
	height:43px;
}
li#partner a {
	width:80px;
	height:43px;
}
li#presse a {
	width:70px;
	height:43px;
}
li#forum a {
	width:60px;
	height:43px;
	margin-right:120px;
}
li#myspace a {
	width:40px;
	height:43px;
}
li#twitter a {
	width:40px;
	height:43px;
}
li#facebook a {
	width:33px;
	height:43px;
}
li#lastfm a {
	width:30px;
	height:43px;
}
li#studivz a {
	width:25px;
	height:43px;
}
li#news a:link, li#news a:visited {
	background-position:0px 0px;
	 }	 	 	 	 
li#news a:hover, li#news a:focus {
	background-position:0px -43px;
	 }
li#programm a:link, li#programm a:visited {	
	background-position:-50px 0px;
	}
li#programm a:hover, li#programm a:focus {	
	background-position:-50px -43px;
	}
li#infos a:link, li#infos a:visited {	
	background-position: -145px 0px;
	}
li#infos a:hover, li#infos a:focus {	
	background-position: -145px -43px;
	}
li#tickets a:link, li#tickets a:visited {	
	background-position: -280px 0px;
	}
li#tickets a:hover, li#tickets a:focus {	
	background-position: -280px -43px;
	}
li#partner a:link, li#partner a:visited {	
	background-position: -350px 0px;
	}
li#partner a:hover, li#partner a:focus {	
	background-position: -350px -43px;
	}
li#presse a:link, li#presse a:visited {	
	background-position: -430px 0px;
	}
li#presse a:hover, li#presse a:focus {	
	background-position: -430px -43px;
	}
li#forum a:link, li#forum a:visited {	
	background-position: -500px 0px;
	}
li#forum a:hover, li#forum a:focus {	
	background-position: -500px -43px;
	}
li#myspace a:link, li#myspace a:visited {	
	background-position: -560px 0px;
	}
li#myspace a:hover, li#myspace a:focus {	
	background-position: -560px -43px;
	}
li#twitter a:link, li#twitter a:visited {	
	background-position: -600px 0px;
	}
li#twitter a:hover, li#twitter a:focus {	
	background-position: -600px -43px;
	}
li#facebook a:link, li#facebook a:visited {	
	background-position: -640px 0px;
	}
li#facebook a:hover, li#facebook a:focus {	
	background-position: -640px -43px;
	}
li#lastfm a:link, li#lastfm a:visited {	
	background-position: -672px 0px;
	}
li#lastfm a:hover, li#lastfm a:focus {	
	background-position: -672px -43px;
	}	
li#studivz a:link, li#studivz a:visited {	
	background-position: -700px 0px;
	}
li#studivz a:hover, li#studivz a:focus {	
	background-position: -700px -43px;
	}			
li#news a.selected {background-position:0px -43px;}
li#programm a.selected {background-position:-50px -43px;}
li#infos a.selected {background-position: -145px -43px;}
li#tickets a.selected {background-position: -280px -43px;}
li#partner a.selected {background-position: -350px -43px;}
li#presse a.selected {background-position: -430px -43px;}

/* @end */

#navi-line {
	margin-top: 0;
	margin-bottom: 1em;
	background: url(img/4px-line-grau.gif) repeat-x;
	height: 4px;
	padding: 0;
}

/*#content, #sidebox, #programmablauf, #partner {
	margin-top: 2em;
}*/

.entryBox {
	margin-bottom: 2em;
	color: #eed021;
	padding-bottom: 2em;
    background: url(img/4px-line-grau.gif) repeat-x left bottom;

}
.entryBox h2 {
	font-size: 1.166em; /*14px*/
	line-height: 1.285em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	color: #fff;
	padding: 0;
}
.entryBox h3 {
	color: #f0f0f0;
	font-size: 1.05em; /*14px*/
	line-height: 1.285em; /*18px basierend auf 14px*/
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 1.285em;
}
.entryBox h3.bottom {margin-bottom:0;padding-bottom:0;}


iframe#ticketshop {
	margin-top: 15px;
}

.entry span.datum,
.entryBox span.datum {
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 0.833em;
	letter-spacing: 0.1em;
	color: #eed021;
}
.entry {
	margin-bottom: 2em;
	background: url(img/4px-line-grau.gif) repeat-x left bottom;
	padding-bottom: 2em;
}

.entry h1 {
	font-size: 1.5em; /*14px*/
	line-height: 1.285em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.642em; /*9px basierend auf 14px*/
}

.entry h2 {
	font-size: 1.166em; /*14px*/
	line-height: 1.285em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	margin-bottom: 0.642em; /*9px basierend auf 14px*/
}

.entry h3 {
	font-size: 1.1em;
	line-height: 1.5em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0.375em;
	color: #f0f0f0;
}

.entryBand {
	margin-bottom: 2em;
	background: url(img/4px-line-grau.gif) repeat-x left bottom;
	padding-bottom: 2em;
}

.entryBand h2 {
	font-size: 1.5em; /*18px*/
	line-height: 1em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5em; /*9px basierend auf 18px*/
}


#programmablauf tr, #programmablauf th {
	background: url(img/1px-line-dotted-sw.gif) repeat-x left bottom;
}

#programmablauf th {
	background: none;
}


#partner img {
	float:left; 
	padding: 0;
	margin: 0 20px 20px 0;
}

#partner img.last {margin-right:0;padding-right:0;}

#sidebox img {
	padding: 0;
	margin: 0 0 20px;
}

#sidebox img.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}





