@CHARSET "ISO-8859-1";

body {
        font-size:85%;
        font-family:  Arial;
        text-align:center; /* Zentrierung für den Internet Explorer */
        background-color: #CCC0BA;
      	
       

}
.clear { clear:left;}
.bordLeft {
	border-right:2px solid #000000;
	width:65px
	}
.bordRight{
	padding: 0 0 0 8px;
}
.abstand {height:5px;}

#MainMenu {
        width: 760px;
        margin:0 auto;
        text-align:left; /* Das alles wieder links ausgerichtet ist für den Internet Explorer */
        height: 100%;
        
}
#header{
        width: 760px;
        height: 145px;
        text-align:center;
        border: 2px solid #999;
        background-image: url(Logo.jpg);
        
}
#navigation{
        width: 760px;
        height: 40px;
        padding: 3px;
        background-image: url(androidLogo.jpg);

}
#content {
        
        float:left;
        
        width:512px;
        border: 2px solid ;
        
		background-color: #06717F;
        

}
#sidebar {
        float:right;
        
        width:230px;
        top: 0;
        position: relative;
        border: 2px solid ;
        
		background-color: #06717F;
}

#upperSidebar img{
	background-color: #DED8FF;
	
}

#upperSidebar table{
	
	width:220px;
	margin: 0px 5px;
	
}



#footer {
        width:760px;
        clear:left;
        position:relative;
        

}

h1, h2, h3, h4 {
        margin: 20px;
        color: #7F0D48;
        font-family: Airstrip;
}



#content p{
        margin: 15px 20px;
        color: #D9BCBB;
        
}
#navigation ul {
        list-style-type:none; /*keine Aufzählungszeichen*/
        float: right;
}
#navigation ul li {
        display: inline; /*horizontale Ausrichtung*/
        
}
#div hr {
        border: 1px solid #999;
}
#footer ul {
        list-style-type:none; /*keine Aufzählungszeichen*/
        float: left;
}
#footer ul li {
        display: inline; /*horizontale Ausrichtung*/
}

#navigation ul li a:link {
        padding:3px;
       	border:2px solid #000000;
        color:black;
        
		background-color: #0F997E;
        
}
#navigation ul li a:hover, #navigation ul li a:active,#navigation ul li a:focus {
        padding:3px;
        border:2px solid #000000;
        color:black;
        
}
#navigation ul li a:visited {
        padding:3px;
        border:2px solid #000000;
        color:black;
        text-decoration:none;
        
		background-color: #06717F;
        
}
.foto {
margin:0 10px 10px 0;
padding: 5px;


background-color: #fff;


}
#galerie{
width:600px;
}
#galerie dl{
margin: 5px 10px;
padding:5px;
float:left;
width:140px;
}
#galerie dd {
font-size: 0.7em;
padding: 0 5px;
color: #0066ff;
}
#galerie dt img {
border: 1px solid #eee;
background-color: #fff;
border-bottom: 1px solid #aaa;
padding: 10px;
margin:5px 0;
}
#header, #navigation, #content, #sidebar, #footer  {
	border-color: black;
}
#content p a {
        
        color:#4C94FF;
        
        
}
ul li {
	color:#D9BCBB}
#sidebar p{
	color:#D9BCBB;
	margin:0;
	padding:0;
	font-size:80%;
}
      