/* www.musikkantine.de
13.05.2008
css by Fabian Holtz
*/
* {
margin: 0;
pading: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}


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

#header {
	height: 80px;
	background-image: url(../bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}

#navigation {
	font-weight: bold;
	background-color: #70180a;
	height: 20px;
}

#navibild {
	background-image: url(../bilder/flammen.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
}

#navigation ul {
	list-style-type: none;
	color: #FF9900;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #faf5ef;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-align: center;
}

#navigation a:hover {
	color: #FF9900;
}
.navigationAktiv1 {
	color: #FF6600;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
}
#mainContent {
	background-color: #FFFFFF;
}

#mainContent  h2 {
	background-image: url(../bilder/leiste.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-top: 10px;
	color: #000000;
	text-align: center;
}

#mainContent  h3, h4 {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	background-color: #990000;
	padding-top: 8px;
}

#mainContent p {
	line-height: 120%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

#mainContent strong {
}

#global {
	background-color: #711b17;
	background-image: url(../bilder/hintergeund.gif);
	background-repeat: no-repeat;
	width: 1024px;
	margin: 0 auto;
}

#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
}

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

