/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin: 0px;
	overflow-x:auto;
	
	background-image:url(../img/gif/system/background.gif);
	background-color: #000000;
	}

a:link {
	color: #999999;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #999999;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

a:active {
	text-decoration: none;
	color: #999999;
	}
	
h1 {
	font-size:16px;
	}
	
h2 {
	font-size:14px;
	
	margin-bottom:5px;
	}
	
p {
	margin-top:20px;
	}
	
ul {
	margin-left:20px;
	}
	
code {
	color:#0C6;
	
	display:block;
	margin-top:10px;
	padding:5px;
	
	background-color:#000;
	border:1px solid #FFF; 
	}
	
hr {
	margin-top:20px;
	margin-bottom:20px;
	}
	
#center {
	position:absolute;
	
	width:800px;
	height:200px;
	
	left:50%;
	margin-left:-400px;
	
	border:0px solid #FF0000;
	border-top:0px;
	}

#head {
	width:800px;
	height:200px;
	
	border:1px solid #FFFFFF;
	border-top:0px;
	background-color:#666666;
	}
	
#navigation {
	position:absolute;
	
	top:200px;
	
	height:30px;
	width:100%;
	
	overflow:hidden;
	
	border:1px solid #FFFFFF;
	border-left:0px;
	border-right:0px;
	background-color:#333333;
	}
	
#id_navigation_links {
	color:#999999;
	text-align:right;
	
	position:absolute;
	
	top:8px;
	width:800px;
	height:200px;
	
	left:50%;
	margin-left:-400px;
	}
	
#content {
	position:absolute;
	
	top:232px;
	
	width:780px;
	height:auto;
	padding:10px;
	
	border:1px solid #FFFFFF;
	border-top:0px;
	background-color:#666666;
	}
	
/* --- navigationseffekt --- */
	
.whiteout_pointer {
	position:absolute;
	
	width:4px;
	height:2px;
	margin-top:14px;
	
	background-color:#FFFFFF;
	
	z-index:30;
	}
	
.whiteout_top {
	position:absolute;
	
	height:15px;
	width:100%;
	
	background-color:#999999;
	
	z-index:20;
	}
	
.whiteout_bottom {
	position:absolute;
	top:15px;
	
	height:15px;
	width:100%;
	
	background-color:#999999;
	
	z-index:10;
	}
	
/* --- div#content --- */

.white {
	color:#FFFFFF;
	}

.right {
	float:right;
	}

.left {
	float:left;
	}

.breaker {
	clear:both;
	}

.sbf_img {
	margin-bottom:2.5px;
	margin-right:2.5px;
	
	z-index:2;
	}

.sbf_img_top {
	margin-bottom:2.5px;
	margin-right:2.5px;
	
	z-index:3;
	border:1px solid lime;
	}

/* --- sound --- */

#sound_navigation {
	color:#FFF;
	font-weight:bold;
	
	display:block;
	position:absolute;
	
	width:175px;
	height:30px;
	
	margin-top:25px;
	padding:5px;
	padding-left:10px;
	
	list-style:none;
	
	background-color:#FFF;
	background-image:url(../img/gif/system/background_h.gif);
	border:2px solid #999;
	}

#play_button {
	display:block;
	padding-left:18px;
	
	background-image:url(../img/png/system/sound.png);
	background-repeat:no-repeat;
	}
	
#pause_button {
	display:block;
	padding-left:18px;
	
	background-image:url(../img/png/system/sound_add.png);
	background-repeat:no-repeat;
	}
	
#stop_button {
	display:block;
	padding-left:18px;
	margin-top:2px;
	
	background-image:url(../img/png/system/sound_delete.png);
	background-repeat:no-repeat;
	}
	
/* gallery update 20.10.2009 16:49:34 */

.gal_newstyle {
	text-align:center;
	
	float: left;
	width:368px;
	margin:5px;
	
	border:1px solid #000;
	background-color: #333;
	}
	
/* termine */

#termintabelle th, #termintabelle td {
	padding:5px;
	}
	
/* member previe imgs */

.member_prev {
	text-align:center;
	
	float:left;
	
	width:230px;
	height:360px;
	
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	
	border:1px solid #000;
	background-color:#333;
	}

.mcontent_breaker {
	height:0px;
	clear:both;
	}

/* 24.03.2010 10:11:34 nav spacing */

.spacing {
	margin-left:10px;
	}

/* bxCarousel */

div.bx_container {
	position: relative; 
	overflow: hidden;
	margin-top:10px;
	}

ul#sbf_slider {
	position: relative;
	margin-left:0px;
	}

ul#sbf_slider li {
	float: left; 
	list-style: none inside none; 
	}

ul#sbf_slider li a img {
	border:0;
	}
	
/* m.gal > bg img span */
/* 21.07.2010 15:04:00 */

.tab_thumbs {
	display:block;
	float:left;
	
	padding-left:5px;
	padding-top:5px;
	
	height:81px;
	width:77px;
	
	/* 
	without padding for img_ID -->
	height:86px;
	width:82px;
	*/
	
	margin:2px 2px;
	}
	
#bigimg {
	position:absolute;
	display:block;
	
	margin-top:0;
	}
	