body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* 88.6% */ /* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #969696;
	background: #050505 url(bkg-header.png) 50% 0 no-repeat;
	width: 100%;
}


#wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

		
a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
a:link {	}
a:visited {	}
a:active {	}
a:hover { text-decoration: underline; }
	
	
h1 {
	font-weight: normal;
    margin: 0;}

h2 {
	font-size: 1.7em;
	margin: 0em 0em 1.2em 0em;
	font-weight: normal;
	color: #fee600;
}

h3 {
	font-size: 1.4em;
	margin: 1.8em 0em 1.2em 0em; 
	font-weight: normal;
	color: #fee600;
}

img {
	border: 0; 
}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
 
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}

strong {
	/* font-weight: bold; */
	font-weight: normal;
	color: #fee600;
}

b { font-weight: bold; }

.mono { font-family: monaco, monospace; font-size: 100%; }	
	
	
/* --- Header -------------------------------------------------------------- */
#head {
	height:  131px;
	width: 100%;
	/* border-bottom: 2px solid green; */ /* wird aussen herum gezeichnet; steht heraus */ 
	/* background: transparent url(logo-header.png) 40px 0 no-repeat; */
	position: relative; /* fuer absolute Positionierung der h1 */
}

#head h1 { 
	width: 700px; /* links 200px, rechts 40px Rand --> 200px ... 900px */ 
	background-color: transparent; 
	position: absolute; /* fuer absolute Positionierung des Datums */
	bottom: 35px; 
	left: 200px;
	letter-spacing: 2px;
	font-family: 'arial narrow', arial, helvetica, sans-serif;
	font-size: 3em;
	text-transform: uppercase;

}

#head h1 span { /* Datum; innerhalb h1, damit UEberschrift und Datum unten ausgerichtet sind */
 	font-size: 0.5em;   /* geschachtelt in h1, entspricht 1.2em ausserhalb */
	position: absolute; /* rechts ausgerichtet */
	bottom: 0; 
	right: 0;
	letter-spacing: 0;
}
#head a:hover { text-decoration: none; }


/* --- Hauptnavigation ------------------------------------------------------- */
#nav { 
	margin: 0 0 0 250px;  /* Rand des Menues eigentlich bei 270px, aber links haben 20px 
	                         padding auf beiden Seiten --> div schon bei 250px beginnen, 
	                         damit Link-Text bei 270px steht */  
    width: 690px; 
    float: left;          /* dehnt sich auf die Groesse des Inhalts aus */ 
    display: inline;
 }

#nav ul {  
	float: left;   
	display: inline;
    list-style: none; 
    margin: 0; 
    padding: 0 0 5em 0; /* Abstand zu content */
}

#nav li { 
	float: left;  
	display: inline; 
	/* border-left: 1px solid #303030; */
	background: #050505 url(vline.png) 0 50% no-repeat; 
}

#nav li.first { background-image: none; }

#nav li a { 
	float: left; 
	/* display: block; */ 
	padding: 2em 20px;  /* muessen so hoch sein, damit Vogerl in Hintergrund passt */
	text-transform: uppercase; 
	margin: 0 1px 0 1px;  /* damit rechter und linker Rand nicht verdeckt werden, wenn Klick */
}

#nav a:link { }
#nav a:visited { }
#nav a:active {	}
#nav a:hover {
	text-decoration: none;
	background: #101010 url(vogerl-nav-hover.png) 50% 50% no-repeat;
}

a.active-section { 
	color: #fee600; 
	background: transparent url(vogerl-nav-active.png) 50% 50% no-repeat;
}


/* --- Subnavigation ------------------------------------------------------- */
#subnav { 
	clear: left;  /* alle floats (div, ul, li, a) im navigation-div clearen */
	float: left;  /* sub-nav links neben content */
	width: 230px;  
	display: inline;
}

#subnav ul { 
	list-style: none;
    padding: 0; 
    margin: 0 0 0 40px;
}

#subnav li { 
	margin: 0; padding: 0;
	border-bottom: 1px solid #303030;
}

#subnav li a { 
	display: block; 
	margin: 0; 
	padding: 0.2em 0;
}

#subnav a:link { }
#subnav a:visited {	}
#subnav a:active {	}
#subnav a:hover {
	text-decoration: none;
	background-color: #101010;
}

a.active-subsection { color: #fee600; }

body#home div#subnav { display: none; }  /* subnav nicht zeichnen, damit content und flash-film
                                            mehr platz haben */

/* --- Inhaltsbereich ------------------------------------------------------ */
body#home div#content {  /* auf Startseite Wasserzeichen etwas hoeher anzeigen als bei normalem content */
    background: transparent url(vogerl-wasserzeichen.png) 50% 0px no-repeat;
    min-height: 320px;  /* damit wasserzeichen immer sichtbar */
    width: 750px;  /* subnav wird nicht gezeichnet */
    
}
		 
#content {
	margin: 0; padding: 0;
    float: right;  /* inhalt rechts neben sub-nav */
    display: inline; 
    width: 630px;
    background: transparent url(vogerl-wasserzeichen.png) 50% 80px no-repeat;
    margin-right: 40px;
    min-height: 440px;  /* damit wasserzeichen immer sichtbar */
}

#flashContent h2 {margin: 180px 0 0 0; font-size: 300%; color: #fee600;}
#flashContent h3 {font-size: 150%; color: #fee600;}

.breadcrumb { display: none; }   
.debug { display: none; }

/* Lesebox */
p.first-line { margin-bottom: 0; }
p.second-line { margin-top: 0; margin-left: 2em; font-style: italic; }
span.programTitle { color: #fee600;}
span.programAuthor { font-style: italic;}

/* Dias */
p.tumbnails { margin-top: 0.5em;}
p.tumbnails a img{ 
	background-color: white;
    padding: 2px; 
    border: 1px solid #303030;
    margin: 2px;
} 

.article-image img {
	float: right; 
	margin: 0 0 10px 10px;
	padding: 3px; 
	background-color: white; 
	border: 1px solid #303030;
}

/* Anreise */
#img-anreise-white { display: none; }





/* --- Fussbereich --------------------------------------------------------- */
#footer {
	margin-top: 40px;
	border-top: 1px solid #303030;
    clear: both;
}

#footer p {
	margin-top: 0.2em;
	text-align: center; 
	font-size: 0.8em;
	color: #303030;
}


/* --- Formulare ----------------------------------------------------------- */
form, fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.8em;
}

legend { 
	color: #fee600;
	font-size: 1.2em;
	margin-bottom: 1em;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0.8em 0 1.5em 0;
	padding: 0;
}

fieldset.submit {
    clear: left;
	float: none;
}

input.submit {
	margin-left: 130px;
	width: auto;
	padding: 0.4em 1.0em;
}
	

fieldset ol { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

fieldset li {
	float: left;
	clear: left; 
	width: 100%;
	margin: 0 0 0.4em 0;
	padding: 0;
	line-height: 1em;  /* wichtig */
	font-size: 1em;
	
}

label { 
	float: left;
	width: 120px;
	margin: 3px 10px 0 0;
	text-align: right;
	line-height: 1em;
	font-size: 1em;
}


input, textarea {
	border: 1px solid #303030;
	background-color: #101010;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0; padding: 0;
	padding: 2px;
}

input#name, textarea#anschrift, input#telefon, input#email { width: 325px; }
input#titel, textarea#kurzbeschreibung { width: 490px; }
input#dauer, input#datum, input#zeit { width: 160px; }

/* Kontaktformular */
textarea#anliegen { width: 490px; height: 10em; }

/* Karten bestellen */
#g_all { font-weight: bold;}

/* Route planen */
input#saddr { width: 325px; }

/* --- Tabellen allgemein ------------------------------------------------- */
table {width: 98%;}
table { margin-bottom: 1.2em; padding-top: 1px; line-height: 1.8em; border-top: 1px solid #303030; }       
table td, table th { padding: 0.5em; border-bottom: 1px solid #303030; vertical-align: top; }       

td.date { width: 8em;}  /* Tabelle Programm und Preise */
td.time { width: 5em;}  /* Tabelle Programm */
td.price { width: 15em; vertical-align: middle;} /* Tabelle Preise   */
table .veranstaltung { text-align: left;}  /* Tabelle in Karten-Bestellformular */
table#tabelle_karten_bestellen {text-align: center;}
table .summe { text-align: right; }  /* Tabelle in Karten-Bestellformular */
   
/* --- Tabelle Partner ------------------------------ */
table#partner { width: 620px; }
table#partner p { margin-bottom: 20px; padding: 0;}
table#partner tr { margin: 0; padding: 0; }
table#partner td { 
	margin: 0; 
	padding: 0; 
	vertical-align: top;
	text-align: center;
	border: none;
	background: none;
}

/* --- Tabelle Downloads: keine speziellen Einstellungen */
