body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* 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: #000;
	background-color: #fff;
	}
#content {
	margin: 0em;
	padding: 0;
	}


/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	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;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

.mono { font-family: monaco, monospace; font-size: 100%; }	


/* --- Eigene Erweiterungen ------------------------------------------- */

#head, #nav, #subnav, #footer, #img-anreise-black { display: none; }
.debug, .breadcrumb, .noprint { display: none; }


/* Lesebox */
p.first-line { margin-bottom: 0; }
p.second-line { margin-top: 0; margin-left: 2em; font-style: italic; }
span.programTitle { font-weight: bold;}
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;
}


/* --- Tabellen allgemein ------------------------------------------------- */
table { border-top: 0.1mm solid #303030; padding-top: 1px; }
table td { padding: 0.5em; border-bottom: 0.1mm solid #303030; vertical-align: top; }       


/* --- Tabelle Programm --------------------------------------------------- */
table#termine { width: 98%;}
table#termine td.date { width: 8em;}
table#termine td.time { width: 5em;}
       
   
/* --- 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 */
