@CHARSET "ISO-8859-1";
body {
        font-size:85%;
        font-family: 'Trebuchet MS' ,  Arial;
        text-align:center; /* Zentrierung für den Internet Explorer */
        background-color: white;

}
#navigation{
        width: 762px;
        height: 40px;
        padding: 3px;
        background:url(lo.jpg) left top no-repeat;

}
#navigation ul {
        list-style-type:none; /*keine Aufzählungszeichen*/
        float: right;
}
#navigation ul li {
        display: inline; /*horizontale Ausrichtung*/
        
}
#navigation ul li a:link {
        padding:3px;
       	border:2px solid white;
        color:white;
        
		background-color: #009900;
        
}
#navigation ul li a:hover, #navigation ul li a:active,#navigation ul li a:focus {
        padding:3px;
        border:2px solid #009900;
        color:black;
        
}
#navigation ul li a:visited {
        padding:3px;
        border:2px solid white;
        color:white;
        text-decoration:none;
        
		background-color: #009900;
        
}
#MainMenu2 {
        width: 768px;
        margin:0 auto;
        text-align:left; /* Das alles wieder links ausgerichtet ist für den Internet Explorer */
        height: 100%;
}
#MainHeader{
	border:2px solid #006600;
}
		
#header2{
        width: 760px;
        height: 147px;
        text-align:center;
        border: 2px solid #009900;
        background-image: url(LogoApps.jpg);
        
}
#galerie{
	/*margin: 5px 5px;  1.setting vertikal, 2. setting horizontal*/
	float:left;
	width:764px;
	
	border: 2px solid #006600;
	background-color: white;
}
#galerie dl{
	margin: 5px 5px;
	padding:5px;
	float:left;
	width:231px;
	
	border: 1px solid #999;
	background-color: #white;

}
#galerie dl dd {
	font-size:0.9em;
	padding: 0 5px;
	color: black;
}
#galerie dt{
	
	background-color: white;
	padding: 10px;
	margin:5px 0;
	
}


#galerie dt img {
	

}
h2, h3{
	color: #7F0D48;
}

#footer2 {
	width:760px;
	height:40px;
	clear:left;
	
	position:relative;

}
#footer2 ul {
        list-style-type:none;
        float: left;
}
#footer2 ul li {
        display: inline;
        
}

#List{
	/*margin: 5px 5px;  1.setting vertikal, 2. setting horizontal*/
	float:left;
	width:760px;
	background-color:white;
	border: 2px solid #000000;
	padding:2px;

}
#List dt{
	
	
	
	padding: 10px;
	margin:5px 0;
	
}
#List dl dt{
	color: black;
}
#footer2, #List, h2, #galerie, #galerie dl {
	border-color: #006600;
}
ul li {
	color:black;
}


