@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: arial, hevetica, sans-serif;
	font-size: 75%; 
	/*text-align: center; */
	color: #333;
	background-color: #FFFFFF;
}


#container	{
	margin: 0px 10px 10px 10px auto; 
	/* margin-top: 10px; */
	position: absolute;
	width: 600px;
	text-align: left;
	background-color: #fff;
	border: 0px solid #333;
}

#printheader	{
	position: absolute; 
	height: 55px;
	width:600px;
	background-color:white;
	border: 0px none #fff;
	border-bottom: 0px solid #333333;
}

#header	{
	display: none;
}

#topsuch {
	display:none;
}



#mainnav {
	display: none;
}
	

#navbox {
	display: none;		
}
	


#contents { 
	margin: 100px 5px 10px 20px; 
}

#contents p { 
	line-height: 140%;
}

#contents li {
	margin-bottom: 15px;
}


#contents .vorspann	{
	margin-left: 45%;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	font-stretch:condensed;
}

#printfooter {
	clear: both;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align:center;
}

#footer {
	display: none;
}


a {
	text-decoration:none;
	font-weight: bold;
}

a.underline {
	text-decoration:underline;
}

a:link {
	color:#000033;
}

a:visited {
	color:#330066;
}


a:hover {
	color: white;
	background-color:teal;
	/* font-size: larger; */
}

a:active {
	color:red;
	background-color:transparent;
	/* font-size: larger; */
}

	

h1,h2,h3,h4,h5,h6 { 
	margin-left: 0px;
	font-size: 1em;
}
	
	
h3	{
	font-size: 1.2em;
	margin-bottom: -10px;
}
	
h2 {
	font-size: 1.5em;
	margin-bottom: -8px;
}
	
h1	{
	font-size: 1.8em;
}


.rotbetont 	{
	font-weight: bolder;
	color: darkred;
}


.blaubetont 	{
	font-weight: bolder;
	color: darkblue;
}

.gruenbetont 	{
	font-weight: bolder;
	color: darkgreen;
}

.kommentierung {
	color:#006633;
	font-style: italic;
	margin-left:250px;
	font-family: Courier New, Courier, monospace;
}

h1.ebene2, h2.ebene2, h3.ebene2 {
	padding-left: 32px;
}



p.ebene2 {
	padding-left: 32px;
}



