.clear {
	clear: both;
}
.hide {
	display: none;
}
.inside {
	padding: 0 1em;
}
html[xmlns] .mozclear {
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h3 {
	font-size: 140%;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	padding: 10px 0;
	margin: 0;
	font-size: 100.1%;
}
#pageWrapper {
	border: solid 1px #fff;
	border-width: 0px;
	margin: 0 2%;
	min-width: 65em;
	max-width: 75em;
	width: auto;
	font-size: 80%;
}
#masthead {
	background-color: #C6D2DF;
	border:0;
	padding: 0.5em;
}
#masthead h1 {
	padding: 0;
	margin: 0;
}
#outerColumnContainer {
	border-left: solid 14em;
	border-right: solid 14em;
	border-left-color: #C6D2DF;	/* left column background color */
	border-right-color: #eee;	/* right column background color */
}
#innerColumnContainer {
	border-width:0;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap {
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn {
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
}
#leftColumn {
	float: left;
	margin: 0 1px 0 -14em;
	width: 14em;
	z-index: 4;
}
#rightColumn {
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}

.vnav {
	margin-top: 1em;
}
.vnav ul, .vnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul {
	border: solid 1px;
	border-bottom-width: 0;
}
.vnav ul li {
	border-bottom: solid 1px;
}
.vnav ul li, .vnav ul li a {
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a {
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul {
	position: relative;	/* IE needs this to fix a rendering problem */
}

html>body {
	/* Opera's default font size is typically 10% smaller than IE or Mozilla
	 * so we correct for this here, since we're using percentages
	 * everywhere. And we do this because pixel-based fonts don't resize
	 * under IE/Win and percentages/ems are essentially the same, and I like
	 * percentages for fonts.
	 */
	font-size: 110%;
}
html body {
	/* of course the previous selector for Opera's fix is caught by more
	 * than a few other browsers, so we reset that value here.
	 */
	font-size: 100.1%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
}

.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active {
	text-decoration: none;
	background-color: #DFE7EF;
	color: #000;
}
.vnav ul li a:hover {
	text-decoration: none;
	background-color: #7A93DF;
	color: #fff;
}
#rightColumn .inside {
	font-size: 90%;
}
#footer {
	border-style:none;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}
p#pageFooter {
	border-top-style:dashed;
	border-width:1px;
	padding-top:1em;
	padding-bottom:0;
	margin-bottom:0;
}

p.box {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
	font-size:1em;
}

fieldset#kontakt {
	border:0;
	padding:0;
}

input.inputText {
	width:18em;
}

textarea.inputArea {
	width:18.4em;
	height:8em;
}

div.formElement {
	margin-bottom:0.5em;
}

img#imgMap {
	border:0;
	float:right;
	width:24em;
}

img#zendLogo {
	border:0;
}

img.xhtmlLogo {
	border:0;
	width:3.5em;
	margin-left:0.5em;
}

div.source {
	font-style:italic;
	font-size:0.8em;
	float:left;
}

div.pdflink {
	float:right;
	text-align:right;
	font-size:0.8em;
}

img.iconSmall {
	border:0;
	width:1em;
}

ul#listEvents {
	list-style-type:square;
	padding-left:1.5em;
	margin-left:0;
}

ul#listEvents li {
	margin-top:0.5em;

}

p#date {
	color:#000;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

input.inputButton {
	border:solid 1px black;
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
	padding:0.1em;
	background-color:#C6D2DF;
}

span.feedBackErr {
	color:red;
}

div#feedbackSpacer {
	display:block;
	height:23.6em;
}
