/* CSS Musikkapelle Heudorf e.V. */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DADADA;
}

#Page {
	width: 1000px;
}

#ContentHeadline {
	height: 50px;
	width: 700px;
	float: left;
}

#ContentText {
	height: 450px;
	width: 700px;
	float: left;
}

#MenuRight {
	height: 500px;
	width: 270px;
	float: left;
	background-color: #999999;
	background-image: url(img/oben.gif);
	background-repeat: repeat-x;
}

li {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-weight: bold;
	display: inline;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	padding-left: 5px;
}

li A {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFFFFF;
	font-weight: bold;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	padding-left: 5px;
}

li A:HOVER {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #990000;
	font-weight: bold;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	
	padding-left: 5px;
}

h1 {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin: 10px;
	width: 250px;
}

h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px;
	width: 80%;
}

h3 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px;
	width: 80%;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 10px;
}

p A {
	color: #000000;
	text-decoration: none;
}

p A:HOVER {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}