body {
	background: url(../images/noten.jpeg);
}
* {
	color: #8B2323;
	font-family: 'Comic Sans MS', Times, serif;
}
/* HTML5 tags */ 
header, section, footer, aside, nav, article, figure { 
	display: block; 
}
img {
	border: 1px solid black;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#root {
	width: 800px;
	height: 100%;
	background: #EEC900;
	margin: auto;
	padding: 4px 0px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header {
	height: 70px;
	text-align: center;
}
nav {
	width: 150px;
	float: left;
}
article {
	width: 630px;
	float:left;
	margin: 5px;
}
footer {
	/*height: 70px;*/
	text-align: center;
	clear:both;
}   

.switch {
	border: 1px solid #8B2323;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul {
	list-style-image:url(../images/violinschluessel3.gif)
}

li{
	margin: 5px 0 0 0;
}

/* Menu */
#nav {
	padding:0 20px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
} 
#nav a:link, #nav a:visited {
	border:2px solid transparent;
	display:block;
	margin:5px 0;
	padding:0.75em 0.75em 0.75em 0.75em;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}  
html>body #nav a:link, #nav a:visited {
	height:auto;
}
#nav a:hover {
	border:2px solid #8B2323;
	background-color:#EEC900;
}
/* Menu */

/* Links*/
a:link,a:visited,a:active { color:#8B2323;text-decoration:none;font-weight:bold; }
/* Links */