body {
	
	background-color: #f8cc66;	
	font: 100%, arial, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	min-width: 750px;
}

/*menu*/
#menu{
	background-color: #a52a2a;
	color: white;
	text-align: right;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#menu a {
	float: none;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: white;
}

#menu a:hover, #menu a:active {
	color: orange;
}

a:hover {
	color: #a52a2a;
}

.headleft	{
	float: left;
}
.headright	{
	margin-right: 7px;
	float: right;
}
	
#logo {
	border: 0;
	margin: 0 0 0 0;
}
	
#MediaPlayer {
	width: 320px;
	height: 240px;
	margin : 0px auto; 
}

h1 {
	text-decoration: underline;
	text-align: center;
	}	

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 50px;
	border: thin solid black;
}



b {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: larger;
	color: red;
	float: left;
}

span {
	font-weight: bold;
}

.info {
	float: right;
	font-weight: bold;
}

.weitere {
	font-size: smaller;
	text-align: center;
}

.deco {
	margin-left: 25px;
	float: right;
	margin-bottom: 25px;
}

.index {
	text-decoration: underline;
	text-align: center;
}

.angebot {
	text-align: center;
}

.banner{
	float: none;
	margin: 5px auto;
}


