body {
		background-color : #339999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: smaller;
	}


	h1,h2,h3,h4 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
		h1 {
			font-size:14pt;}
		h2{
			font-size:12pt;}
		h3{
			font-size:10pt;
			margin-bottom : 0%;}
		h4{
			font-size: 10pt;
			}
			
	h2.seite{
	text-align : center;
	border : thin outset White;
	padding:3px;
	background-color: #FFE4C4;
	margin-left:18%;margin-right:20%;
}
			
	h1.link{
	background-color: #FFE4C4;
	font-size:8pt;
	text-align : center;
	border : thin outset White;
	padding:3px;
}
	
	h1.navunten{
	background-color: #FFE4C4;
	font-size:8pt;
	text-align : center;
	border : thin outset White;
	padding:3px;
}
		
	hr{
	color: #ff9933;	}
	
	hr.schmal{
	color: #ff9933;
	height:1px;
}
	
	table{
	border : none;
	font-size: x-small;
}

	
/*Inhaltsverzeichnis linke Seite*/
	div.inh {
		min-width:5%;max-width:15%;width:15%; 
		padding:15px 0px 20px 20px;
		float:left;
		/*position:relative;left:0%;top:0%;*/
		font-size:8pt;
	}
	


/*Textteil in der Mitte*/
	div.txt {
	background-color:white;
	padding:15px 5px 30px 20px;
	margin-top:3%; margin-left:18%;margin-right:20%;
	min-height : 500px;
}
	
	
/*Tippleiste rechte Seite durchgehend für Links*/
	div.tip{
	background-color: #FFE4C4;
	width:15%;
	padding:15px 5px 10px 10px;
	float:right;
	font-size:8pt;
}

	div.tip2{
	background-color: #FFE4C4;
	width:15%;
	padding:15px 5px 10px 10px;
	float:right;
	margin-right:-15%;
	margin-top:15%;
	font-size:8pt;
}

	div.tip3{
	background-color: #FFE4C4;
	width:15%;
	padding:15px 5px 10px 10px;
	float:right;
	margin-right:-15%;
	margin-top:30%;
	font-size:8pt;
}

	div.tip4{
	background-color: #FFE4C4;
	width:15%;
	padding:15px 5px 10px 10px;
	float:right;
	margin-right:-15%;
	margin-top:50%;
	font-size:8pt;
}

	div.tip5{
	background-color: #FFE4C4;
	width:15%;
	padding:15px 5px 10px 10px;
	float:right;
	margin-right:-15%;
	margin-top:70%;
	font-size:8pt;
}

	div.dat{
	padding:45px;
	font-size:6pt;
	float:right;
}
	
/*Impressum unten rechts*/
div.navunt{
	width:15%;
	padding:0px 0px 10px120px;
	float:right;
	margin-top:40%;
}


/*Makro-Texte und Fehlermeldungen in Courier und eingerückt*/
	div.code{
	margin-left: 5%;
	font-size:larger;
	font-family : "Courier New";
}
/*Makro-Texte, Registry-Einträge etc. im fortlaufenden Text*/
	span.code{
	font-size:xsmall;
	font-family : "Courier New";
}

/*Aufzählungszeichen, normalerweise eckig, Abstand nach jedem Punkt 5px*/
ul {
	list-style-type: square;
}
li {
	margin-bottom: 5px;
}

/*Aufzählungszeichen, Inhaltsverzeichnis, wenig eingerückt*/
ol.inh {
	list-style-type: lower-alpha;
	list-style-position : outside;
}

/*Aufzählungszeichen, eingerückt rund-gefüllt*/
ul.ein{
	list-style-type : disc;
}
	
/*Links generell*/
	a:link        { 
	 	text-decoration:none;
		color:blue;
		}
	a:visited     {
	text-decoration: none;
	color: Navy;
	}
	a:hover      { 
		text-decoration: underline;
		}
	a:active     {
		background-color:#cc9966;
		}


/*Links innerhalb des Textes farbig gekennzeichneit*/
	a:link.txt {
	text-decoration: none;
	color:blue;
	}
	a:visited.txt{
		text-decoration:underline;
		color: black;
	}
	a:hover.txt{
		text-decoration: underline;
		background-color: #cc9966;
		color:white; 
	}

