body, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana;
  font-size: 14px;
  line-heigt: 140%;
}

body * {
  max-height: 1000000em; /* Chrome Mobile */
  -moz-text-size-adjust: none; /* Firefox Mobile */
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana;
  font-size: 14px;
}
body {
  color: #555555;
  line-height: 140%;
  background-color: #f2f2f2;
}
hr {
  border: none;
  border-bottom: 1px solid #555;
}
h1 {
  font-size: 16px;
  line-height: 17px;
  color: #0177c1;
  color: #555;
}
h2 {
  font-size: 15px;
  line-height: 16px;
  color: #fe9a2a;
  color: #555;
}
h3 {
  font-size: 14px;
  line-height: 14px;
  color: #0177c1;
  color: #555;
}
h4 {
  font-size: 14px;
  line-height: 14px;
  color: #fe9a2a;
  color: #555;
}
h5 {
  font-size: 15px;
  line-height: 16px;
  color: #fe9a2a;
  color: #000;
  font-weight: normal;
}
h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #aaa;
  font-weight: normal!important;
}
#empty h3,
.big_box h3 {
	margin-bottom:0;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: bold;
}
p {
  margin:0;
  padding:10px 0;
}
td p {
	padding:0;
}
a {
  color: #ffa312;
}
a:hover {
  text-decoration:none;
}
a * {
  border:none;
}
.clear {
  clear:both;
}
.left {
  float:left;
}
.right {
  float:right;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.error {
  /*margin: 0 0 10px 0;*/
  color: red;
}
#content {
  min-height: 220px;
  margin: 10px 0 0 0;
}
#content ul {
  margin: 0 0 0 20px;
}
div.indent {
	margin: 0 0 0 15px;
}
.subheader {
	font-weight:bold;
}
#content ol {
	padding-left: 30px;
	margin: 10px 0;
}
/* -----------------------------------------------------------
  PAGE STRUCTURE
   ----------------------------------------------------------- */

body {
  text-align: center;
}

body.htmlarea-content-body {
	text-align:left;
}
#wrapper {
  margin: 0 auto;
  width: 962px;
  width: 962px;
  position: relative;
}
body > div,
#wrapper {
	text-align: left;
}
#empty {
	text-align:left;
}
#empty > div {
	margin: 20px;
}
/* -----------------------------------------------------------
  HEADER
   ----------------------------------------------------------- */
#guthaben-status {
	position:absolute;
	text-align: right;
	right:400px;
	top:9px;
	min-width:200px;
	z-index:1000;
	font-size: 12px;
}
#user-status {
	position:absolute;
	text-align: right;
	right:0;
	top:9px;
	min-width:200px;
	z-index:1000;
	font-size: 12px;
}
#header {
  /*height: 220px;*/
	height: 415px;
  margin: 0px;
  padding: 0px;
 /* background: url(../img/bg_header_2_110_gray.png) 0px 125px no-repeat;*/

  position: relative;
}
#logo {
	display: block;
	height: 248px;
	left: -30px;
	top: 14px;
	position: absolute;
	width: 204px;
	z-index: 1000;
}
#logo-schatten {
  width: 339px;
  height: 422px;

  background:url(../img/deckblatt_schatten_neu.png?v=3);
  position: absolute;
  top:6px;
  left:-40px;
  z-index:999;
}
#slideshow {
	height: 266px;
  margin: 0 0 0 1px;
	margin: 0;
  overflow: hidden;
  padding: 162px 0 0;
  width: 960px;
	/*width: 100%;*/
  position:relative;
}
#slideshow div * {
}
#slideshow div {
  width: 3000px;
  position:relative; 
  left: -336px;
  overflow:hidden;
/*  height: 222px;*/
	height: 266px;
}
/* -----------------------------------------------------------
  MAIN MENU
   ----------------------------------------------------------- */

#main-menu {
	/*background: url("../img/bg_main_menu.png") no-repeat;
	margin: 0;
	padding: 0 10px;
	position: relative;
	z-index: 200;*/
	display:none;
}
#main-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main-menu li a {
	font-family: Helvetica, Arial;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	text-decoration: none;
	color: #4e4e4e;
	margin: 0px;
	padding: 8px 9px 7px 9px;
}
#main-menu li.active a,
#main-menu li.active a:hover {
	background-color: #ffa312;
}
#main-menu li a:hover {
	background-color: #ffcb43;
}
/* -----------------------------------------------------------
  SUB MENU
   ----------------------------------------------------------- */
#main-menu ul ul {
	position: absolute;
	display:none;
	background: url(../img/bg_sub_menu2.png) left bottom no-repeat;
	padding: 3px 10px 0 3px;
	z-index: 100;
	margin: 0px;
	width:962px;
	left: 0;
	top: 30px;
}
#main-menu ul li.active ul {
	display:block;
}
#main-menu ul ul li {
	display: inline;
	margin-right: 10px;
}
#main-menu ul ul li a {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding: 3px 5px 3px 5px;
	color: #999999;

}
#main-menu ul li.active ul li a {
	background-color: transparent;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding: 3px 5px 3px 5px;
	color: #999999;
}
#main-menu ul ul li.active a, 
#main-menu ul ul li a:hover {
	color: #4e4e4e;
}
#main-menu li.active ul li.active a, 
#main-menu li.active ul li a:hover,
#main-menu li ul li a:hover {
	background-color: transparent;
	color: #4e4e4e;
}

/* Für Dippler und Ski-Wettcup */
#sub-menu {
  /*background: url("../img/bg_sub_menu.png") no-repeat scroll left bottom transparent;
  margin: 0 0 -20px;
  padding: 3px 10px 0 3px;
  position: relative;
  top: -3px;
  z-index: 100;*/
	display:none;
}
#sub-menu ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#sub-menu ul ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#sub-menu li {
  display: inline;
  margin-right: 10px;
}
#sub-menu li a {
  text-decoration: none;
  font-family: Helvetica, Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  padding: 3px 5px 3px 5px;
  color: #999999;
}
#sub-menu li.active a, #sub-menu li a:hover {
  color: #4e4e4e;
}

	
/* -----------------------------------------------------------
  PAGE CONTENT
   ----------------------------------------------------------- */
   
.container {
  background: url(../img/bg_container.png) repeat-y;
  margin: 15px 0 0 0;
}
.container .top, .container .bottom {
  width: 962px;
}
.container .top {
  height: 29px;
  background: url(../img/bg_container_top.png) no-repeat;
}
.container .bottom {
  height: 16px;
  background: url(../img/bg_container_bottom.png) no-repeat;
}
.container .inner-wrapper {
  position:relative;
  margin: 20px 20px 5px 20px;
  height: 100px; /*IE6 HACK */
  height: auto !important;
}
.container.zweispaltig .inner-wrapper {
  background: url(../img/bg_zweispaltig.png) repeat-y;
}
.container.zweispaltig .inner-wrapper .right {
  width: 300px;
  overflow:hidden;
}
.tt_news_single {
  width:550px;
  overflow:hidden;
}
.zweispaltig .left, .zweispaltig .right {
  max-width: 48%;
}
.video, .dreispaltig {
  background:none;
}
.dreispaltig {
  padding: 0;
  color: #000;
}
.dreispaltig .left {
  width: 294px;
  margin-left:37px;
  min-height:20px;
}
.dreispaltig .left img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px; /* Konqueror */
	border-radius: 5px;
}
.dreispaltig .left p{
	padding: 7px 0;
}
.dreispaltig .first {
  margin-left: 0;
}
.video .video-wrapper {
  width:620px;
  min-height:200px;
}
.video .text {
  margin-left:20px;
  width: 320px;
}
.video .text h1, .video .text h2, .video .text h3 {
  margin-top:0;
}

.big_box{
	width:640px;
	max-width:640px !important;
	background:none;
	background-color:white;
	margin-top:0px;
	border:1px solid #d0d0d0;
	border-radius: 7px;
	-moz-border-radius: 7px;
}


.small_box{
	width:300px;
	max-width:300px !important;
	background:none;
	background-color:white;
	margin-top:0px;
	border:1px solid #d0d0d0;
	border-radius: 7px;
	-moz-border-radius: 7px;
}

.full_box{
	width:960px;
	max-width:960px !important;
	background:none;
	background-color:white;
	margin-top:0px;
	border:1px solid #d0d0d0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	padding:10px;
}

/* -----------------------------------------------------------
  TT_NEWS
   ----------------------------------------------------------- */
.news-list-browse {
	text-align: center;	
}
.news-latest-item {
  height: 280px;
  width: 307px;
  text-align:center;
  margin: 10px 0;
}

.tt_news_single {
  color:#333333!important;
}
.news-single-item h1 {
  font-size:18px;
}

.news-single-item h2 p {
  line-height: 140%;
}
.news-single-img {
  float:left;
  padding: 10px 20px 10px 0;
  text-align: center;
}
.news-single-backlink {
  margin: 20px 0 0 0;
}
.news-single-rightbox {
  float:right;
}
.news-search-form {
  margin: 15px 0;
  position:relative;
}
.news-search-form form {
  float:right;
}
.news-search-form input[type=text] {
  background: url("../img/bg_searchbox.png") no-repeat scroll left top transparent;
  border: none;
  font-size: 12px;
  padding: 10px;
  width: 264px;
}
.news-search-form-submit input {
  background: url("../img/bg_searchbutton.png") no-repeat scroll left top transparent;
  border: none;
  font-size: 12px;
  height: 32px;
  margin-bottom: -10px;
  outline: none;
  text-indent: -50000px;
  width: 32px;
  overflow: hidden;
}
#suggestbox {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding: 0;
	position: absolute;
	right: 31px;
	top: 30px;
	width: 285px;
	z-index: 1000;
}
#suggestbox li {
	list-style-type: none;
	padding: 0 10px;
}
#suggestbox li.active,
#suggestbox li:hover {
	background: #FFA312;
	color: #4E4E4E;
}
#suggestbox li span.id {
	display:none;
}
.tt_news_related {
  text-align:center;
  width: 310px;
}
.tt_news_related_Titel {
  margin:10px 0 20px 0;
}
.tt_news_related_Titel a {
  color:#555555 !important;
  text-decoration:none;
}
.tt_news_related_Titel a:hover {
  color:#555555 !important;
  text-decoration:none;
}
.news-list-container {
  text-align:center;
}
.news-list-container .news-list-item {
  margin-bottom:20px;
}
.news-list-container .news-list-item p a {
  color:#000000;
  font-size:12px;
  text-decoration: none;
}
.search-result {
  text-align:left !important;
}
.search-result h2, .search-result h2 a {
  font-size:14px !important;
  width:400px;
}
.search-result p {
  margin: 0 40px 0 0;
  width:400px;
}
.search-result img, .search-result .news-list-item canvas {
  margin: -30px 40px 10px 0;
}
.browseLinksWrap .activeLinkWrap {
  margin:0 5px;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom:0;
}
/* -----------------------------------------------------------
  FLIPBOOK
   ----------------------------------------------------------- */
   
#mybook {
  width:960px;
  margin: -20px 0 -20px -19px;
}
#mybook .booklet .b-arrow-next div {
  background: url("../img/arrow-next.png") no-repeat scroll left top transparent;
}
#mybook .booklet .b-arrow-next div {
  background: url("../img/arrow-next.png") no-repeat scroll left top transparent;
}
.flipbook-pdfLink {
  display:block;
  font-size: 0;
  height:600px;
  width:930px;
}

/* -----------------------------------------------------------
  FORM
   ----------------------------------------------------------- */
/*
form div {
  margin: 0 0 6px 0;
}

form button {
  background: url("../img/button_form.png") no-repeat scroll left top transparent;
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  height: 31px;
  margin: 0;
  padding: 0;
  width: 124px;
  border:none;
}
*/

.div_dgw_registrierung_input input {
	border: 1px solid #d0d0d0;
	width:220px;
	height:22px;
	padding-left:5px;
	/*
	border-radius:3px;
	-moz-border-radius:3px;	
	*/
}
.div_dgw_registrierung_input select {
	border: 1px solid #d0d0d0;
	padding-left:5px;

/*	border-radius:3px;
	-moz-border-radius:3px;*/

}

.div_dgw_registrierung_label {
	float:left;
	width:90px;
	height:26px;
	padding-top:3px;
	text-align:right;
	margin-right:9px;
}

.div_dgw_registrierung_input {
	float:left;
	width:230px;
	height:26px;
}

.div_dgw_user_details_input input {
	border: 1px solid #d0d0d0;
	width:220px;
	height:22px;
	padding-left:5px;
}
.div_dgw_user_details_input select {
	border: 1px solid #d0d0d0;
	padding-left:5px;
}

.div_dgw_user_details_label {
	float:left;
	width:120px;
	height:26px;
	padding-top:3px;
	text-align:right;
	margin-right:9px;
}

.div_dgw_user_details_input {
	float:left;
	width:188px;
	height:26px;
}

/* -----------------------------------------------------------
  LOGIN-BOX
   ----------------------------------------------------------- */
/*
.login-form {
  width: 282px;
  overflow:hidden;
  background: url(../img/bg_login_box.png) no-repeat;
  position:absolute;
  padding:10px;
  height: 152px;
  margin: 0 0 30px 0;
  right: -10px;
  top: -10px;
}
.login-form h3 {
  color: white;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 0;
}
.login-form label {
  float:left;
  color: #fff;
  width: 75px;
}
#update input, #register input {
  background: url(../img/bg_input.png) no-repeat;
  padding: 3px 5px 4px;
  width: 177px;
  border:0;
}
.login-form input {
  background: url(../img/bg_input_longer.png) no-repeat;
  padding: 3px 5px 4px;
  width: 197px;
  border:0;
}
.login-form button {
  background: url("../img/button_ok.png") no-repeat scroll left top transparent;
  height: 22px;
  text-indent: -1000em;
  width: 60px;
  overflow:hidden;
}
.login-form .login_links a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  display:block;
  height: 30px;
  width: 50%;
  line-height: 30px;
  text-align:center;
  float:left;
}
.login-form .login_links {
  position: absolute;
  bottom:0;
  margin:0;
  width: 100%;
  margin-left: -10px;
}
.zweispaltig .inner-wrapper .tx-felogin-pi1 .right {
  width:auto;
}
#register label {
  width:100px;
  display:inline-block;
}
#update select, #update input, #register input {
  float:right;
}
#register #pwd2 {
  margin-top:10px;
}
#update input.checkbox {
  width: auto;
}
#update select {
  background: url("../img/bg_input.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 2px 3px 4px;
  width: 187px;
}
	*/
/* -----------------------------------------------------------
  FORMHANDLER & MAILFORM
   ----------------------------------------------------------- */
fieldset {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.Tx-Formhandler {
  margin: 15px 0 30px 15px;
}
/*.csc-mailform, */
.Tx-Formhandler {
	width: 436px;
	text-align: left;
}
.csc-mailform li,
.Tx-Formhandler p {
  line-height:110%;
}
.Tx-Formhandler label {
  font-weight:bold;
}
.tx_powermail_pi1_form input.invalid {
	border: 1px solid red !important;
	margin-bottom:20px;
}
.Tx-Formhandler label em {
  font-weight:normal;
}
.Tx-Formhandler dl {
  margin:0 0 20px 0;
  padding:0;
}
.Tx-Formhandler dl dd {
  margin:0;
  padding:0;
}
div.csc-mailform ol li {
  padding: 2px 0 !important;
}
.tx_powermail_pi1_form input[type=number],
.tx_powermail_pi1_form input[type=date],  
.tx_powermail_pi1_form input[type=text], 
.tx_powermail_pi1_form input[type=email], 
.tx_powermail_pi1_form select, 
.tx-powermail-pi1 input[type=submit],
.csc-mailform input[type=text],
.csc-mailform select, 
.csc-mailform input[type=submit],
.Tx-Formhandler input[type=text], 
.Tx-Formhandler select, 
.Tx-Formhandler input[type=submit] {
  border: 1px solid #666666 !important;
}
.tx-powermail-pi1 input[type=submit] {
	padding: 5px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  margin: 20px 0 10px 200px;
}
.tx_powermail_pi1_form input.powermail_text,
.tx_powermail_pi1_form input.powermail_date,
.tx_powermail_pi1_form input.powermail_datetime,
.tx_powermail_pi1_form textarea.powermail_textarea,
.tx_powermail_pi1_form input.powermail_captcha {
  padding: 2px;
}
.tx_powermail_pi1_form select,
.csc-mailform input[type=text],
.csc-mailform select {
	width: 320px;
}
.tx_powermail_pi1_form input[type=number],
.tx_powermail_pi1_form input[type=date],  
.tx_powermail_pi1_form input[type=text],
.tx_powermail_pi1_form input[type=email] {
	width: 314px;
}
.Tx-Formhandler .w10 {
  margin-right:12px;
}
.Tx-Formhandler .error {
  color:#FF0000;
}
.Tx-Formhandler .right{
  margin: 0 15px 0 0;
}
.csc-mailform h2,
.csc-mailform h3 {
	margin-top:20px;
	font-weight: bold;
}
.csc-mailform .csc-form-27 {
	font-style: italic;
	margin-top:-10px;
}

.powermail_all_label,
.tx_powermail_pi1_form label {
  display: block;
  float: left;
  width: 200px;
}

.tx_powermail_pi1_form legend {
	color: #000;
	font-weight:bold;
}

#empty div.error {
	margin-top: 10px;
}
#empty div.error p {
	float:left;
	margin-right: 4px;
}

/* POWERMAIL CONFIRMATION */
.powermail_all {
	margin: 30px 0;
}
	
.tx_powermail_pi1_formconfirmation_back {
	float:left;
	margin-right: 20px;
}

/* -----------------------------------------------------------
  ABOBESTELLUNG & T-Shirt Bestellung
   ----------------------------------------------------------- */
#tshirtLink,
#aboLink {
  height: 200px;
  position:absolute;
  top:0;
  width:930px;
  z-index:999;
}
/* -----------------------------------------------------------
  SEARCHBOX
   ----------------------------------------------------------- */
#searchbox {
  text-align:right;
}
#searchbox form {
  margin-top: 15px;
}
#searchterm {
  background: url(../img/bg_searchbox.png) no-repeat;
  border:none;
  padding:10px;
  width:264px;
}
#searchbox button {
  background: url(../img/bg_searchbutton.png) no-repeat;
  height: 32px;
  outline:none;
  border:none;
  width:32px;
  padding-top:10px;
  margin-bottom:-10px;
  text-indent:-1000em;
  margin-left:-3px;
}
/* -----------------------------------------------------------
  FOOTER
   ----------------------------------------------------------- */
#footer {
  font-size: 11px;
  color: #999999;
  padding-bottom: 20px;
  position:relative;
  margin: 15px 0 0 0;
}
#breadcrumbs {
  position: absolute;
  left:0;
}
#footer a {
  color: #999999;
  text-decoration: none;
}
#footer-menu {
  text-align:right;
}

/* -----------------------------------------------------------
  HIGHSCORE LIST
   ----------------------------------------------------------- */
.tx-msflashgame-pi4 p{
	height: 20px;
	padding: 3px 0 2px 0;
	color: #333333;
}
.tx-msflashgame-pi4 p.even{
	background: #dcdcdc;
}
.tx-msflashgame-pi4 p.middle{
	background: #ff9900;
}
.tx-msflashgame-pi4 span{
	display: block;
}
.tx-msflashgame-pi4 span.counter{
	float: left;
	margin: 0 4px 0 8px;
}
.tx-msflashgame-pi4 span.user{
	float: left;
	font-weight: bold;
	color: #000000;
	width: 200px;
}
.tx-msflashgame-pi4 span.score{
	float: right;
	margin-right: 8px;
}
.left .tx-msflashgame-pi4{
	width: 303px;
	float: left;
}
.left .tx-msflashgame-pi4 p{
	height: 20px;
	padding: 0;
}
.left .tx-msflashgame-pi4 span.score{
	font-size: 12px;
}
.left .tx-msflashgame-pi4 span.user{
	color: #333333;
}
.left .country{
	margin-right: 8px;
}
.left .tx-msflashgame-pi4 .no_highscore{
	width: 400px;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------
  HIGHSCORE SUMMARY
   ----------------------------------------------------------- */
.tx-msflashgame-pi5 p{
	padding: 0;
}

/* -----------------------------------------------------------
  TOURNAMENT LIST
   ----------------------------------------------------------- */
.tx-msflashgame-pi6 p{
	height: 20px;
	color: #333333;
	padding: 0;
}
.tx-msflashgame-pi6 p a{
	text-decoration: none;
	color: #333333;
}
.tx-msflashgame-pi6 p.even{
	background: #dcdcdc;
}
.tx-msflashgame-pi6 p.middle{
	background: #ff9900;
}
.tx-msflashgame-pi6 span{
	display: block;
}
.tx-msflashgame-pi6 span.title{
	float: left;
	margin: 0 4px 0 8px;
	font-weight: bold;
}
.tx-msflashgame-pi6 span.date{
	float: right;
	margin-right: 8px;
	font-size: 12px;
}

/* -----------------------------------------------------------
  TOURNAMENT DETAIL
   ----------------------------------------------------------- */
.tx-msflashgame-pi7 p{
	padding: 0;
}
.tx-msflashgame-pi7 .tournament_header{
	background: #dcdcdc;
	padding: 5px;
	position: relative;
}
.tx-msflashgame-pi7 .tournament_header a{
	text-decoration: none;
	color: #000000;
}
.tx-msflashgame-pi7 .tournament_header h2{
	padding: 0;
	margin: 0;
}
.tx-msflashgame-pi7 .tournament_header p.date{
	color: #000000;
	font-size: 12px;
	line-height: normal;
}
.tx-msflashgame-pi7 .tournament_header p.prize{
	background: url(../img/preis.png) no-repeat;
	position: absolute;
	z-index: 100;
	top: -50px;
	right: -40px;
	width: 83px;
	height: 65px;
	padding: 45px 0 0 32px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.tx-msflashgame-pi7 p.description{
	width: 345px;
	min-height: 100px;
	padding: 5px;
	float: left;
}
.tx-msflashgame-pi7 .tournament_link{
	margin-left: 40px;
	float: left;
}
.tx-msflashgame-pi7 .countdown{
	display: block;
	width: 195px;
	float: left;
	border-bottom: 3px solid #ff9900;
	margin: 10px 10px 10px 40px;
}
.tx-msflashgame-pi7 .countdown span.countdown_row span.countdown_section{
	float: left;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
.tx-msflashgame-pi7 .countdown span.countdown_row span .countdown_amount{
	font-size: 20px;
}

/* -----------------------------------------------------------
  FLASH GAME
   ----------------------------------------------------------- */
.game_wrapper{
	margin: 0 auto;
	width: 820px;
	position: relative;
}
.game_wrapper .header{
	background: url(../../fileadmin/Bilder/dippler/gamer_container.jpg) no-repeat;
	height: 33px;
	margin-top: 8px;
}
.game_wrapper .header p.again{
	float: left;
	background: url(../../fileadmin/Bilder/dippler/button_again.png) no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 1px;
	padding-bottom: 0;
}
.game_wrapper .header p.close{
	float: right;
	background: url(../../fileadmin/Bilder/dippler/button_close.png) no-repeat right;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 1px;
	padding-bottom: 0;
}
.game_wrapper .header p a{
	color: #056cb9;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 100%;
}
.game_wrapper .header p.close a{
	padding-right: 25px;
}
.game_wrapper .header p.again a{
	padding-left: 25px;
}
#game_container{
	height: 687px;
	overflow: hidden;
}
.game_wrapper .no_flash{
	margin-top: 200px;
}
.game_wrapper .gamelink{
	position: absolute;
	right: 25px;
	bottom: 10px;
	width: 230px;
	height: 100px;
	display:block;
	z-index:999;
}
.game_wrapper .gamelink a{
	display: block;
	width: 230px;
	height: 100px;
	text-decoration: none;
	z-index:1000;
	position:relative;
	background-image:url(about:blank);
}

/* -----------------------------------------------------------
  SKI-WM
   ----------------------------------------------------------- */
.skiwmdreispaltig
{
	position:relative;
	height: 200px;
	height: auto;   
}
.skiwmdreispaltig .left {
	position:relative;
	width: 240px;
	float:left;
}
.skiwmdreispaltig .middle {
	position:relative;               
	width: 380px;
	padding-right: 20px;
	min-height:20px;
	float:left;
}
.skiwmdreispaltig .right {
	padding:3px;
	position:relative;
}
.skiwm_narrow_box {
	width: 230px;
	background: url(../img/bg_skiwm_narrow_box_center.png) repeat-y;
	margin: 0 0 10px 0;
	max-width: 230px !important;
}
.skiwm_narrow_box .top, .skiwm_narrow_box .bottom {
	width: 230px;
	height: 10px;
}
.skiwm_narrow_box .top {
	background: url(../img/bg_skiwm_narrow_box.png) left top no-repeat;
}
.skiwm_narrow_box .bottom {
	background: url(../img/bg_skiwm_narrow_box.png) left bottom no-repeat;
}
.skiwm_narrow_box .inner-wrapper {
	position:relative;
	margin: 0 10px;
	min-height:15px;
	height: 15px; /*IE6 HACK */
	height: auto !important;
	background:none;
}
.skiwm_wide_box {
	width:720px;
	max-width: 720px !important;
	background: url(../img/bg_skiwm_wide_box_center.png) repeat-y;
}
.skiwm_wide_box .top, .skiwm_wide_box .bottom {
	width: 720px;
	height: 10px;
}
.skiwm_wide_box .top {
	background: url(../img/bg_skiwm_wide_box.png) left top no-repeat;
}
.skiwm_wide_box .bottom {
	background: url(../img/bg_skiwm_wide_box.png) left bottom no-repeat;
}
.skiwm_wide_box .inner-wrapper {
	position:relative;
	margin: 0 10px;
	min-height:20px;
	height: 20px; /*IE6 HACK */
	height: auto !important;
	background:none;
	width: 720px;
}

.dgw_bestellformular span.fehler {
				color:red;
}

.dgw_bestellformular label {
				width: 150px;
				float:left;
}

.dgw_bestellformular button {
				color: #ffa312;
				background: white;

				border: solid 1px gray;
				width:200px;
				float:left;
}

#div_topbar
{
	font-family: Helvetica, Arial;
	text-decoration:none;
	color:black;
	font-size:18px;
	line-height:20px;

}

a.dgwnavbar_bold
{
	font-family: Helvetica, Arial;
	font-weight:bold;
	text-decoration:none;
	color:black;
	font-size:18px;
	line-height:20px;	
}


a.dgwnavbar_underline
{
	font-family: Helvetica, Arial;
	text-decoration:underline;
	color:black;
	font-size:18px;
	line-height:20px;	
}

a.dgwnavbar_underline:hover
{
	font-family: Helvetica, Arial;
	text-decoration:none;
	color:black;
	font-size:18px;
	line-height:20px;	
}

a.dgwnavbar_kursiv
{
	font-family: Helvetica, Arial;
	font-style: italic;
	text-decoration:underline;
	color:black;
	font-size:18px;
	line-height:20px;	
}

a.dgwnavbar_kursiv:hover
{
	font-family: Helvetica, Arial;
	font-style: italic;	
	text-decoration:none;
	color:black;
	font-size:18px;
	line-height:20px;	
}

div.dgw_register
{
background:-webkit-gradient(linear, center top, center bottom, from(#67ae54), to(#578844));
background:-webkit-linear-gradient(top, #67ae54, #578844);
background-color:#69a74f;-webkit-box-shadow:inset 0 1px 1px #a4e389;
border-color:#3b6e21 #3b6e21 #2c5114;
}

div.dgw_register:hover
{
background:-webkit-gradient(linear, center top, center bottom, from(#79bc65), to(#578844));
background:-webkit-linear-gradient(top, #79bc65, #578844);
}

div.dgw_anmelden
{
cursor:pointer;
height:21px;
width:102px;
color:white;
font-weight:bold;
margin-top:1px;
border-radius:2px;
-moz-border-radius:2px;
line-height:21px;
vertical-align:middle;
text-align:center;
margin-top:0px;
background:-webkit-gradient(linear, center top, center bottom, from(#3282b9), to(#006eb9));
background:-webkit-linear-gradient(top, #3282b9, #006eb9);
background-color:#006eb9;
border-color:#006eb9 #006eb9 #006eb9;
}

div.dgw_anmelden:hover
{
cursor:pointer;
height:21px;
width:102px;
color:white;
font-weight:bold;
margin-top:1px;
border-radius:2px;
-moz-border-radius:2px;
line-height:21px;
vertical-align:middle;
text-align:center;
margin-top:0px;
background:-webkit-gradient(linear, center top, center bottom, from(#3282b9), to(#3282b9));
background:-webkit-linear-gradient(top, #3282b9, #3282b9);
}

button.dgw_anmelden
{
cursor:pointer;
height:22px;
width:172px;
color:white;
font-weight:bold;
margin-top:1px;
border-radius:2px;
-moz-border-radius:2px;
line-height:22px;
vertical-align:middle;
text-align:center;
margin-top:0px;
background:-webkit-gradient(linear, center top, center bottom, from(#3282b9), to(#006eb9));
background:-webkit-linear-gradient(top, #3282b9, #006eb9);
background-color:#006eb9;
border:none;

}

button.dgw_anmelden:hover
{
cursor:pointer;
height:22px;
width:172px;
color:white;
font-weight:bold;
margin-top:1px;
border-radius:2px;
-moz-border-radius:2px;
line-height:22px;
vertical-align:middle;
text-align:center;
margin-top:0px;
background:-webkit-gradient(linear, center top, center bottom, from(#3282b9), to(#3282b9));
background:-webkit-linear-gradient(top, #3282b9, #3282b9);
border:none;

}


a.dgw_passwort_vergessen {
	text-decoration:underline;
	outline: none;
	outline-width: 0;
	color: #006ab2;	
}

a.dgw_passwort_vergessen:hover {
	text-decoration:none;
	outline: none;
	outline-width: 0;
	color: #006ab2;	
}


a.dgw_blank {
	text-decoration:none;
	outline: none;
	outline-width: 0;
}

a.dgw_blank:hover {
	text-decoration:none;
	outline: none;
	outline-width: 0;
}

a.dgw_blank:focus {
	text-decoration:none;
	outline: none;
	outline-width: 0;
}

div.kalender_spruch:first-letter {
/*  font-size: 38px;*/
}

.kalender_unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-link{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  color:#ffa312;
  padding:0;
  text-decoration:underline;
  font-family:inherit;
  font-size:inherit;
}

.button-link:hover{
  text-decoration:none;

}
