/* CSS Document */



a:link 

{

 font-family: verdana,arial,geneva,helvetica; 

 color: black; 

 text-decoration: none; 

 font-weight:bold; 

 font-size:12px;

}

a:visited 

{

 font-family: verdana,arial,geneva,helvetica; 

 color: black; 

 text-decoration: none; 

 font-weight:bold;

 font-size:12px;

}

a:hover 

{

 font-family: verdana,arial,geneva,helvetica; 

 color: white; 

 text-decoration: underline; 

 font-weight:bold;

 font-size:12px;

 }

a:active 

{

 font-family: verdana,arial,geneva,helvetica; 

 color: white; 

 text-decoration: underline; 

 font-weight:bold;

 font-size:12px;

}



.a2:link {font-family: verdana,arial,geneva,helvetica; color: black; font-size: 12px; text-decoration: none;}

.a2:visited {font-family: verdana,arial,geneva,helvetica; color: black; font-size: 12px; text-decoration: none;}

.a2:hover {font-family: verdana,arial,geneva,helvetica; color: white; font-size: 12px; text-decoration: underline;}

.a2:active {font-family: verdana,arial,geneva,helvetica; color: white; font-size: 12px; text-decoration: underline;}



body

{

  height: 100%;

	background-color: #787878;

	font-family: verdana,arial,geneva,helvetica;

	font-size: 11px;

	color: black;

	background-image: url(/mainback.png);

	background-repeat: repeat-x;

	margin: 0; 

	padding: 0;

	width: 100%;

	text-align: center;

	/*scrollbar-base-color: #000000; 

scrollbar-face-color: #bb6522; 

scrollbar-track-color: #0067ff;

scrollbar-arrow-color: #000000;

scrollbar-highlight-color: #00eeff; 

scrollbar-shadow-color: #929292;

scrollbar-darkshadow-color: #000000;*/



}



/*STRUKTUR*/



div.wrapper

{

  margin: 0; 

	padding: 0;

	height: 100%;

  position: relative ;

	width: 992px;

	margin-left: auto;

	margin-right: auto;

	text-align: left;

}



div.left

{

  position: absolute;
  float:left;

	top: 0px;

	left: 0px;

	padding: 0px;

	font-size: 8px;

	text-align: right;

}



/*div.right

{

	float: right;

	width: 158px;

	font-size: 9px;

}*/



div.logo

{

	position: absolute;

	top: 2px;

	left: 231px;

	background-image:  url(../pics/logo.jpg);

	background-repeat:no-repeat;

	margin-left: auto;

	margin-right: auto; 

	width: 530px;

	height: 127px;

}



div.menu

{

  position: absolute;

	/*background-image:  url(../pics/listboxms.jpg);*/

	background-repeat: no-repeat;

	left: 0px;

	top: 0px;

	font-size: 18px;

	color: #8b8871;

	text-align:right;

}



div.main

{

  position: absolute;

  left: 10px;

	top: 10px;

	width: 800px;

	height: 500px;

	/*height: auto;*/

	background-image: url(../2009comingsoon.png) ;

	background-repeat:no-repeat;

	text-align: left;

}



div.guestbook

{
	left:600px
	width: 658px;

	height: 555px;

	/*background-image:  url(../pics/guestbook.jpg);*/

	background-repeat: no-repeat;

}



div.footer

{

  position: absolute;

  left: auto;

	top: 530px; 

	margin-left: auto;

	margin-right: auto;

	width: 768px;

	height: 18px;

	border:thin, solid;

	background-color: orange;

	/*-moz-opacity:0.70;

	filter:alpha(opacity=100);*/

}



div.newbox

{

  	border:solid;

	border-width:thin;

	background-color: blue;

	-moz-opacity:0.50;

	filter:alpha(opacity=50);

}



/*TEXTER*/

div.menu_text

{

  padding: 8px;

  padding-top: 35px;

	font-size: 14px;

	color: #000000;

	text-align:right;

}



div.ticket_links

{

	position: absolute;

	top: 350px;

	left: 0px;

 /* padding: 8px;

  padding-top: 35px; */

	font-size: 14px;

	color: #000000;

	text-align:right;

}



div.logo_text

{

	font-size: 12px;

	position: relative;

	left: 0px;

	top: 130px;

	width: 540px;

	height: 40px;

	overflow: auto;	

}



div.guestbook_text

{

	color:black;

	left: 680px;

	width: 382px;

	height: 508px;

	position: relative;

	top: 18px;

	overflow:auto;

}



div.guestbook_header

{

	float: inherit;

	font-size:14px;

	color:White;

	font-weight:bolder;

	top: 13px;

	left: 21px;

	width: 350px;

	height: 20px;

	position: relative;

	overflow:auto;

}



div.footer_text

{

	color: black;

	font-size: 10px;

	position: relative;

	left: 8px;

	top: 0px;	

}



div.text

{

	padding: 18px;

}



/*FORMULÄR*/



input 

{

	background-color: #c6c6c6;

	font-family: verdana,arial,geneva,helvetica;

	font-size: 12px;

	width: 140px;

	border: 1px solid #301f15;

}



input.button 

{

	background-color: #d4d0c7;

	font-family: verdana,arial,geneva,helvetica;

	font-size: 12px;

	width: 60px;

	border: 1px solid #301f15;

}



input.poll 

{

	background-color: #A0A0A4;

	font-family: verdana,arial,geneva,helvetica;

	font-size: 9px;

	border: 1px solid #000000;

	width: 50px;

}



input.radio 

{

	width: 12px;

	background-color: #2f323b;

	border: 0px;

}



select 

{

	background-color: #f7f6f1;

	font-family: verdana,arial,geneva,helvetica;

	font-size: 12px;

	width: 198px;

	color: #301f15;

	border: 1px solid #301f15;

}



input.guestbook 

{

	width: 270px;

	color: #000000;

}



textarea

{

	font-family:"Courier New", Courier, monospace;
	background:#c6c6c6;

	font-size: 12px;

	font-style: normal;

	text-decoration:underline ;

	overflow: auto;

	border: 1px solid #000082;

	width: 270px;

	height: 75px;

}



table

{

	font-family: verdana,arial,geneva,helvetica;

	font-size: 10px;

	color: #000000;

}



table.hela

{

	position: absolute;

	top: 0px;

	left: 0px;

	width:100%;

	height:100%;

}



td

{	

	font-size: 12px;

	color: black;

}

td.counter

{	

	font-size: 10px;

	color: black;

}



h1

{

	font-family: Trebuchet MS;

	font-size: 20px;

	font-weight: bold;

	margin: 4px;	

}	



select.band

{

  margin-left: 8px;

  font-weight: normal;

}



form.jump1

{

  margin: 0px;

  padding: 0px;

}

