@charset "ISO-8859-1";
/*-------------------------------------------------------------------

PRINT STYLESHEET TAP

-------------------------------------------------------------------*/

/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  ISO-8859-1
*/


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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;
	color: #000;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* 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;
}


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#container {
	font-size: 62.5%; /* set font-size to reasonable size so that 10px = 1em */
}


#header,
#footer,
.info {
	display: none;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.clearfix:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* clearing for IE6 */
.clearfix,
dl dd {
	height: 1%;
}

/* class to hide html elements */
.invisible,
.dont_print {
	display: none;
}



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/


h1 {
	font-size: 24pt;
	font-weight: bold;	
} 

h2 {
	margin-top: 1cm;
	font-size: 20pt;
	font-weight: bold;
}

h3 {
	margin-top: .5cm;
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
}

h3 .untertitel {
	font-size: 11pt;
	font-weight: normal;
}

h4 {
	margin-top: .2cm;
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
}

p {
	margin-top: .2cm;
	font-size: 9pt;
	line-height: 11pt;
}

strong {
	font-weight: normal;
	color: #999;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/



/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
}

img.foto_abendprogramm {
	margin-top: .5cm;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, 
a:active {
	color: #000;
}

a img {
	border: none;
}
