@charset "iso-8859-1";

/*	Original-CSS im Mai 2008 von Armin Briatta - Fotografie nd Webdesign: http://www.briatta.de/ -
	fuer spaetere Aenderungen von Dritten, welche das urspruengliche Layout veraendern oder gar zerstoeren,
	bin ich nicht verantwortlich  */

/*	Druckstyles allgemein
________________________________________________________ */

* {
	margin: 0;	
	border: 0; 
	padding: 0;
}

html, body {
	text-align: left;
}

div#schale {
	width: auto;
	border: none;
	color: #434A04;
	background-color: white;
	padding: 2em 0 1em;
}
#oben img {
	display: block;
}

/*	Ebene mit Logo */

h1.upperhead {
	display: none;
}

#maincontent {
	position: relative;
	margin: 0;
	color: #434A04;
	background-color: white;
}

#maincontent h2, #maincontent h3 {
	background-color: white;
	margin: 1.7em 1.7em 1.7em 0;
	font-size: 12pt;
}


#maincontent p {
	background-color: white;
	margin: 1.7em 1.7em 1.7em 0;
	font-size: 11pt;
	line-height: 1.4;
}

#maincontent ul {
	background-color: white;
}
#maincontent a:link, #maincontent a:visited {
	color: #434A04;
	background-color: white;
	text-decoration: none;
}


/*	Navigation 
________________________________________________________________ */

ul#mainnav {
	display: none;
}

ul#mainnav li {
	display: none;
}


#maincontent table {
	width: 90%;
	margin-top: 1.7em;
}
#maincontent th, #maincontent td {
	background-color: white;
	font-size: 11pt;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #CBD759;
	text-align: left;
	padding: .2em;
}
#maincontent th {
	font-weight: bold;

}
p#anschriftfooter {
	background-color: white;
	margin: 1.7em 1.7em 1.7em 0;
	font-size: 11pt;
	line-height: 1.4;
}
