@CHARSET "ISO-8859-1";


body {
        font-size:85%;
        font-family: 'Trebuchet MS' , Verdana, Arial, Sans-Serif;
        text-align:center; /* Zentrierung für den Internet Explorer */
        background-color: #BD98CC;
      	
       

}
.clear { clear:left;}

#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:right;
        border: 2px solid #999;
        background-image: url(../images/Hintergrund.jpg);
        
}
#navigation{
        width: 760px;
        height: 40px;
        padding: 3px;
        

}
#content {
        
        float:left;
        height:400px;
        width:512px;
        border: 2px solid ;
        -moz-border-radius:5px;
		-khtml-border-radius:5px;
		background-color: #DED8FF;
        

}
#sidebar {
        float:right;
        height:400px;
        width:230px;
        top: 0;
        position: relative;
        border: 2px solid ;
        -moz-border-radius:5px;
		-khtml-border-radius:5px;
		background-color: #DED8FF;
}

#upperSidebar img{
	background-color: #DED8FF;
}

#footer {
        width:760px;
        clear:left;
        position:relative;
        

}

h1, h2, h3, h4 {
        margin: 20px;
        color: #0066ff;
}



p{
        margin: 15px 20px;
        color: #01CC00;
        
}
#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 #00337F;
        color:#4C94FF;
        -moz-border-radius:5px;
		-khtml-border-radius:5px;
		background-color: #00337F;
        
}
#navigation ul li a:hover, #navigation ul li a:active,#navigation ul li a:focus {
        padding:3px;
        border: 2px solid #00337F; 
        color:#1cb727;
        -moz-border-radius:5px;
		-khtml-border-radius:5px;
        
}
#navigation ul li a:visited {
        padding:3px;
        border: 2px solid #4C94FF;
        color:#264A7F;
        text-decoration:none;
        -moz-border-radius:5px;
		-khtml-border-radius:5px;
		background-color: #4C94FF;
        
}
.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: #00337F;
}
p a {
        
        color:#01CC00;
        
        
}

      


