@charset "UTF-8";

/* --- CSS-Reset --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}

/* --- Header --- */

#header {
	background: #ffffff; 
	padding: 0;
	margin: 20px 0 5px 0;
}


/* --- Menu --- */

#menu {
	width:800px;
	height:24px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px; 
	}
	
#nav a:hover {
	background-position: 0 -23px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -23px;
	}


#about a  {
	width: 84px;
	background: url(img/navigation_01.gif) top left no-repeat;
	}
	
#programm a  {
	width: 91px;
	background: url(img/navigation_02.gif) top left no-repeat;
	}

#galerie a  {
	width: 71px;
	background: url(img/navigation_03.gif) top left no-repeat;
	}
	
#archiv a  {
	width: 66px;
	background: url(img/navigation_04.gif) top left no-repeat;
	}
	
#autoren a  {
	width: 128px;
	background: url(img/navigation_05.gif) top left no-repeat;
	}
	
#partner a  {
	width: 73px;
	background: url(img/navigation_06.gif) top left no-repeat;
	}
	
#support a  {
	width: 116px;
	background: url(img/navigation_07.gif) top left no-repeat;
	}
	
#kontakt a  {
	width: 75px;
	background: url(img/navigation_08.gif) top left no-repeat;
	}
	

#impressum a  {
	width: 96px;
	background: url(img/navigation_09.gif) top left no-repeat;
	}
	







/* --- Main Content --- */

#mainContent {
	margin-top:7px;
	padding: 20px 30px 20px 13px;
	background: #E5C0AE;
	font-size:11px;
	border: 1px solid #073a72;
	
}

#mainContent img{
	margin-bottom:7px;
}

#mainContent p a{
	color:#890C08;
}

#programm-nav{
	margin:20px 0 0 0;
	padding:0;
}



/* --- Footer --- */

#footer {
	position:relative;
	margin-top:7px;
	width:820px;
		
}

.vorschau {
	float:left;
	
}

.vorschau img{
	margin-right:7px;
	padding:0;
}

#balken {
	float:left;
	margin-top:6px;
	width:800px;
	height:10px;
	background:url(img/balken.gif) repeat-x left;
}




/* jQuery SlideViewer CSS */


/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #073a72;   
margin: 10px 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 100%; 
list-style-type: none; 
overflow:hidden;
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 23px; 
float:left; 
margin: 0 1px 10px 0; 
} 
.stripTransmitter a{ 
font: bold 11px Verdana, Arial; 
text-align: center; 
line-height: 18px; 
background: #e5c0ae; 
color: #890c08; 
text-decoration: none; 
display: block; 
border: none; 
overflow:hidden;
} 
.stripTransmitter a:hover, a.current{ 
background: #e5c0ae; 
color: #073a72; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
