/* =========================================================
reset styles courtesy of Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
========================================================= */
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,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
}


.linie {
	margin: 15px 0px 30px 0px;
}

.bigpic {
	margin: 15px 0px 0px 0px;
}


li {
	display: inline;
	list-style-type: none;
	margin: -2px;
}

.navi {
	top: 210px;
	position: relative;
	left: 245px;
	z-index: 4;
}

.navi_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C2E06D;
	padding-right: 6px;
	padding-left: 6px;
}

.navi_links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0EFB4;
	padding-right: 6px;
	padding-left: 6px;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
}

.mezzosopran {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E0EFB4;
	text-decoration: none;
}


h1 {
	position:absolute;
	top:-1000px;
	left:-1000px;
	display:block;
	width:5px;
	height:5px;
	overflow:hidden;
}



h2 {
	margin: 15px 0 0 0
}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0 0 15px 0
	}
	
h4 {
	margin: 15px 0 0 0
	}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


p, h6, table {
	margin: 0 0 15px 0
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:focus { 
	outline: none;
}


.zitat {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.zitatquelle {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.border {
	border: 1px solid #333;	
}




