/* Stylesheet */

@media screen {
	html {height: 101%;}
	body {font: 0.95em/1.25em Arial,sans-serif; background: #fff;}
	
	a {color: #e74215;}
	a:hover {color: #912a0d;}
	
	div#wrapper {position: relative; width: 690px; margin: 0 auto; background-color: #fff; border-right: 2px solid #e74215; border-left: 210px solid #e74215;}

	div#header {height: 120px; margin:0 0 0 -210px;}	
	div#header h1 {display: none;}
	div#header img {}
	div#header p#subtitle {display: none;}

	div#menue {width: 200px; min-height: 500px; margin-left: -210px; background: #e74215 url(bg_menue.png);}	
	div#menue ul.mainmenue {width: 12em; margin: 0 0 0 1.5em; padding: 2em 0 0 0;}
	div#menue ul.mainmenue li {margin-bottom: 4px;}
	div#menue ul.mainmenue li a {display: block; width: 10em; min-height: 1.5em; line-height: 1.5em; border: 1px dotted #000; padding-left: 8px; color: #000; text-decoration: none;}
	div#menue ul.mainmenue li a:hover {color: #fff; border-color: #fff;}
	div#menue ul.mainmenue li ul.submenue {margin-top: 4px;}
	div#menue ul.mainmenue li ul.submenue li a {border: none; font-size: 0.85em;}
	div#menue ul.submenue {display: none; margin: 0 0 0 10px;}

	div#content {min-height: 500px; margin: -500px 0 0 0; padding: 0 2em 1em 2em; background-color: #fff;}
	div#content h2 {font-weight: bold; font-size: 1.2em; margin: 1em 0 2em 0; padding: 0; text-align: center;}
	div#content h3 {font-weight: bold; font-size: 1em; margin-top: 1em;}
	div#content h4 {font-weight: bold; font-size: 1em; margin: 1em 0 0 0;}
	div#content p {margin: 0.5em 0; text-align: justify;}
	div#content ul {list-style: disc; list-style-position: outside; margin: 0.5em 0 0.5em 1em;}

	div#content img {}
	div#content img.logo {float: right; margin: 0 0 2em 2em;}
	div#content strong {font-weight: bold;}

	div#content div.eintrag {margin-bottom: 20px; clear: right;}
	div#content div.eintrag img {float: right; margin: -1em 0 1em 2em; border: 1px solid #000;}
	div#content div.eintrag p {width: 31em;}
	
	div#footer {clear: both; width: 900px; height: 25px; background: url(footer.png) no-repeat; margin: 0 0 0 -210px;}
	div#footer p {text-align: center; color: #fff; font-size: 0.8em; line-height: 25px;}
}

@media print {
	div#header img {display: none;}
	div#menue {display: none;}
	h1 {text-align: center; margin-bottom: 1cm;}
	h1 a {color: #e74215; font-size: 16pt; text-decoration: none;}
	p#subtitle {text-align: center; margin-bottom: 1cm;}
	h2 {font-size: 14pt; margin: 1cm 0; text-align: center;}
	
	p,ul,ol,address {font-size: 11pt; line-height: 130%;}
	p {text-align: justify; text-indent: 0.75cm; margin: 0.25cm 0;}
	ul,ol {list-style-position: outside; margin: 0.5cm 0 0.5cm 0.5cm;}
	ul {list-style: disc;}
	
	h3 {font-weight: bold; margin: 0.5cm 0;}
	div#content img {float: right; margin: 0 0 1cm 1cm;}
	
	address  {margin-bottom: 0.5cm;}
	
	div#footer p {text-align: center; margin-top: 1cm; font-size: 10pt; font-weight: bold;}
}

