*  { margin: 0; padding: 0; }
* html #header { padding-top: 0; }
a { text-decoration: none; padding-bottom: 0; border-style: none; border-width: 0; }
#haupttext a { font-weight: bold; }
blockquote { font-weight: bold; font-style: italic; }
body { background-color: #fff; background-image: url(/wordpress/wp-content/themes/default/bilder/back.jpg); background-repeat: repeat-x; background-attachment: fixed; }
/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }
h1 { color: #0b569a; font-size: 25px; margin-top: 1em; margin-bottom: 2em; text-shadow: rgb(150,150,150) 1px 1px 1px;}
h2 { color: #78a220; font-size: 20px; margin-top: 4em; margin-bottom: 1em;}
h2:first-child { margin-top: 1.5em; }
h3 { font-size: 18px; font-style: italic; margin-top: 3em; margin-bottom: 1em; border-bottom-style: solid; border-bottom-width: 1px; }
h4 { font-size: 16px; }
table { width: 100&; margin: 0; padding: 0; }
td { padding: 2px 10px 2px 14px; }
tr:hover td { color: #000; background-color: #e4e4e4; }
ul,ol { margin-left: 2em; }
.bildrechts { float: right; margin-bottom: 18px; margin-left: 18px; }
#haupttext { color: #696969; font-family: "Helvetica Neue", "HelveticaNeueLT Std", "Helvetica LT Std", Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; background-image: url(/wordpress/wp-content/themes/default/bilder/haupttext-back.jpg); background-repeat: no-repeat; padding: 30px 50px 50px; }
#haupttext a:link { color: #3262c0; }
#haupttext a:visited { color: #3262c0; }
#haupttext a:hover { color: #9d0000; }
#haupttext a:active { color: #78a220; }
#haupttext li { font-size: 16px; margin-bottom: 0.5em; }
#haupttext p, td { font-size: 16px; margin-top: 1em; margin-bottom: 1em; }
#header { padding-top: 24px; }
#navi { font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #000; background-image: url(/wordpress/wp-content/themes/default/bilder/navi-back.jpg); text-transform: uppercase; text-align: center; letter-spacing: 0; position: fixed; width: 800px; padding-top: 4px; padding-bottom: 5px; }
#navi a, #navi  a:link, #navi  a:visited { color: #e4e4e4; text-decoration: none; margin-right: 8px; margin-left: 8px; border-style: none; border-width: 0; }
#navi a:hover { color: #fffe9b; }
#navi ul li { list-style-type: none; list-style-image: none; display: inline; }
#wrap { background-color: #fff; width: 800px; margin-right: auto; margin-left: auto; border-style: none; }
div.wichtig {  }
.wichtig { color: #78a220; font-weight: bold; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
