@charset "utf-8";
/* CSS Document */

@import url('start.css');
@import url('events.css');
@import url('fotos.css');
@import url('areas.css');
@import url('service.css');
@import url('news.css');
@import url('youtube_list.css');
@import url('getpics.css');

html, body {
	padding:0px;
	margin:0px;
	
	font-size:10px;
	color:#000;
	
	font-family:Verdana, Geneva, sans-serif !important;
	
	background-color:#1A1A1A;
	background-position:top;
	background-repeat:no-repeat;
	color:#FFF;
	
	
	width:100%;
}



/********* tooltip **************/

div#tooltip {
	position:absolute;
	z-index:10000;
	padding:5px;
	max-width:150px;
	background-color:#000;
	border:#905499 1px dotted;
	font-size:9px;
	display:none;
}

/*** base layout ****/

div#flash-head {
	height:375px;
	background-image:url(../images/hintergund_00000.jpg);
	background-position:center;
}




div#page-wrapp {
	margin:0 auto;
	width:1137px;
}




div#footer {
	background-color:#000;
	margin-top:5px;
	text-align:center;
}


.glow-to-left {
	background-image:url(../images/glow-top-left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px #FFF solid;
	background-color:#000;
}


a {
	outline:none;
}

a,a:link,a:visited {
	font-size:13px;
	color:#905499;
	text-decoration:none;
}


a:visited {
	color:#905499;
}





/*######## hover class ########*/

.hover {
	border:1px #905499 dotted !important;
}

.clear {clear:both; }
object { outline:none;}


/***************
	input css
***************/

.input {
	background-color:#000;
	border:none;
	border-bottom:#333 1px dotted;
	width:100%;
	color:#FFF;
}

.button, .umfrage_button {
	border:#905499 1px solid;
	background-color:#000;
	color:#FFF;
}

.font-white, .weiss7 {
	font-size:11px;
	color:#FFF;
}

p {
	padding:0px;
	margin:0px;
}


.umfrage_frage {
	padding:5px;
}

div#umfrage_innen {
	padding:5px;
}

.umfrage_votings {
	text-align:center;
	margin-bottom:5px;
}

#auswertung {
	margin:0 auto;
	text-align:center;
	margin-left:40px;
	margin-bottom:5px;
}

#voting {
	margin:0 auto;
	text-align:center;
	margin-bottom:5px;
	margin-left:55px;
}

.umfrage_radiobutton {
	width:20px;
	float:left;
}

.umfrage_antwort_voting {
	overflow:hidden;	
}

.umfrage_balken {
	margin-left:5px;
	width:55px;
	float:left;
}

.umfrage_antwort_auswertung {
	overflow:hidden;
}

.umfrage_link {
	padding:5px;
	text-align:center;
}

