* {
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,sans-serif;

}

ul {
  padding-left: 15px;
}

li {

}

img {
  border: none;
}

hr {
  border: none;
  border-bottom: 1px #3B3B29 solid;
}

a {
/*  color: #EDD387; */
  color: #F8E0AF;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 1px;
}

a:hover {
  color: #CFBA67;
  text-decoration: none;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

h3 {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
}

h2 a {
  font-weight: bold;
}

input {
  font-size: 12px;
  padding: 2px;
  color: #ffffff;
  border: 2px solid #676749;
  background: #4B4B33 url(../images/input_bg.png) 0 0 repeat-x;
}

input:hover {
  border: 2px solid #e7932b;
}

textarea {
  font-size: 12px;
  padding: 2px;
  color: #ffffff;
  border: 2px solid #676749;
  background: #4B4B33 url(../images/input_bg.png) 0 0 repeat-x;
}

textarea:hover {
  border: 2px solid #e7932b;
}


select {
  font-size: 12px;
  padding: 2px;
  color: #ffffff;
  border: 2px solid #676749;
  background: #4B4B33 url(../images/boxmenu_bg.png) 0 0 repeat-x;
}

body {
  margin: 0px;
  padding: 0px;
  background: #535339 url(../images/body_bg.png) 0 0 repeat-x;
  color: #ffffff;
  font-size: 12px;
}

p {
  margin-bottom: 10px;
}

th {
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  letter-spacing: 1px;
}

div#wrapper {
  width: 820px;
  margin: 0px auto 0px auto;
  position: relative;
}

div#header {
  height: 140px;
}

div#logo {
  position: absolute;
  top: 7px;
  left: 0px;
}

div#menu {
	position: absolute;
	top: 68px;
	left: 0px;
  width: 514px;
  height: 70px;
  background: url(../images/menu_bg.png) 0 0 no-repeat;
	z-index: 11;
}

div#toolbar {
  position: absolute;
  top: 68px;
  left: 525px;
  width: 294px;
  height: 70px;
  background: url(../images/toolbar_bg.png) 0 0 no-repeat;
}

div#main {
  position: relative;
}

div#left {
  padding: 40px 0px 0px 3px;
  width: 510px;
  position: relative;
  float: left;
}

div#right {
  padding: 40px 0px 0px 3px;
  width: 290px;
  position: relative;
  float: right;
}

div#single {
  padding: 40px 0px 0px 3px;
  position: relative;
}

div#footer {
  clear: both;
  text-align: center;
  font-size: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}


/* ----------------------- MAIN MENU -------------------------*/

div#menu ul {
	margin: 7px 0px 0px 12px;
	padding: 0px;
	list-style: none;
	float: left;
  font-size: 12px;
}

div#menu li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	z-index: 5;  
}

div#menu li a {
  width: 70px;
	height: 55px;
	display: block;
	float: left;
	text-decoration: none;
  text-align: center;
	color: #ffffff;
}

div#menu li a:hover {
	color: #2E2E1F;
}

div#menu li span {
  display: none;
}

.menu_item_1 a {
  background: url(../images/menu_item_1.png) 0 0 no-repeat;
}

.menu_item_1 a:hover, .menu_item_1 a.aktiv{
  background: url(../images/menu_item_1.png) 0 -55px no-repeat;
}

.menu_item_2 a {
  background: url(../images/menu_item_2.png) 0 0 no-repeat;
}

.menu_item_2 a:hover, .menu_item_2 a.aktiv {
  background: url(../images/menu_item_2.png) 0 -55px no-repeat;
}

.menu_item_3 a {
  background: url(../images/menu_item_3.png) 0 0 no-repeat;
}

.menu_item_3 a:hover {
  background: url(../images/menu_item_3.png) 0 -55px no-repeat;
}

.menu_item_4 a {
  background: url(../images/menu_item_4.png) 0 0 no-repeat;
}

.menu_item_4 a:hover {
  background: url(../images/menu_item_4.png) 0 -55px no-repeat;
}

.menu_item_5 a {
  background: url(../images/menu_item_5.png) 0 0 no-repeat;
}

.menu_item_5 a:hover {
  background: url(../images/menu_item_5.png) 0 -55px no-repeat;
}

.menu_item_6 a {
  background: url(../images/menu_item_6.png) 0 0 no-repeat;
}

.menu_item_6 a:hover {
  background: url(../images/menu_item_6.png) 0 -55px no-repeat;
}

.menu_item_7 a {
  background: url(../images/menu_item_7.png) 0 0 no-repeat;
}

.menu_item_7 a:hover {
  background: url(../images/menu_item_7.png) 0 -55px no-repeat;
}

.menu_item_8 a {
  background: url(../images/menu_item_8.png) 0 0 no-repeat;
}

.menu_item_8 a:hover {
  background: url(../images/menu_item_8.png) 0 -55px no-repeat;
}

.menu_item_9 a {
  background: url(../images/menu_item_9.png) 0 0 no-repeat;
}

.menu_item_9 a:hover {
  background: url(../images/menu_item_9.png) 0 -55px no-repeat;
}

/* Dropdown */

div#menu ul.menu ul {
  margin: 0px 0px 0px 0px;
	position: absolute;
	top: 55px;
	left: -999em;  
	width: 158px;
	padding: 0px 0px 10px 0px;
	background: url(../images/dropdown_bg.png) 0 100% no-repeat;
	border-top: none;
}


div#menu ul.level2 ul {
	padding: 0px 0px 0px 0px;
	background-position: 0 -5px;
	border: 1px solid #ffffff;
}

div#menu li.shadow {
	background: url(../images/dropdown_shadow.png) 0 0 no-repeat;
  height: 5px;
  width: 155px;
}

div#menu li:hover ul {
	left: -2px;  
	z-index: 14;
}

div#menu li.level1 li {
 	width: 100%;  
	text-indent: 15px;
  
/*	background: url(../images/menu_level2_item.png) 0 0 no-repeat;*/
}

div#menu li.level1 li a {
  text-align: left;
	height: 25px;
  width: 100%;
	padding: 0px;
	background: url(../images/dropdown_trenner.png) 50% 100% no-repeat;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li ul ul {
	margin: -57px 0 0 163px;  
}

div#menu ul.level2 ul {
	padding: 0px 0px 0px 0px;
	background-position: 0 -5px;
	border: 1px solid #878787;
}
/*
div#menu ul.menu  ul.commitem li:hover {
  left: -15px;
}
*/
/*
div#toolbar li:hover ul ul, div#toolbar li.sfhover ul ul,  
div#toolbar li:hover ul ul ul, div#toolbar li.sfhover ul ul ul,  
div#toolbar li:hover ul ul ul ul, div#toolbar li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#toolbar li li:hover ul, div#toolbar li li.sfhover ul,  
div#toolbar li li li:hover ul, div#toolbar li li li.sfhover ul,  
div#toolbar li li li li:hover ul, div#toolbar li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}*/


/* ----------------------- TOOLBAR MENU -------------------------*/

div#toolbar ul {
	margin: 7px 0px 0px 12px;
	padding: 0px;
	list-style: none;
	float: left;
  font-size: 12px;
}

div#toolbar li {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
	z-index: 5;  
}

div#toolbar li a {
  width: 90px;
	height: 55px;
	display: block;
	float: left;
	text-decoration: none;
  text-align: center;
	color: #ffffff;
}

div#toolbar li a:hover {
	color: #2E2E1F;
}

div#toolbar li span {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}

div#toolbar li a span {
  letter-spacing: 0px;
  display: block;
  font-size: 10px;
  color: #ffffff;
  margin-top: 35px;
}

.toolbar_item_1 a {
  background: url(../images/toolbar_level_1.png) 0 0 no-repeat;
}

.toolbar_item_1 a:hover {
  background: url(../images/toolbar_level_1.png) 0 -55px no-repeat;
}

.toolbar_item_2 a {
  background: url(../images/toolbar_level_2.png) 0 0 no-repeat;
}

.toolbar_item_2 a:hover {
  background: url(../images/toolbar_level_2.png) 0 -55px no-repeat;
}

.toolbar_item_3 a {
  background: url(../images/toolbar_level_3.png) 0 0 no-repeat;
}

.toolbar_item_3 a:hover {
  background: url(../images/toolbar_level_3.png) 0 -55px no-repeat;
}

.toolbar_item_4 a {
  background: url(../images/toolbar_level_4.png) 0 0 no-repeat;
}

.toolbar_item_4 a:hover {
  background: url(../images/toolbar_level_4.png) 0 -55px no-repeat;
}

.toolbar_item_5 a {
  background: url(../images/toolbar_level_5.png) 0 0 no-repeat;
}

.toolbar_item_5 a:hover {
  background: url(../images/toolbar_level_5.png) 0 -55px no-repeat;
}


/* Dropdown */

div#toolbar ul.toolbar ul {
  margin: 0px 0px 0px 0px;
	position: absolute;
	top: 55px;
	left: -999em;  
	width: 158px;
	padding: 0px 0px 10px 0px;
	background: url(../images/dropdown_bg.png) 0 100% no-repeat;
	border-top: none;
}


div#toolbar ul.level2 ul {
	padding: 0px 0px 0px 0px;
	background-position: 0 -5px;
	border: 1px solid #878787;
}

div#toolbar li.shadow {
	background: url(../images/dropdown_shadow.png) 0 0 no-repeat;
  height: 5px;
  width: 155px;
}

div#toolbar li:hover ul {
	left: -2px;  
	z-index: 14;
}

div#toolbar li.level1 li {
 	width: 100%;  
	text-indent: 15px;
  
/*	background: url(../images/menu_level2_item.png) 0 0 no-repeat;*/
}

div#toolbar li.level1 li a {
  text-align: left;
	height: 25px;
  width: 100%;
	padding: 0px;
	background: url(../images/dropdown_trenner.png) 50% 100% no-repeat;
	float: none;  
	display: block;
	line-height: 25px;
}

div#toolbar li ul ul {
	margin: -57px 0 0 163px;  
}

div#toolbar ul.level2 ul {
	padding: 0px 0px 0px 0px;
	background-position: 0 -5px;
	border: 1px solid #878787;
}
/*
div#toolbar li:hover ul ul, div#toolbar li.sfhover ul ul,  
div#toolbar li:hover ul ul ul, div#toolbar li.sfhover ul ul ul,  
div#toolbar li:hover ul ul ul ul, div#toolbar li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#toolbar li li:hover ul, div#toolbar li li.sfhover ul,  
div#toolbar li li li:hover ul, div#toolbar li li li.sfhover ul,  
div#toolbar li li li li:hover ul, div#toolbar li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}
*/

/* MODULE */


.module_menu_tl {
  background: url(../images/module_menu/module_tl.png) 0 0 no-repeat;
}
.module_menu_tr {
  padding: 0px 13px 0px 13px;
  background: url(../images/module_menu/module_tr.png) 100% 0 no-repeat;
}
.module_menu_t {
  padding: 13px 10px 0px 5px;
  background: url(../images/module_menu/module_t.png) 0 0 repeat-x;
  height: 22px;
  overflow: hidden;
}

.module_black_tl {
  background: url(../images/module_black/module_tl.png) 0 0 no-repeat;
}
.module_black_tr {
  padding: 0px 13px 0px 13px;
  background: url(../images/module_black/module_tr.png) 100% 0 no-repeat;
}
.module_black_t {
  padding: 13px 10px 0px 5px;
  background: url(../images/module_black/module_t.png) 0 0 repeat-x;
  height: 24px;
  overflow: hidden;
}

.module_red_tl {
  background: url(../images/module_red/module_tl.png) 0 0 no-repeat;
}
.module_red_tr {
  padding: 0px 13px 0px 13px;
  background: url(../images/module_red/module_tr.png) 100% 0 no-repeat;
}
.module_red_t {
  padding: 13px 10px 0px 5px;
  background: url(../images/module_red/module_t.png) 0 0 repeat-x;
  height: 24px;
  overflow: hidden;
}

.module_red_l {
  background: url(../images/module_red/module_l.png) 0 0 repeat-y;
}
.module_red_r {
  padding: 0px 4px 0px 4px;
  background: url(../images/module_red/module_r.png) 100% 0 repeat-y;
}
.module_red {
  padding: 15px 12px 10px 12px;
  background: #58583D url(../images/module_red/module_bg.png) 0 0 repeat-x;
  overflow: hidden;
  font-size: 12px;
}

.module_red_bl {
  background: url(../images/module_red/module_bl.png) 0 0 no-repeat;
}
.module_red_br {
  padding: 0px 10px 0px 10px;
  background: url(../images/module_red/module_br.png) 100% 0 no-repeat;
}
.module_red_b {
  background: url(../images/module_red/module_b.png) 0 0 repeat-x;
  height: 30px;
  overflow: hidden;
}

.module_tv_tl {
  background: url(../images/module_tv/tvbox_tl.png) 0 0 no-repeat;
  padding: 5px 0px 0px 10px;
  height: 25px;
  width: 83px;
  overflow: hidden;
}
.module_tv_tr {
  background: url(../images/module_tv/tvbox_tr.png) 100% 0 no-repeat;
}

.module_tv {
  border-left: 1px solid #626245;
  border-right: 1px solid #626245;  
}

.module_tv_bl {
  background: url(../images/module_tv/tvbox_bl.png) 0 0 no-repeat;
}
.module_tv_br {
  padding: 0px 8px 0px 8px;
  background: url(../images/module_tv/tvbox_br.png) 100% 0 no-repeat;
}
.module_tv_b {
  background: url(../images/module_tv/tvbox_b.png) 0 0 repeat-x;
  height: 18px;
  overflow: hidden;
}

div.boxnav_l {
  background: url(../images/module_menu/menu_l.png) 0 0 no-repeat;
  overflow: hidden;
}

div.boxnav_r {
background: url(../images/module_menu/menu_r.png) 100% 0 no-repeat;
  padding: 0px 9px 0px 9px;
}

div.boxnav {
  background: url(../images/module_menu/boxnav_bg.png) 0 0 repeat-x;  
  height: 45px;
  position: relative;
}

div.boxnav ul {
  padding-left: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
	list-style: none;
  float: left;
}

div.boxnav li {
	position: relative;
	display: block;
	float: left;
}

div.boxnav li a {
	color: #222222;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 13px 7px 0px 7px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #d7d7d7, 0 2px 2px #C8C8C8;
  background: url(../images/module_menu/boxnav_li_bg.png) 100% 0px repeat-x;
}

div.boxnav li a:hover{
/*  text-shadow: 0 1px 0 #c4c4c4; */
  text-shadow: none;
  background: url(../images/module_menu/boxnav_li_bg.png) 100% -45px repeat-x;
}

div.boxnav li.aktiv a {
	color: #ffffff;
/*  text-shadow: 0 0px 5px #FFFFFF; */
  text-shadow: none;
  background: url(../images/module_menu/boxnav_active_bg.png) 100% 0px repeat-x;
}


div.boxmenu_l {
  background: url(../images/boxmenu_l.png) 0 0 no-repeat;
  overflow: hidden;
}

div.boxmenu_r {
background: url(../images/boxmenu_r.png) 100% 0 no-repeat;
  padding: 0px 9px 0px 9px;
}

div.boxmenu {
  background: url(../images/boxmenu_bg.png) 0 0 repeat-x;
  height: 50px;
  position: relative;
}

div.boxmenu ul {
  padding-left: 0px;
  position: absolute;
  left: 5px;
  bottom: 0px;
	list-style: none;
  float: left;
}

div.boxmenu li {
	position: relative;
	display: block;
	float: left;
}

div.boxmenu li a {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 7px 0px 7px;
  margin-right: 2px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 5px #000000;
  background: url(../images/boxmenu_li_bg.png) 0 0 repeat-x;
}

div.boxmenu li a:hover, div.boxmenu li.aktiv a {
	color: #ffffff;
  background: #58583D;
  border-top: 1px solid #656545;
  padding: 5px 7px 0px 7px;
  height: 25px;
}

div.breadcrumb {
  height: 30px;
  background: url(../images/trenner.png) 0 100% no-repeat;
}

span.trenner {
  display: block;
  background: url(../images/trenner.png) 50% 30% no-repeat;
  height: 30px;
}

span.trenner50 {
  display: block;
  background: url(../images/trenner.png) 50% 50% no-repeat;
  height: 30px;
}

span.trenner100 {
  display: block;
  background: url(../images/trenner100.png) 50% 50% no-repeat;
  height: 20px;
}

span.trennersmall {
  display: block;
  background: url(../images/trenner.png) 50% 50% no-repeat;
  height: 5px;
}

span.trennerschmal {
  display: block;
  background: url(../images/trenner_small.png) 50% 50% no-repeat;
  height: 5px;
}

span.trennerhell {
  display: block;
  background: url(../images/trenner_hell.png) 50% 30% no-repeat;
  height: 20px;
}

div.videoplayer {
  margin-bottom: 10px;
}

table td.forumpanel {
  width: 80px;
  font-size: 10px;
  vertical-align: top;
}

table td.forumpanel a {
  font-size: 12px;
}

table td.forumtext {
  padding-left: 10px;
  vertical-align: top;
}

table.ansicht {
  border-spacing: 0px;
}

table.ansicht td,
table.ansicht th {
  padding: 5px;
}

table.bonustipps {
  border-spacing: 0px;
  width: 100%;
}

table.bonustipps td {
  padding: 5px;
}

table.admintable {
  font-size: 12px;
  text-align: center;
}

table.admintable td {
  width: 95px;
  height: 65px;
}


table {
  border-spacing: 5px;
  font-size: 12px;
}

input.start_datum,
input.ende_datum {
  width: 70px;
  text-align: center;
  margin-right: 40px;
}

input.start_zeit,
input.ende_zeit {
  width: 40px;
  text-align: center;
  margin: 0px 10px 0px 5px;
}

input.hour,
input.minutes {
  color: #000000;
}

input.submit,
input.ok {
	cursor: pointer;
  background: url(../images/button_bg.png) 0 0 repeat-x;
  color: #333333;
}

input.submit:hover {
	cursor: pointer;
  border: 2px solid #629713;
}

input.submitred {
	cursor: pointer;
  background: url(../images/button_bg.png) 0 0 repeat-x;
  color: #333333;
}

input.submitred:hover {
  border: 2px solid #C20E0E;
	cursor: pointer;  
}

input.submitdel {
	cursor: pointer;
  width:40px;
  font-size: 8px;
  color: #ffffff;
  background: #a62020;
}

inpu.submitdel:hover {
	cursor: pointer;
}
div.status {
  padding: 10px;
  background: #629713;
  margin-bottom: 10px;
}

div.badstatus {
 background: #461D1D;
 padding: 10px;
 margin-bottom: 10px; 
}

div.pages {
  padding-top: 10px;
  height: 30px;
}

div.pages ul {
  padding-left: 0px;
  float: left;
	text-decoration: none;
}

div.pages ul li{
  float: left;
	text-decoration: none;  
  display: block; 
  text-align: center;  
}

div.pages ul li a{
  padding: 4px 5px 0px 5px;
  font-size: 11px;
	height: 18px;
	display: block;
	float: left;
	text-decoration: none;
  text-align: center;
  background: url(../images/pages_bg.png) 100% -22px no-repeat;
}
div.pages ul li a:hover{
  background: url(../images/pages_bg.png) 100% 0px no-repeat;
}

div.pages li.aktiv a{
  background: url(../images/pages_bg.png) 100% 0px no-repeat;
  color: #ffffff;
}


div.pages ul li a.left {
  
}

div.pages li.pagebuttonright a{
  height: 22px;
  padding: 0px;
  width: 16px;
  background: url(../images/pages_right.png) 0 0 no-repeat;
}

div.pages li.pagebuttonright a:hover{
  background: url(../images/pages_right.png) 0px -22px no-repeat;
}

div.pages li.pagebuttonleft a{
  height: 22px;
  padding: 0px;
  width: 16px;
  background: url(../images/pages_left.png) 0 0 no-repeat;
}

div.pages li.pagebuttonleft a:hover{
  background: url(../images/pages_left.png) 0px -22px no-repeat;
}

div.podcastthumbs ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-decoration: none;
}

div.podcastthumbs li{
  list-style-type: none;
  text-decoration: none;
}

div.podcastthumbs img {
  float: left;
  margin: 0px 10px 10px 0px;
}

input.inp_uhr {
  width: 20px;
}

div.tv-live {
  padding-top: 4px;
  background: url(../images/tv_live.png) 0 0 no-repeat;
  width: 42px;
  height: 19px;
  text-align: center;
}

div.tv-other {
  padding-top: 4px;
  background: url(../images/tv_other.png) 0 0 no-repeat;
  width: 42px;
  height: 19px;
  text-align: center;
}

div.live {
  margin-top: 5px;
  height: 16px;
  width: 42px;
  text-align: center;
  font-size: 10px;
  color: #3c1111;
  letter-spacing: 1px;
}

table.zeiten td {
  vertical-align: top;
}

table.zeiten p {
  margin-bottom: 5px;
}

span.footer {
  font-size: 10px;
}

div.kalenderblatt {
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 44px;
  width: 44px;
  background: url(../images/kalender_bg.png) 0 0 no-repeat;
  overflow: hidden;
}

table.top td {
  vertical-align: top;
}

div.kalenderbig {
  text-align: center;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  height: 57px;
  width: 60px;
  background: url(../images/kalender_big_bg.png) 0 0 no-repeat;
  overflow: hidden;
}

a.pfeil_links_gross {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/pfeil_links_gross.png) 0 0 no-repeat;  
}

a:hover.pfeil_links_gross {
  background: url(../images/pfeil_links_gross.png) 0 25px; no-repeat;  
}

a.pfeil_rechts_gross {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/pfeil_rechts_gross.png) 0 0 no-repeat;  
}

a:hover.pfeil_rechts_gross {
  background: url(../images/pfeil_rechts_gross.png) 0 25px; no-repeat;  
}

input.pfeil_hoch_gross {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/pfeil_hoch_gross.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
}

input:hover.pfeil_hoch_gross {
  background: url(../images/pfeil_hoch_gross.png) 0 25px; no-repeat;  
}

input.pfeil_runter_gross {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/pfeil_runter_gross.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
}

input:hover.pfeil_runter_gross {
  background: url(../images/pfeil_runter_gross.png) 0 25px; no-repeat;  
}

/* B U T T O N S */

a.button_add {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 228px;
  height: 19px;
  background: url(../images/button_add.png) 0 -22px no-repeat;  
}

a:hover.button_add {
  color: #222222;
  background: url(../images/button_add.png) 0 0px no-repeat;  
}

a.button_remove {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 228px;
  height: 19px;
  background: url(../images/button_remove.png) 0 -22px no-repeat;  
}

a:hover.button_remove {
  color: #222222;
  background: url(../images/button_remove.png) 0 0px no-repeat;  
}

a.button_kalender {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 228px;
  height: 19px;
  background: url(../images/button_kalender.png) 0 -22px no-repeat;  
}

a:hover.button_kalender {
  color: #222222;
  background: url(../images/button_kalender.png) 0 0px no-repeat;  
}

a.button_refresh {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 165px;
  height: 19px;
  background: url(../images/button_refresh.png) 0 -22px no-repeat;  
}

a:hover.button_refresh {
  color: #222222;
  background: url(../images/button_refresh.png) 0 0px no-repeat;  
}

a.button_yes {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 138px;
  height: 19px;
  background: url(../images/button_yes.png) 0 -22px no-repeat;  
}

a:hover.button_yes{
  color: #222222;
  background: url(../images/button_yes.png) 0 0px no-repeat;  
}

a.button_yeslarge {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 228px;
  height: 19px;
  background: url(../images/button_yeslarge.png) 0 -22px no-repeat;  
}

a:hover.button_yeslarge {
  color: #222222;
  background: url(../images/button_yeslarge.png) 0 0px no-repeat;  
}

a.button_close {
	position: absolute;
	top: 10px;
	right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/close.png) 0 0px no-repeat;  
}

a:hover.button_close {
  background: url(../images/close.png) 0 -16px no-repeat;  
}

a.button_message {
  color: #333333;
  font-weight: bold;
  padding: 3px 0px 0px 27px;
  display: block;
  width: 228px;
  height: 19px;
  background: url(../images/button_message.png) 0 -22px no-repeat;  
}

a:hover.button_message {
  color: #222222;
  background: url(../images/button_message.png) 0 0px no-repeat;  
}


ul.liste {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}

ul.liste li {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
}

ul.liste ul li {
  margin: 0px 0px 5px 15px;
}

ul.liste ul ul li {
  margin: 0px 0px 5px 15px;
}

ol.punkte {
  margin: 0px 0px 0px 20px;
}

ol.punkte li {
  margin: 0px 0px 5px 0px;
}

ol.zahl {
  margin: 0px 0px 0px 20px;
  list-style-type: lower-alpha;
}

ol.zahl li {
  margin: 0px 0px 5px 0px;
}

div.flashinfo {
  float: left;
  margin: 0px 15px 15px 0px;
}

div.bu {
  clear:both;
  background: #444530;
  font-size: 10px;
  padding: 5px;
  margin-bottom: 15px;
}

div.bu ul {
  margin: 0px 0px 0px 15px;
}

ul.abc {
  margin: 0px 0px 0px 15px;
}

.acctitel {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

div.search {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.bigsearch {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.search input {
  background: url(../images/search_bg.png) 0 0 no-repeat;
  color: #ffffff;
  padding: 2px 0px 0px 22px;
  margin: 0px;
  height: 18px;
  width: 140px;
  border: none;
}

div.bigsearch input {
  background: url(../images/bigsearch_bg.png) 0 0 no-repeat;
  color: #ffffff;
  padding: 2px 0px 0px 22px;
  margin: 0px;
  height: 18px;
  width: 229px;
  border: none;
}

div.statusmeldung {
  position: relative;
  clear: left;
  margin-bottom: 5px;
  background: #626245;
  padding: 3px 5px 3px 55px;
  overflow: hidden;
  min-height: 31px;
  border-bottom: 1px solid #4B4B34;
  border-top: 1px solid #7D7D59;
}

div.statusmeldung span {
  font-size: 10px;
}

img.statusavatar {
  position: absolute;
  left: 8px;
  top: 8px;
	height: 35px;
	width: 35px;
}


div.comment-1 {
	position: relative;
	min-height: 50px;
	padding: 0px 0px 0px 80px;
	margin-bottom: 10px;
}

div.comment-2 {
	overflow: hidden;
	background: #444430;
	border: 1px #6E6E4C solid;
	padding: 10px;
}

div.comment-1 a.avatar {
	position: absolute;
	left: 10px;
	top: 0px;
}

img.freundebild {
	float: left;
	margin: 0px 15px 15px 0px;
	height: 77px;
	width: 77px;
}

img.freundebildsmall {
	float: left;
	margin: 0px 15px 0px 0px;
	height: 35px;
	width: 35px;
}

img.mailpic {
	height: 77px;
	width: 77px;
  margin-right: 10px;
}

/* ACCORDION CLASSES */



dl.accordion
{
  margin-top: 10px;
  margin-left: 10px;
	width: 465px;
  margin-bottom: 15px;
	


}

/* @group Ebene 1 */

dl.accordion dt
{
	position: relative;
	height: 15px;
	padding: 0px 0px 15px 20px;
	
	
	color: white;
	background:  url(../images/icon_pfeil_runter_gruen.png) 3px 5px no-repeat;
	
	cursor: pointer;
	border-top: 1px solid #63634b;
}
dl.accordion dt:hover {
  background: #63634b url(../images/icon_pfeil_runter_gruen.png) 3px 5px no-repeat;
}

* html dl.accordion dt
{
	cursor: hand;
}

dl.accordion dt.open
{
	background: #4c4c35 url(../images/icon_pfeil_rauf_rot.png) 3px 5px no-repeat;
}
dl.accordion dt.open a {
  font-weight: bold;
}



dl.accordion dd
{
	position: relative;
	overflow: hidden;
	background: #4c4c35;
}

/* @group Inhalt */

dl.accordion dd.sub_accordion
{
	
}

dl.accordion dd.accordion_content
{
	padding: 0 10px 0 25px;
}

dl.accordion dd.accordion_content p
{
	padding: 5px 0 7px 0;
}

/* @end */

/* @end */

/* @group Ebene 2 */

dl.accordion dd dl dt
{
	padding-left: 45px;
	background-color: #217492;
	background-position: 20px 0;
}

dl.accordion dd dl dd.accordion_content
{
	padding-left: 45px;
}

/* @end */

/* @group Ebene 3 */

dl.accordion dd dl dd dl dt
{
	padding-left: 65px;
	background-color: #509bba;
	background-position: 40px 0;
}

dl.accordion dd dl dd dl dd.accordion_content
{
	padding-left: 65px;
}

/* @end */

/* @group Ebene 4 */

dl.accordion dd dl dd dl dd dl dt
{
	padding-left: 85px;
	background-color: #7bc3e4;
	background-position: 60px 0;
}

dl.accordion dd dl dd dl dd dl dd.accordion_content
{
	padding-left: 85px;
}

/* @end */

div#spielorte_search {
    width: 502px;
    display: block;
  	background: url(../images/dropdown_search_bg.png) 0 100% no-repeat;
    position: absolute;
    top: 115px;
    right: 4px;
    z-index: 10;
}


div.lister {
  position: relative;
  padding: 10px;
	background: url(../images/dropdown_search_shadow.png) 0 0 no-repeat;
  z-index: 11;
  overflow: hidden;
}

#searchright {
  overflow: hidden;
}

#searchright div#spielorte_search {
  position: relative;
  background: none;
  width: 100%;
  top: 0px;
  right: 0px;
}

div#results table {
  border-spacing: 10px;
}

div.boxform {
  margin-bottom: 20px;
}

img.border-pic {
  margin: 5px 0px 5px 0px;
  border: 1px solid #ffffff;
}

img.flaggeklein {
  width: 27px;
  height: 15px;
}

div.note {
  color: #F3F3ED;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px;
  background-color: #525238;
  border-top: 1px dotted #72724E;
  border-bottom: 1px dotted #72724E;  
}

div.noteprofil {
  color: #F3F3ED;
  margin-bottom: 20px;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 10px;
  background-color: #525238;
  border-top: 1px dotted #72724E;
  border-bottom: 1px dotted #72724E;  
}

div.user {
	overflow: hidden;
	float: left;
	height: 97px;
	width: 77px;
	margin: 0px 13px 13px 0px;
	text-align: center;
}

div.newuser {
	overflow: hidden;
	float: left;
	height: 97px;
	width: 77px;
	margin: 0px 23px 0px 0px;
	text-align: center;
}

div.usersmall {
	overflow: hidden;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0px 13px 13px 0px;
	text-align: center;
}

div.event {
	padding: 10px;
	background: #626245;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

div.trennerhell {
	height: 2px;
	background: #58583D;
	margin: 5px 0px 5px 0px;
}

div.note span {
  font-weight: bold;
}

input.tipp {
  width: 20px;
  text-align: center;
}

.markuser {
  background-color: #656545;
}

/* --------------------------- */

div#my-glider {
  position: relative;	
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	width: 476px; 
	height: 200px;
	overflow: hidden;
	border:1px solid #65654D;
  font-size: 11px;
  letter-spacing: 1px;
	}
div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
  width:446px;
  height:200px;
  overflow:hidden;
  float:left;
}
div.scroller div.content {
  width: 10000px;
}

div#section1,
div#section2,
div#section3,
div#section4 {
  padding-left: 15px;
  padding-right: 15px;
}

div#section1 {
  background: url(../images/snooker-slider-1.jpg) no-repeat;
  color:#ffffff;
}
div#section2 {
  background: url(../images/snooker-slider-2.jpg) no-repeat;
  color:#ffffff;
}

div#section3 {
  background: url(../images/snooker-slider-3.jpg) no-repeat;
  color:#ffffff;
}

div#section4 {
  background: url(../images/snooker-slider-4.jpg) no-repeat;
  color:#ffffff;
}

div#section1 p {
  margin-top: 130px;
}
div.section h1 {
  margin: 15px 0px 15px 0px;
}

div#section2 div.text,
div#section3 div.text,
div#section4 div.text {
  width: 240px;
}


a.glider_back {
  position: absolute;
  bottom: 4px;
  left: 200px;
  display: block;
  height: 19px;
  width: 25px;
  background: url(../images/glider_back.png) 0 0 no-repeat;
}

a.glider_back:hover {
  background: url(../images/glider_back.png) 0 -19px no-repeat;
}

a.glider_forward {
  position: absolute;
  bottom: 4px;
  left: 232px;
  display: block;
  height: 19px;
  width: 25px;
  background: url(../images/glider_forward.png) 0 0 no-repeat;
}

a.glider_forward:hover {
  background: url(../images/glider_forward.png) 0 -19px no-repeat;
}

input.club,
textarea.club {
  width: 200px;
}

td.select {
  padding-left: 15px;
  width: 100px;
  text-align: left;
}

div.privat table {
}

div.privat table td {
  vertical-align: top;
}

div.nomember ul li {
  margin-bottom: 10px;
}

div.nomember strong {
  color: #E7932B;
}

div.fan_box {
  background-color: none;
  color: #ffffff;
}

div.fan_box div.full_widget {
  background-color: none;
  background: none;
  border: none;
}

div.fan_box div.full_widget div.connections {
  background-color: none;
  border-top: 1px solid #4B4B33;
}

div.fan_box div.full_widget div.connections div.connections_grid {
  padding-top: 10px;
}

div.fan_box div.full_widget div.connections div.connections_grid .grid_item {
  padding:0 11px 10px 0;
}

div.fan_box div.full_widget div.connections div.connections_grid .grid_item .name {
  color: #F8E0AF;
}

div.fan_box div.full_widget div.connect_top {
  background-color: none;
  background: none;
}

div.fan_box div.full_widget div.connect_top div.connect_action div.name_block {
  display: none
}

span.error {
  font-size: 10px;
  color: #fc9797;
}

