/*

Hinweise:

IDs werden mit einer # angesprochen, Klassen mit einem Punkt und Tags ohne Vorzeichen

Beispiel:

HTML								CSS
-------------------------------------
<div id="header">				#header {
<div class="header">			.header {
<div>								div {

*/


* { /* <- Bezieht sich auf alle Elemente */

	margin: 0; 
	padding: 0; 
	
	}

body {
	background-color: #FFFFFF;
	/* background-image: url(pix/bg.jpg); */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0;





}


	
#menue   { color: #000; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #9ff url(../grafik/links002.jpg) no-repeat 0 0; list-style-type: none; float: left; margin-left: 0; padding-top: 180px; padding-left: 12px; border-top: 0 solid #000099; width: 200px; height: 2000px }

#menue a { color: Yellow; text-decoration: none; display: block; height: 24px; color: white; line-height: 20px !important; text-decoration: none; border-bottom: 1px solid #ffffff; padding-left: 4px; padding-right: 4px; background-color: #606158; width: 180px; background-repeat: no-repeat; background-position: 4px 8px; }

#menue a:hover {
	background-color: White;
	color: Black;
}

#menue a:active {
	background-color: #EAE4CA;
	color: black;
}

#menue ul {
	list-style-type: none; /* <- Gibt an, welche Zeichen als Punkte vor einer Liste verwendet sollen */
}

#menue2 {
	list-style: none;

	float: left;
	width: 820px;
	height: 2000;
	
	background-color: ;
	background-image: ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-left: 8px;	
	border-top: 0px solid #000099;
	margin-left: 0px;

	color: #FAFAD2;
	font:;
	text-align: left;
	background-repeat: repeat;
}

#menue2 a {
	color: Yellow;
	text-decoration: none;
	display: block;
	height: 24px;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	/* border-top: 1px solid #FFFFFF; */
	line-height: 20px;
	padding-left: 6px;
	background-color: #606158;
	width: 180px;

}

#menue2 a:hover {
	background-color: White;
	color: Black;
}

#menue2 a:active {
	background-color: #fafad2;
	color: black;
}

#top  { color: #fffafa; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background: #99f url(../grafik/oben002.jpg) no-repeat; float: left; margin-left: 0px; padding: 0px; border-top: 0px solid #000099; width: 2000px; height: 120px }


#inhalt {

	padding-left: 0px;
	margin-top: 0px;
	font-size: 13px;
	background-color: #FFFFFF;
	width: 500px;


}

#inhalt h1 {
	display: block;
	color: #4f491a;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
}

#inhalt h2 {
	display: block;
	color: #322e17;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
}

#inhalt h3 {
	display: block;
	color: #000000;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
}

#inhalt h4 {
	display: block;
	color: #322e17;
	font-size: 15px;
	text-transform: none;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
}

#inhalt h5 {
	display: block;
	color: #B22222;
	font-size: 13px;
	text-transform: none;
	margin-bottom: 10px; /* Margin definiert den Abstand au&szlig;erhalb eines Dokuments, padding den Abstand innerhalb */
	font-weight: bold;
	border: 1px solid
}

#inhalt a   { color: #4f491a; text-decoration: none; background-color: #e0ffff }

#inhalt a:hover  { color: #ffffff; background-color: #00008b }

* html #inhalt {
	margin-left: 0px;
	height: 400px;
}

#list {

	list-style-type: square;
	display: block;
	height: auto;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	line-height: 25px;
	padding-left: 20px;
	background-color: #d7caa5;
	width: 460px;

}

#listweiss {

	list-style-type: square;
	display: block;
	height: auto;
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	line-height: 25px;
	padding-left: 20px;
	background-color: #ffffff;
	width: 460px;

}

#listnum {

	list-style-type: decimal;
	display: block;
	color: black;
	text-decoration: none;
	line-height: 25px;
	padding-left: 30px;
	background-color: #d7caa5;
	width: 460px;
	
}

#listnum-la {

	list-style-type: lower-alpha;
	display: block;
	color: black;
	text-decoration: none;
	line-height: 25px;
	padding-left: 30px;
	background-color: #d7caa5;
	width: 460px;
	
}



#tabelle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#marker {
	list-style-type: disc;
	display: block;
	height: auto;
	color: #000000;
	text-decoration: none;
	border: solid 1px black;
	line-height: 22px;
	padding-left: 10px;
	background-color: #dfd076;
	width: 480px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#marker2 {
	list-style-type: decimal;
	display: block;
	height: auto;
	color: #000000;
	text-decoration: none;
	border: 1px solid Black;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;

	background-color: #DCDCDC;
	width: 480px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 8px;
}


#marker3 { 
	font-size: 12px; 
	list-style-type: disc; 
	display: block; 
	height: auto; 
	color: #000000; 
	text-decoration: none; 
	border: solid 1px black; 
	line-height: 16px; 
	padding-left: 8px; 
	padding-right: 8px; 
	background-color: #dfd076; 
	width: 460px; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: 5px 8px;
	
 }
