* {
	margin: 0px;
	padding: 0px;
}

html, body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url(../bilder/layout/back.jpg);
}

/* PAGE ################################################################## */
div#page {
	margin-left: auto;
	width: 800px;
	margin-right: auto;
	position: relative;
}

/* HEAD ################################################################## */
#head {
	position: relative;
	text-align: left;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#titel {
  color: #99CC00;
  display: none;
}



#topNav {
	position: absolute;
	left: 400px;
	top: 127px;
	width: 348px;
	text-align: right;
	color: #FFF;
}

#topNav a:link, #topNav a:visited {
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #64C6E1;
	border-bottom-color: #64C6E1;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #64C6E1;
	border-left-color: #64C6E1;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#topNav a:hover {
	color: #C2DAEB;
	text-decoration: none;
}


img {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}


/* PAGECELL ################################################################## */

#pageNav {
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 52px;
}

#pagecell {
	position: relative;
	text-align: left;
	padding-left: 14px;
}

#contentinnen {
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#contentinnen img {
	margin-bottom: 12px;
	float: left;
	margin-right: 10px;
}








#siteInfo img {
	clear: both;
	float: left;
	z-index: auto;
	visibility: visible;
	margin: 0px;
	padding: 0px;
}


#siteInfo {
	clear: both;
	color: #555555;
	text-transform: none;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#siteInfo li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	white-space: nowrap;
}



#siteInfo a:link, #siteInfo a:visited {
  color: #555555;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  text-decoration: none;
  font-weight: normal;
}

#siteInfo a:hover {
  color: #540D1D;
}	

/* CLEAR ################################################################## */

#clear {
  clear: both;
  height: 10px;
}

div.clear {
  clear: both;
  height: 10px;
}

#clear_line{
  clear: both;
  height: 0px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px none #CCCCCC;
  border-bottom: 1px none #CCCCCC;
  border-left: 1px none #CCCCCC;
}

div.clear_line{
  clear: both;
  height: 0px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px none #CCCCCC;
  border-bottom: 1px none #CCCCCC;
  border-left: 1px none #CCCCCC;
}

/* LINKS ################################################################## */

a:link, a:visited {
	color: #641C2B;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #A91C3F;
}

/* UEBERSCHRIFTEN ################################################################## */

h1 {
	color: #FA1617;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 21px;
}

h2 {
	color: #2F4B77;
	margin-top: 20px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
}

h3 {
	color: #333333;
	padding: 0px;
	text-transform: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

h4 {
  font: 100% Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

h5 {
	color: #333;
	margin: 0px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	background-color: #EAEAEA;
	border: 1px solid #C5C5C5;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* LISTEN ################################################################## */

ul {

	list-style: none;
	text-align: left;

}
 li {
	line-height: 15px;
	margin-top: 0px;

	margin-bottom: 10px;

	padding-top: 0px;

	padding-bottom: 10px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}

li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	margin-left: 25px;
}



/* TABELLEN ################################################################## */

table {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
  padding-bottom: 4px;
  padding-top: 4px;
  border-bottom: 1px solid #CCCCCC;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-color: #CCCCCC;
  border-right-color: #CCCCCC;
  border-left-color: #CCCCCC;
  padding-left: 3px;
}

tr:hover {
}

/* ZUSATZ ################################################################## */

em {
	margin-left: 5px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input {
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#submit_kontakt, .submit_musik {
	background: #36516D;
	margin-top: 3px;
	padding-top: 1px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	padding-bottom: 1px;
}

.submit_musik:hover {
	background-color: #436587;
	cursor: pointer;
}


textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
}

img.titlepic {
	padding: 8px;
	height: 250px;
	width: 550px;
	margin-bottom: 15px;
	background: #FFFFFF;
	margin-right: 0px;
	border: 1px solid #C6B7BD;
}

#flash {
	z-index: 1;
}

#spalte_right label {
	float: left;
	width: 50px;
	margin-right: 3px;
}

#spalte_right br {
	clear: both;
}


#spalte_left {
	float: left;
	width: 230px;
	margin-right: 15px;
	color: #CCCCCC;
	padding-top: 110px;
	padding-left: 15px;
	list-style-type: none;
}

.spalte_left_rene {
	line-height: 14px;
	padding-left: 100px;
	text-align: right;
	padding-right: 15px;
	font-size: 9px;
	margin-bottom: 20px;
}

#spalte_right {
	float: left;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	line-height: 15px;
	letter-spacing: 0px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#spalte_right form { margin-top:20px;}

#spalte_right h2 { display:none; }


#contact {
	background-image: url(../bilder/layout/kontakt_form_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 100%;
}

#kontaktliste li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 210px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#kontaktliste li:hover {
	background-color: #333333;
}



ul#mainnav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

ul#mainnav li {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	letter-spacing: -1px;
	background-image: url(../bilder/layout/nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul#mainnav li:hover{	background-image: url(../bilder/layout/nav_hover.png);
}


ul#mainnav li a {
	color: #FFFFFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}


ul#mainnav li a:hover {
	padding-left: 22px;
}


	

#musikwunsch {}
#musikwunsch h2 {
	margin-bottom: 5px;
}
#musikwunsch h3, #links h2 {
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
}


#musikwunsch table {
	font-size: 11px;
	line-height: 18px;

}
#musikwunsch input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.interpret {
	font-size: 9px;
	line-height: 12px;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	margin-top: 5px;
}

.interpret:hover {	color: #222222;}


#kontakt_anfrage {
	font-size: 12px;
	background-color: #F0F0F0;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	margin-bottom: 12px;
}

#kontakt_anfrage h2 {
	padding: 0px;
	margin-top: 0px;
	background-color: transparent;
	line-height: 15px;
}
#kontakt_anfrage input{
	border: 1px solid #CCCCCC;
}

#input_rahmen {
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}

#kontakt_anfrage td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


#text {
	margin-top: 0px;
	margin-bottom: 12px;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#text h1 { margin-bottom:12px;}


#links {}
#links strong {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#links  ul {
	margin-bottom: 30px;
}
#links li {
	padding-bottom: 5px;
	line-height: 12px;
	margin-bottom: 5px;
}

#links li:hover {
	font-weight: bold;
}

#links label {
	width: 180px;
	float: left;
	margin-right: 15px;
}#musikwunsch table tr td form table {
	font-size: 11px;
	text-align: left;
}


#startliste {}
#startliste h3 {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	color: #036;
	height: 40px;
	padding-top: 2px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 3px;
}

#startliste ul {
	background-color: #D6D6D6;
}
#startliste li {
	float: left;
	width: 100px;
	height: 160px;
	border-right-style: dotted;
	border-bottom-style: none;
	margin-right: 6px;
	line-height: 18px;
	padding-right: 6px;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#startliste li:hover {}
#startliste img{
	height: 50px;
	width: 98px;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	background-color: #D6D6D6;
}


#veranstaltungen {}
#veranstaltungen li {
	clear: both;
	background-color: #EFEFEF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
	height: 120px;
}
#veranstaltungen h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: transparent;
}

#veranstaltungen img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	filter: Alpha(opacity=50, finishopacity=50, style=1);
}

#veranstaltungen li:hover h2 {
	color: #F00;
}

#veranstaltungen li:hover img {
	filter: none;
}

#veranstaltungen li:hover {
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 9px;}


#preiseliste h3 {
	margin-bottom: 5px;
	margin-top: 30px;
	line-height: 20px;
}
#preiseliste li {
	list-style-type: disc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-indent: -15px;
	list-style-position: inside;
}

.table_kontakt {
	background-color: #F0F0F0;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	margin-top: 5px;
}

.table_kontakt td {
	padding-left: 5px;
}

.table_kontakt tr:hover {
	background-color: #FBFBFB;
}

#impressummenu {}

#impressummenu a {
	margin-right: 15px;
}


#startkontakt {
	background-image: url(../bilder/layout/back_kontakt_start.jpg);
	background-repeat: no-repeat;
	margin-left: 38px;
	padding-left: 10px;
	padding-top: 20px;
	height: 173px;
	margin-top: 10px;
}

#startkontakt li {
	padding-left: 10px;
}

#homelink {
	position: absolute;
	left: 219px;
	top: -3px;
	width: 208px;
	height: 80px;
}

