﻿body {
	font-family: 'Trebuchet MS', SAns-Serif; 
	font-size: 1em; 
	background-image:url("http://www.klavier-noten.com/aktuelles/4.jpg");
	background-repeat: repeat-x;
	}
	
div#sidebar {
	float: left;
	width: 20%;
	}
	
div#content {
	float: left;
	width: 70%; 
	}
	
h1, h2 {
	color: #00088b; 
	}
	
div#titel {
	border-bottom: 0.1em solid #ffffff;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.3em 0; 
	float: left; 
	width: 100%; 
	}
	
div#titel img { float: right; border: 0; }
div#titel h1 { float: left; }
	
a, a:link, a:visited {
	color: #00088b;
	text-decoration: underline;
	}
a:hover {
	background-color: #00088b;
	color: #ffffff;
	text-decoration: none; 
	}
	
div#container div#content ul li {
	list-style-type: square;
	color: #888888;
	}
	
div#container div#content li a, 
div#container div#content li a:link, 
div#container div#content li a:visited { text-decoration: none; }

div#container div#footer {
	float: left; 
	width: 70%; 
	margin: 2em 0 0 0;
	border-top: 1px solid #ddd;
	padding: 1em 0 0 0; 
	}
	
div#container div#footer ul {
	margin: 0; 
	padding: 0; 
	text-align: center; 
	}
	
div#container div#footer ul li {
	margin: 0 1em 0 0; 
	padding: 0; 
	display: inline;
	list-style-type: none; 
	font-size: 80%; 
	line-height: 175%; 
	}
