@CHARSET "ISO-8859-1";

body {
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	font-family: consolas, monospace, courier new, lucida console;
}

textarea {
	font-family: consolas, monospace, courier new, lucida console;
	font-size: 12px;
}

input {
	font-family: consolas, monospace, courier new, lucida console;
	font-size: 12px;
}

body,table,td {
	line-height: 120%;
	border: 0px;
	vertical-align: top;
}

#titlebar {
	width: 100%;
	height: 270px;
	background: url(img/titlebar.png);
}

#title {
	width: 550px;
	height: 270px;
	margin: 0 auto;
	background: url(img/titel.gif) top left no-repeat;
	background-position: 40px 3px;
	text-align: left;
	padding-left: 140px;
}

#spacer {
	height: 151px;
}

#menu {
	margin-left: 50px; width 150px;
	text-align: left;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	width: 50px;
	text-align: center;
}

#menu ul li a {
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
}

#menu ul li a:hover {
	background-position: 0px -50px;
}

#menu_news {
	background: url(img/menu_news.gif);
}

#menu_musik {
	background: url(img/menu_musik.gif);
}

#menu_gaeste {
	background: url(img/menu_gaeste.gif);
}

#menu_live {
	background: url(img/menu_live.gif);
}

#menu_links {
	background: url(img/menu_links.gif);
}

#menu_kontakt {
	background: url(img/menu_kontakt.gif);
}

#menu_band {
	background: url(img/menu_band.gif);
}

#menu_fotos {
	background: url(img/menu_fotos.gif);
}

#menu_blog {
  background: url(img/menu_blog.gif);
 }

* html #container {
	height: 100%;
}

#container {
	text-align: justify;
	background-color: #fff;
	padding: 0px 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 500px;
	font-size : 12px;
	color: #555;;
	font-size: 12px;
}

#container h2 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #1c4185;
}

#container h3 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin-bottom: 2px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	background-image: url(img/footer.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	margin-top: -25px;
}

h2 a {
	color: #1c4185;
}

.news {
	border-bottom: 1px dotted #555;
}

h1 {
	color: #333;
	font-size: 24px;
	margin-left: 40px;
}

#clear {
	clear: both;
}

.important {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	color: #1c4185;
}

html {
	height: 100%;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin-top: 5px;
}

.links {
	text-align: left;
	background-position: right center;
	background-repeat: no-repeat;
}

.rechts {
	text-align: right;
	background-position: left center;
	background-repeat: no-repeat;
}

img {
	border: none;
}

.fotos {
	width: 100%;
	margin: 20px auto;
	background-color: #f7f7f7;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

.fotos td {
	vertical-align: middle;
	text-align: center;
}

.homepagefeld {
	visibility: hidden;
}

.songtext {
	font-style: italic;
	text-align: center;
}

#container .zusammenfassung h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}