/*
--------------------------
Musikschule Behringer
Start: 12.10.2010
Autor: kreul andreas
Medium: Screen
--------------------------
*/

*{	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}

	
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 150px;
	background-image: url(../images/banner_neu.jpg);
	line-height: 500;
	overflow: hidden;
	border: thin solid #000000;
}

#navigation {
	height: 21px;

	background-image: url(
../images/navi Kopie.jpg);
	background-position: 0 -21px;
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/navi%20Kopie.jpg);
}
#navigation a {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	padding: 0 20px;
	float: left;
}
#navigation a:hover {
	text-decoration: none;


	background-image: url(
../images/navi Kopie.jpg);
	background-position: 0px 0px;
	background-image: url(../images/navi%20Kopie.jpg);
}


#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 11px;
	display: inline;
	line-height: 21px;
}



#mainContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #064A31;
	border: thin solid #000000;
	height: 700px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

#links #mainContent	{
	background-image:url(../images/links.jpg);
	line-height: 25px;
	font-size: smaller;
	background-repeat: no-repeat;
}

#kontakt #mainContent	{
	background-image:url(../images/kontakt.jpg);
	background-repeat: no-repeat;
}
