/*************************************
* FESTIVAL PROJEKT NATUR - stylesheet
**************************************/

/* set defaults */
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;
	background-image:url('pix/main_bg.gif');
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#373737;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.clear {
	clear:both;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** AREAS **/
div#wrapper {
	margin:0px auto;
	width:760px;
}

div#header {
	height:85px;
	background-color:#7E9AC1;
	border-top:4px solid white;
	border-bottom:4px solid white;
	
	background-image:url('pix/header_cloud.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

div#metaNavigation {
	padding:5px 0px 0px 10px;
}

div#metaNavigation a, div#metaNavigation a:link, div#metaNavigation a:visited, div#metaNavigation a:active, div#metaNavigation a:hover {
	color:black;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
}

div#contentWrapper {
	background-color:#4E4759;
	min-height:590px;
  	height:auto !important;
  	height:590px;
	background-image:url('pix/contentWrapper_flower.jpg');
	background-repeat:repeat-y;
	background-position:top left;
}

div#contentWrapper h1 {
	font-size:2em;
	font-family: Helvetica, "Helvetica Neue", "55 Helvetica Neue Roman", "Helvetica Roman", Arial, sans-serif;
	color:white;
	margin:0px 0px 20px 25px;
}

div#menu {
	width:330px;
	float:left;
}

div#menu ul {
	margin:0px 0px 0px 25px;
	
	list-style-type:none;
	list-style-position:outside;
}

div#menu ul li {
	font-size:1.2em;
	margin-bottom:5px;
}

div#menu ul li a {
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 15pt; 
	font-family: Helvetica, "Helvetica Neue", "55 Helvetica Neue Roman", "Helvetica Roman", Arial, sans-serif;
	
	text-decoration:none;
}

div#menu ul li a:link { 
	color: white; 
	text-decoration: none;
}
div#menu ul li a:visited { 
	color: white;
	text-decoration: none;
}
div#menu ul li a:active { 
	color: white;
	text-decoration: none; 
}
div#menu ul li a:hover { 
	color: white;
	border-bottom: 1px dotted #e8e8e8;
}

div#menu ul li a.menu_active {
	color: #9d8fb4;
}

div#content {
	width:410px;
	float:right;
}

p.contentText {
	color:white;
	font-size: 10pt; 
	line-height: 15pt; 
	font-family: Helvetica, "Helvetica Neue", "55 Helvetica Neue Roman", "Helvetica Roman", Arial, sans-serif;
	margin-left:25px;
}

div#werbung {
	height:40px;
	background-color:#FFD800;
	background-image:url('pix/kultur-noe.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

div#footer {
	border-top:4px solid white;
	font-family: Helvetica, "Helvetica Neue", "55 Helvetica Neue Roman", "Helvetica Roman", Arial, sans-serif;
	font-size:10pt;
	line-height:15pt;
	font-weight:bold;
	color:#666;
	padding-bottom:15px;
}

a#homeLink {
	display:block;
	margin:25px 150px 0px 160px;
	height:40px;
}

a.backProgramm {
	display:block;
	line-height:15pt;
	margin:0px 0px 0px 25px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

a.newsletterLink:link, a.newsletterLink:visited, a.newsletterLink:active {
	color:#666; 
	text-decoration:none;
}

a.newsletterLink:hover {
	text-decoration:underline;
}

a.download:link, a.download:visited, a.download:active {
	color:white; 
	text-decoration:none;
	line-height:12px !important;
}

a.download:hover {
	text-decoration:underline;
}

img.pressebild {
	padding-bottom:10px;	
}

.event_datum {
	display:block;
	font-weight:bold;
}

.event_ort {
	display:block;
	margin-bottom:10px;
}

.event_titel {
	display:none;
	font-size:12pt;
	line-height:17pt;
	font-weight:bold;
	margin-bottom:10px;
	
}

.event_kuenstler {
	display:block;
	margin-bottom:10px;
}

.event_info {
	display:block;
	margin:0px 10px 20px 0px;
}

.event_preis {
	display:block;
	margin-bottom:5px;
}