@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #007B87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.wrapper #container #mainContent #text .zitatschreiber {
	font-style: italic;
	padding-right: 10px;
}
.wrapper #container #mainContent #text .zitat {
	font-style: italic;
	text-align: left;
	color: #ff9c00;
	padding-right: 20px;
	font-size: 0.9em;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, blockquote {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.1em;
	margin-top: 0.3em;
	padding-bottom: 1em;
	padding-right: 1.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #00EDFF;
	margin-top: 0.3em;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}
a {
	color: #00E9FE;
	text-decoration: none;
}


a:hover {
	color: #FF9900;
	text-decoration: none;
}
#footer    p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
}
#footer img {
	float: left;
}
#footer #signatur  {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	float: left;
	margin-left: 20px;
}
#keywords  p  {
	color: #007B87;
	font-size: 10px;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.highlight {
	color: #FF0000;
}
.wrapper #container #mainContent #text ul {
	font-size: 0.9em;
	color: #00FF00;
	margin-left: 50px;
	padding-right: 10px;
}
.wrapper #container #mainContent #text li {
	padding-bottom: 10px;
}
.wrapper #container #mainContent #text .orange {
	color: #FF9900;
	font-weight: bold;
}
.wrapper #container #mainContent #text .underline {
	font-style: italic;
}
.wrapper #container #mainContent #kontaktBox #text strong {
	color: #00CC00;
}
.wrapper #container #mainContent #text .nolink {
	color: #FFFFFF;
}

