/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong, b {
font-weight: bold;
}

em, i {
font-style: italic;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

q:lang(de) {
quotes: 'â€ž' 'â€œ' 'â€š' 'â€˜';
}

q:lang(en) {
quotes: 'â€œ' 'â€' "â€˜" "â€™";
}

abbr[title] {
border-bottom: 1px dotted #888 !important;
cursor: help;
}

a abbr {
cursor: pointer !important;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
img { 
-ms-interpolation-mode: bicubic; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #444;
	color: #aaa;
	padding: 0;
	margin: 0;
}

table {
	font-size: 14px;
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	line-height: 20px;
}

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

a:hover {
	color: #ddd;
}

h1#headline {
	background-color: #666;
	padding: 50px;
	padding-top: 75px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 34px;
	color: #444;
	font-weight: normal;
}

h1#headline a {
	color: #444;
	text-decoration: none;
}

h2#headline2 {
	padding: 10px 50px;
	margin: 0;
	color: #666;
	font-size: 22px;
	font-weight: normal;
}

#conMain {
	padding: 25px 50px;
	margin-top: 25px;
	width: 500px;
	float: left;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

h4 {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	padding: 5px 0px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

li {
	font-size: 14px;
}

ul#navigation {
	float: right;
	width: 200px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #4c4c4c;
	margin-top: 50px;
	list-style: none;
}

ul#navigation li {
}

ul#navigation li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	padding-left: 20px;
	background-color: transparent;
}

ul#navigation li a:hover, ul#navigation li a.active {
	color: #fff;
	background-color: #4c4c4c;
}

a.galerie {
	display: block;
	float: left;
	text-decoration: none;
	color: transparent;
	border: 0;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.galerie:hover {
	padding: 0;
	border: 2px solid #fff;
}

a img {
	border: none;
}

span.zitatquelle {
color: #eee;
float: right;
}

ul.termine li {
	margin-bottom: 20px;
}
