
body {
    background:  url(../img/bg_header.png) repeat;
    font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
    font-size: 85%;
}

#wrap {
    background:  url(../img/sensix_logo_black_mini.gif);
    background-repeat:no-repeat;
    background-position: right;
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
	text-align: center;
}

#header {
    float: left;
    width: 1000px;
    height: 180px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

ul {
    padding: 0;
}

#navigation {
    float: left;
    width: 1000px;
} 

#navigation ul li {
    display: inline;
    font-size: 18px;
    margin: 10px 10px 10px 10px;
    padding: 0;
    color: white;
}

#shows {
    float: left;
    width: 1000px;
} 

#shows ul li {
    display: inline;
    font-size: 14px;
    margin: 10px 10px 10px 10px;
    color: white;
}

#mp3 {
    float: left;
    width: 1000px;
} 

#mp3 ol li {
    display: block;
    margin: 10px 10px 10px 10px;
}

#mp3 a:link{
    color: #b400b4;
}

#mp3 a:visited {
    color: #663399;
}


h1{
    font-size: 60px;
    color: white;
    margin: 0;
}

h2{
    font-size: 25px;    
    color: #b400b4;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3{
    color: #b400b4;
    margin: 0;
}

h4{
    color: grey;
    margin: 0;
}

p {
    color: white;
}

a:link {
    color: white;
}

a:visited{
    color: lightgrey;
}

ol a:link {
    color: white;
}

ol a:visited {
    color: white;
}

ol li {
    color: white;
/*    background: #121212;*/
}

#impressum {
    margin: 0;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	list-style: none;
}
	
.simply-scroll-list li {
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 800px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 800px;
	height: 180px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 270px;
	height: 180px;
}
