/* DAS IST EIN KOMMENTAR */



body {
	font-family: Helvetica, Arial, Courier;
	font-size: 12px;
	font-style: normal;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	line-height: 12px;
	
}

#content {
	background-image:url(pic/licht.jpg);
	background-repeat: no-repeat;
	width:850px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	padding:0px;
}


#titel {
	margin-left:700px;
	padding-top:400px;
	width:150px;
	
}

#menu1 {
	background-color: #FFFFFF;
	width:140px;
	height:100px;
	float:left;
	margin-left:70px;
	margin-top:10px;
	line-height:14px;
}

ul {
	list-style:none;
	margin-left:-40px;
}



#menu2 {
	background-color: #FFFFFF;
	width:140px;
	height:100px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	line-height:18px;
	
}

#text {
	outline-color:#000000;
	outline-width:thin;	
	width:350px;
	height:400px;
	float:left;
	margin-left:70px;
	margin-top:30px;
	background-color:#F5F5F5;
	padding-left:10px;
	line-height:18px;
}


/* Das ist jetzt ein Style für alle img (Bilder) im div "text" */

#text img{
	border:none;
	float: right;
	margin-bottom: 3px;
	margin-left: 3px;

}



.scrollen {
	margin: 0px;
	padding-right: 8px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-base-color: #666;
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-track-color: #F6F6F6;
}



/* Hier kommen jetzt die Links mit Farbe und nicht unterstrichen und so ... */

a {
	text-decoration: none;
	color: #999;
	}

a:hover {
	color: #F49E00;
	}

a.active {
	color: #F49E00;
	font-weight: bold;
	}

a:hover.active {
	color: #F49E00;
	font-weight: bold;
	}
	
a img{
border:none;
}
	

/* Hier kommen jetzt die Überschriften h1 h2 und h3 ... */
	
h1{
	padding-top: 4px;
	font-size:13px
	font-weight: bold;
	color: #F49E00;
}

h2{
	font-size:11px
	font-weight: bold;
	color: #F49E00;
}

h3{
	font-size:11px
	font-weight: normal;
	color: #F49E00;
}


