/*********************************************************************************/
/* Standard-Formate **************************************************************/
/*********************************************************************************/

@media all
{
	* { margin:0; padding: 0; } 
	html { height: 100% } 
	body { 
		min-height: 101%;	
		font-size: 100.01%; 
		position: relative; 
		text-align: left;
		padding-left: 5px;
		color: #111;
		font-size: 0.69em;
		/*line-height: 1.666em;*/
		font-family: Verdana, Helvetica, sans-serif;
		background: #000;
		background-image:url(../img/layout/bg_color.png);
		background-attachment:fixed;
		background-repeat:repeat-x;
	} 

	* html td, * html th, * html body {font-size: 11px;}

	option {padding-left: 0.4em}
	
	fieldset, img { border:0; }
	
	select, input, textarea { font-size: 99% }

	/* Listen */
	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	
	blockquote, cite { margin: 0 0 1em 1.5em; width: auto;}

	h1,h2,h3,h4 { font-family: Arial, Sans-Serif; font-weight:normal;}

	h1 {font-size: 15px; color: #000; margin: 0 0 4px 0; padding-top: 8px; font-weight:bold;}
	h2 {font-size: 13px; color: #000; margin: 0 0 3px 0; padding-top: 6px; font-weight:bold; border-bottom: 1px #000 solid; }
	h3 {font-size: 1.2em; color: #000; margin: 0 0 0.5em 0; padding-top: 0.0em; font-weight:bold; }
	h4 {font-size: 11px; color: #000; margin: 0 0 2px 0; padding-top: 3px; font-weight:bold;}
	h5 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }
	h6 {font-size: 1.0em; color: #888; margin: 0 0 0.30em 0; font-style:italic; }

	p,ul,dd,dt { line-height: 1.5em; }
	p { line-height: 13px; margin: 0 0 1em 0; }

	strong,b { font-weight: bold; }
	em,i { font-style:italic; }
	pre, code {	font-family: "Courier New", Courier, monospace; }
	address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

	hr { 
		color: #fff; 
		background:transparent; 
		margin: 0 0 0.5em 0; 
		padding: 0 0 0.5em 0; 
		border:0; 
		border-bottom: 1px #eee solid; 
	}

	acronym, abbr {
		letter-spacing: .07em;
		border-bottom: 1px dashed #c00;
		cursor: help;
	}

	/* Links */
	a, a em.file {color: #900; text-decoration:none;}
	a:hover {text-decoration:underline;}
	a:focus {text-decoration:underline;}

	table { border-collapse:collapse; margin-bottom: 0.5em; }
	
	/* Formulare */
	
	form {overflow:hidden;}
	
/*	input, textarea {
	  width: auto;
		border: 1px #ccc solid;
	  background: #fafafa;
		padding: 3px;
		color: #777;
	}
	
	input[type=text]:focus, textarea:focus {
		background: #f0f0f0;
		color: #333;
		border-color: #666;
	}*/
	
/*********************************************************************************/
/* Container *********************************************************************/
/*********************************************************************************/

	#page{ background: #fff;}
	#page_margins {width:794px;}
	
	#header {
		position:relative;
		height: 130px;
		color: #fff;
		background: url(../img/layout/header3.jpg);
		background-repeat:no-repeat;
		border-bottom:solid 1px #000;
		position:relative;
	}

	#nav1 {
		position:absolute;
		top: 98px;
		color: #fff;
		background: transparent;
		text-align: right;
		left:150px;
	}
	
	#topline {
		width:794px;margin:0;border:0;padding:0;height:150px;
		background-image:url(../img/layout/titelbild.jpg);
		background-repeat:no-repeat;
		background-position:left;
		margin:0;padding:0;
	}

	#main {
		clear:both;
		width:auto;
		/*background: #efefef;*/
	}

	#col1 {
		float: left;
		width: 150px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		z-index: 3;
	}

	#col1_content {
		z-index: 4;
		margin-left: 0;
		margin-right: 0;
		color: #000;
		background:inherit;
		position:relative;
	}
	

	#col2 {
		float:right; 
		width: 150px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
		z-index: 5;
	}

	#col2_content {
		z-index: 6;
		margin-left: 0;
		margin-right: 0;
		position:relative;
	}
	
	#col3
	{
		width:auto;
		margin: 0; padding:0; 
		background:#fff;
		margin-right:150px;
		margin-left:150px;
		border-right: 1px #afafaf dashed;
		border-left: 1px #afafaf dashed;
		z-index: 1;
	}

	#col3_content {
		z-index: 2;
		margin: 0 auto;
		width:470px;
		position:relative;
	}

	* html #col3 {text-align:center;}
	* html #col3_content {text-align:left;}

	/* Hauptspalte für Inhaltsseiten */
	#col4 {
		width:auto;
		margin: 0; padding:0; 
		background:#fff;
	/*	border-left:150px #efefef solid;*/
		z-index:1;
	}

	#col4_content {
		z-index: 2;
		margin: 0 auto;
		width:720px;
		position:relative;
	}

	
	#footer {
		margin: 0;
		clear:both;
		border-top:1px solid #afafaf;
	}

  #werbunga {
    width:160px; height:600px; position:absolute; top:15px; left:815px; overflow:hidden;
	}
}

/*********************************************************************************/
/* Klassen unterteilt nach Seiten-Elementen **************************************/
/*********************************************************************************/

@media all
{

/************************************/
/* Navigation ***********************/
/************************************/

	#nav1_content {
		width: 100%;		/* Einfassen der Floats im IE */
		float:left; /* Einfassen der Floats in allen anderen Browsern */
		line-height: 0px;
		margin-left:0px;
	}

	#nav1_content ul {
		float:left;
		display:inline;		/* Fix für IE Doubled Float Margin Bug*/
		margin:0;			/* Standard-Listendefinition zurücksetzen */
		padding: 0;
	}

	#nav1_content ul li {
		float: left;
		display:inline; /* Fix für IE Doubled Float Margin Bug*/
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#nav1_content ul li a {
		display:block;
		width: auto;
		color: #fed102;
		color: #ffd300;
		font:bold 10px Verdana;
		text-decoration: none;
		margin: 0;
		padding: 2px 5px 2px 5px;
		line-height:12px;
	}

	#nav1_content ul li:hover a {
		background: #fed102;
		background: #ffd300;
		color: #000;
		text-decoration: none;
		white-space: nowrap;
	}

	#nav1_content ul li .nav1_content_lvl2 {
		position:absolute;
		top: 16px;
		left:150px;
		height:12px;
		width:600px;
		color: #fff;
		background: transparent;
		text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */

		float:left; /* Einfassen der Floats in allen anderen Browsern */
		line-height: 0px;
		display:inline;		/* Fix für IE Doubled Float Margin Bug*/
		margin:0;			/* Standard-Listendefinition zurücksetzen */

		visibility:hidden;
		margin-left:-150px;
		
	z-index:10;
height:30px;
	}

	/* Positionierung der lvl2-Navigation */
	/* Aktuell */
	#nav1_content ul li.nav_lvl2_page4 .nav1_content_lvl2 {left:170px}
	/* Nachwuchs */
	#nav1_content ul li.nav_lvl2_page16 .nav1_content_lvl2 {left:170px}
	/* Fans */
	#nav1_content ul li.nav_lvl2_page15 .nav1_content_lvl2 {left:180px}
	/* Multimedia */
	#nav1_content ul li.nav_lvl2_page176 .nav1_content_lvl2 {left:300px}
	/* Archiv */
	#nav1_content ul li.nav_lvl2_page236 .nav1_content_lvl2 {left:200px}
	/* Service */
	#nav1_content ul li.nav_lvl2_page14 .nav1_content_lvl2 {left:290px;}
	/* Fanshop */
	#nav1_content ul li.nav_lvl2_page13 .nav1_content_lvl2 {left:470px;width:400px}
	/* Forum */
	#nav1_content ul li.nav_lvl2_page191 .nav1_content_lvl2 {left:500px;width:400px}


	#nav1_content ul li:hover {
height:30px;
	}

	#nav1_content ul li:hover .nav1_content_lvl2 {
		visibility:visible;
	}


	#nav1_content ul li ul.nav1_content_lvl2 li {
		float: left;
		display:inline; /* Fix für IE Doubled Float Margin Bug*/
		margin: 0;
		padding: 0;
		list-style-type: none;
height:20px;
	}

	#nav1_content ul li ul.nav1_content_lvl2 li a {
		display:block;
		width: auto;
		color: #000;
		font:normal 10px Verdana;
		text-decoration: none;
		margin: 0;
		padding: 2px 5px 1px 5px;
	}

	#nav1_content ul li ul.nav1_content_lvl2 li:hover a {

		color: #000;
		text-decoration: underline;
		background: transparent;
	}

	#nav1_erfolge {
		position:absolute;
		top: 114px;
		left:120px;
		height:12px;
		color: #af9b01;
		/*background: #fed102;*/
		
		padding: 1px 5px 2px 5px;
		font:normal 10px Verdana,Arial;
		display:block;
	}

	#header:hover #nav1_erfolge {
		display:none;
	}

	#sponsors {
                height:44px;
                width:794px;
                background:#000 url(../img/sponsoren/trennlinie.png) bottom no-repeat;
        }

        #sponsors img {
                margin-right:2px;
                margin-top:1px;
                margin-bottom:1px;
        }	
	
/*******************************************/	
	
	.nav_left {
		text-align:left;
		padding:0;
		border-bottom:1px dotted #afafaf;
	}

	.nav_left ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.nav_left li {
		border-top:1px dotted #afafaf;
		margin:0;
		background: #fff url(../img/layout/nav.png) bottom repeat-x;
	}

	.nav_left li:hover {
		background: url(../img/layout/button_pfeil_02.png) top left no-repeat;
		background-position:0 3px;
	}

	.nav_left li span {
		display:block;
	}
	
	.nav_left li span.current {font-weight:bold;}

	ul.nav_left_lvl2 {background:#f0f0f0;}
	ul.nav_left_lvl3 {background:#f6f6f6;}
	ul.nav_left_lvl4 {background:#fafafa;}
	ul.nav_left_lvl5 {background:#ffffff;}

	.nav_left_lvl2 span {padding-left:11px;}
	.nav_left_lvl3 span {padding-left:21px;}
	.nav_left_lvl4 span {padding-left:31px;}
	.nav_left_lvl5 span {padding-left:41px;}

	#nav_rootline {
		text-align:left;
		margin:5px;
	}

	#nav_rootline li {
		line-height:9px;
		display:inline;
		margin:0;
	}

	#nav_rootline li a, #nav_rootline li, #nav_rootline_head {
		font-size:9px;
	}

	#nav_rootline_head {
		text-align:left;
		margin:0;
		padding:0;
	}

	form.sm_dropdown select, form.sm_dropdown select option {
  		margin:0;
		padding:0 0 0 5px;
		text-align:left;
		margin-right:0px;
		width:140px;
	}
	form.sm_dropdown select {padding:0}

	.tx-mjsoccerdb-pi1 form.sm_dropdown {margin-bottom:5px;}
	.tx-mjsoccerdb-pi1 table {width:450px}
	.tx-mjsoccerdb-pi1 table.tabelle_startseite {width:140px}
	.tx-mjsoccerdb-pi1 .newslist_date {width:60px}
	.tx-mjsoccerdb-pi1 table td, .tx-mjsoccerdb-pi1 table th {padding-top:5px;padding-bottom:5px;}
	.tx-mjsoccerdb-pi1 table.tabelle_startseite tbody tr td,
	.tx-mjsoccerdb-pi1 table.tabelle_startseite tbody tr th
	{padding: 0 2px 0 2px;}

	/* Standard-Content-Tabelle */
	.boxB_content table td, .boxB_content table th {padding:5px;}
	
	.align-right {text-align:right;}
	.align-left {text-align:left;}
	.align-center {text-align:center;}
	
	/* Bilder im Bodytext mit Rand und Margin */
	p.bodytext img { margin:0 10px; border:solid 1px #000; }

	p.bodytext .download img {margin:0;border:0}
	p.bodytext .noborder img {margin:0;border:0}

	div.boxB_content td p.bodytext {margin:0;padding:0}

	div.divider {border-top:dotted 1px #afafaf;width:450px;height:10px;float:left}

  form.sm_dropdown select {
  	border:solid 1px #a8a8a8;
  }

/************************************/
/* Boxen ****************************/
/************************************/

	/* Titel-Story */
	/*#topline img,*/

#topline div#werbungb {float:right;border-left:solid 1px #afafaf;}
	#topline a#toplinelink {
		font-family: Arial, Sans-Serif;
		font-size: 1.8em;
		color: #000;
		line-height:1.0em;
		padding:127px 0 0 10px;margin:0;float:left;color:#000;
		width:630px;
	}
	
	/*** boxA ***/
	div.boxA {
		width:150px;
		height:auto;
		margin:5px 0 5px 0;
		border-top: 1px dashed #a8a8a8;
	}

	/*** Typ1 ***/
	#boxA_head1_community, #boxA_head1_Lspiel, #boxA_head1_Nspiel, #boxA_head1_quicklinks, #boxA_head1_formkurve, #boxA_head1_termine, #boxA_head1_tabelle, #boxA_head1_statistik, #boxA_head1_navigation, #boxA_head1_blank01, #boxA_head1_blank02, #boxA_head1_blank03, #boxA_head1_blank04, #boxA_head1_blank05, #boxA_head1_blank06, #boxA_head1_blank07, #boxA_head1_blank08, #boxA_head1_blank09, #boxA_head1_blank10, #boxA_head1_blank11, #boxA_head1_auswahl
	{
		height:40px;
		background-repeat:no-repeat;
		text-align:center;
		padding:0;
		margin:0;
	}

	#boxA_head1_community {background:#ffffff url(../img/layout/community0910.jpg);}
        #boxA_head1_navigation {background:#ffffff url(../img/layout/Navigation0910.jpg);}
        #boxA_head1_auswahl {background:#ffffff url(../img/layout/auswahl0910.jpg);}
        #boxA_head1_Lspiel {background:#ffffff url(../img/layout/letztesSp0910.jpg);}
        #boxA_head1_Nspiel {background:#ffffff url(../img/layout/naechstesSp0910.jpg);}
        #boxA_head1_quicklinks {background:#ffffff url(../img/layout/quickLinks0910.jpg);}
        #boxA_head1_formkurve {background:#ffffff url(../img/layout/form0910.jpg);}
        #boxA_head1_termine {background:#ffffff url(../img/layout/termine0910.jpg);}
        #boxA_head1_tabelle {background:#ffffff url(../img/layout/tabelle.jpg);}
        #boxA_head1_statistik {background:#ffffff url(../img/layout/stats0910.jpg);}
        #boxA_head1_blank01 {background:#ffffff url(../img/layout/boxA_head1_blank01.jpg);}
        #boxA_head1_blank02 {background:#ffffff url(../img/layout/boxA_head1_blank02.jpg);}
        #boxA_head1_blank03 {background:#ffffff url(../img/layout/boxA_head1_blank03.jpg);}
        #boxA_head1_blank04 {background:#ffffff url(../img/layout/boxA_head1_blank04.jpg);}
        #boxA_head1_blank05 {background:#ffffff url(../img/layout/boxA_head1_blank05.jpg);}
        #boxA_head1_blank06 {background:#ffffff url(../img/layout/boxA_head1_blank06.jpg);}
        #boxA_head1_blank07 {background:#ffffff url(../img/layout/boxA_head1_blank07.jpg);}
        #boxA_head1_blank08 {background:#ffffff url(../img/layout/boxA_head1_blank08.jpg);}
        #boxA_head1_blank09 {background:#ffffff url(../img/layout/boxA_head1_blank09.jpg);}
        #boxA_head1_blank10 {background:#ffffff url(../img/layout/boxA_head1_blank10.jpg);}
        #boxA_head1_blank11 {background:#ffffff url(../img/layout/boxA_head1_blank11.jpg);}

	#boxA_head1_blank01 h4,#boxA_head1_blank02 h4,#boxA_head1_blank03 h4,#boxA_head1_blank04 h4,#boxA_head1_blank05 h4,#boxA_head1_blank06 h4,#boxA_head1_blank07 h4,#boxA_head1_blank08 h4,#boxA_head1_blank09 h4,#boxA_head1_blank10 h4,#boxA_head1_blank11  h4 {
		font-size:1em;
		font-weight:bold;
		margin-left:10px;
		text-align:left;
	}


	div.boxA_content1
	{
		text-align:center;
	/*	background:#e0e0e0 url(../img/layout/box_small_bg.jpg);*/
		background-position:bottom;
		height:auto;
		border-bottom: 1px dashed #a8a8a8;
	
		border-width:0 1px 0 0;
		padding:5px 0;
	}

	/* Termine */
	.boxA_content1 .termine {text-align:left;font-size:10px;width:130px;margin-left:10px}

	/* Tabelle Startseite */
	.tabelle_startseite th,.visits th,.tabelle_startseite td,.visits td {font-size:10px;}
	.tabelle_startseite th,.visits th {font-weight:normal;text-align:left;}
	.tabelle_startseite td,.visits td {text-align:right;}

	/* Community-Login */
	#form_login {display:block;}
	#form_login p {margin:0;}
	#form_login p.login_data {text-align:left;float:left;}	
	#form_login p.login_submit input {display:inline;margin-top:7px;}
	#form_login p.login_links {clear:both;padding:5px;margin:0;}

	/* Letztes Spiel */
	.anzeigetafel {margin-left:18px;background-image:url(../img/layout/prev_bild.png);width:104px;height:64px;}
	.at_teamH,.at_torH,.at_teamA,.at_torA {font:normal 10px Verdana;color:#ff0;text-align:left;}
	.at_teamH {float:left;padding-top:22px;padding-left:5px;width:80px}
	.at_torH {float:right;padding-top:22px;padding-right:5px;}
	.at_teamA {float:left;padding-top:0px;padding-left:5px;}
	.at_torA {float:right;padding-top:0px;padding-right:5px;}

	/* Links in Boxen mit Abstand */	
	.boxA_content1 .small_box_links {padding-top:5px;margin-bottom:0;}

	/*** Typ2 ***/
	
	div.boxA_content2
	{
		text-align:center;
		height:auto;
		/*padding:0px 5px 0 5px;*/
		/*margin:5px 0 15px 0;*/
	}

	div.boxA_content2 p {
		font-size:9px;
		text-align:left;
		padding:5px 5px 0 5px;
	}
	
	div.boxA_content2 p strong {
		text-transform:uppercase;
	}

	/* Awards rechts */
	div.boxA_content2 .awards p {text-align:center}
	div.boxA_content2 .awards img {float:left;margin:5px}

	/*** BoxB ***/

	/* Standard-Box mitte */
	div.boxB {
		width:470px;
		height:auto;
		padding: 5px 0 5px 0;
	}
	
	div.boxB_head, div.boxB_head1, div.boxB_head2, div.boxB_head3, div.boxB_head4, div.boxB_head5, div.boxB_head6, div.boxB_head7, div.boxB_head8, div.boxB_head9, div.boxB_head10, div.boxB_head11, div.boxB_head12, div.boxB_head13, div.boxB_head14
	{
		border-top:1px dotted #a8a8a8;
		border-bottom:1px dotted #a8a8a8;
		height:23px;
		background:#fff url(../img/layout/box_kopf01-0910.jpg);
		background-position:right;
		background-repeat:no-repeat;
	}

	div.boxB_head1 {background:#fff url(../img/layout/box_kopf01-0910.jpg);}
	div.boxB_head2 {background:#fff url(../img/layout/box_kopf02.jpg);}
	div.boxB_head3 {background:#fff url(../img/layout/box_kopf03-0910.jpg);}
	div.boxB_head4 {background:#fff url(../img/layout/box_kopf04.jpg);}
	div.boxB_head5 {background:#fff url(../img/layout/box_kopf05.jpg);}
	div.boxB_head6 {background:#fff url(../img/layout/box_kopf06.jpg);}
	div.boxB_head7 {background:#fff url(../img/layout/box_kopf07.jpg);}
	div.boxB_head8 {background:#fff url(../img/layout/box_kopf08.jpg);}
	div.boxB_head9 {background:#fff url(../img/layout/box_kopf09.jpg);}
	div.boxB_head10 {background:#fff url(../img/layout/box_kopf10-0910.jpg);}
	div.boxB_head11 {background:#fff url(../img/layout/box_kopf11.jpg);}
	div.boxB_head12 {background:#fff url(../img/layout/box_kopf12.jpg);}
	div.boxB_head13 {background:#fff url(../img/layout/box_kopf13.jpg);}
	div.boxB_head14 {background:#fff url(../img/layout/box_kopf14.jpg);}
	
	div.boxB_content
	{
		height:auto;
/*		border: solid 1px #a8a8a8;*/
/*		border-width:0 1px 1px 1px;*/
/*		padding:10px;*/
		margin:10px;
		margin-bottom:0;
		width:450px;
	}

	/* Content-Formatierung */

	div.boxB_content p {
		margin-bottom:10px;
	}
	
	div.boxB_content p.mehr {
		margin:0;
		margin-top:-5px;
		width:450px;
		text-align:right;
	}
	div.boxB_footer {
		border-top: dotted 1px #afafaf;
		color:#afafaf;
		height:30px;
		float:left;
		width:450px;
	}
	div.boxB_footer p.lastchange {float:left;}
	div.boxB_footer p.print {float:right;}

	div.boxB_content p.mehr span.mehr {
		border-left: dotted 1px #afafaf;
		border-right: dotted 1px #afafaf;
		padding:0 5px 0 5px;
		display:inline;
		margin:0;
	}
	div.boxB_content p.mehr a {
		margin:0;padding:0;
	}
	div.boxB_content h3 a:link,div.boxB_content h3 a:visited {
		text-decoration:none;
		/*font-size:12px;*/
		color:#000;
	}
	div.boxB_content h3 a:hover {
		text-decoration:underline;
	}
	
	/* Fanshop-Artikel mitte */
	.fanshopartikel td {padding:5px;text-align:center;vertical-align:top}
	.fanshopartikel td p {padding-top:5px;}
	.fanshopartikel td img {border:solid 1px #ddd;}

	/* Fanshop selbst */
	.smallText a, td.smallText {font-size:10px}
	.shopmain tbody tr td {padding:3px;}


	/*** BoxC ***/	
	
	div.boxC {
		width:618px;
		width:468px;
		height:auto;
		padding: 5px 0 5px 0;
	}
	
	div.boxC_head {
		border-top:1px dotted #a8a8a8;
		border-bottom:1px dotted #a8a8a8;
		height:23px;
		background:#fff url(../img/layout/box_kopf01-0910.jpg);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	/*** boxMM - Multimedia Box ***/
	/* 3er-Box Startseite Bilderdatenbank Interviews Presse */
	.boxMM_head {
		width:470px;
		height:40px;
		background-image:url(../img/layout/xboxkopfsmall0910.jpg);
		border-top:1px dotted #a8a8a8;
		border-bottom:1px dotted #a8a8a8;
	}
	.boxMM_content {
		width:470px;
		height:60px;
		border-bottom: 1px dotted #afafaf;
		padding-bottom: 10px;
	}	
	.boxMM_content p {margin-bottom:0}
	.boxMM_content_links,.boxMM_content_mitte,.boxMM_content_rechts {
		width:130px;
		padding:10px;
		font-size:0.9em;
		line-height:12px;
		height:50px;
	}
	.boxMM_content_mitte {margin-left:160px;}
	.boxMM_content_links {float:left;}
	.boxMM_content_rechts {float:right;}

	.boxMM_content_rechts span {display:none;}
	.boxMM_content_links span {display:none;}

	#werbungc {padding-top:5px;height:60px;}
	#werbungb {height:150px;}

/************************************/
/* Text-Formatierungen **************/
/************************************/

	/* News-Kategorie */	
	span.kategorie {
		float:left;
		display:block;
		padding:5px 0 0 5px;
		font:bold 11px Verdana;
		color:#999;
		text-transform:uppercase;
	}
	
	/* News-Datum */
	span.datum {
		text-align:right;
		font-size:10px;
		color:#999;
		line-height:24px;
		padding: 0 0 0 30px;
		display:inline;
	}
	div.datum {
		font-size:10px;
		color:#999;
		margin-bottom:5px;
	}

	/* News-Pagebrowser */
	.tx-ttnews-browsebox {
		text-align:center;
		margin-bottom:20px;
	}

	/* important paragraph in news */
	p.important {
		font-weight:bold;
		color:#a00;
	}

	/* grey bg */
	p.greybg {
		padding:10px;
		background-color:#efefef;
	}

	/*** Statistik-Modul ***/

	div.boxC .stats_spielbericht_logoH {
		float:left;
	}
	
	div.boxC .stats_spielbericht_logoA {
		clear:left;
	}
	
	
	div.stats_spielbericht_ergebnis {
		width:450px;
	         text-align:center;
	         margin-bottom:20px;
	}
	
	div.stats_spielbericht_ergebnis img, div.stats_spielbericht_ergebnis h1.stats_spielbericht_ergebnis_zahl {
		display:inline;
	}
	
	div.stats_spielbericht_ergebnis img {
		vertical-align:middle;
	}
	
	div.stats_spielbericht_ergebnis h1.stats_spielbericht_ergebnis_zahl {
		margin:20px;
	}
	
	/* Tabelle beim Spielbericht */
	
	table.stats_spielbericht th, table.stats_spielbericht td {
		vertical-align:top;
		padding:5px 0 5px 0;
	}

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

	table.stats_spielbericht th {text-align:left;}
	
	table.stats_spielbericht td p img {
	         border:solid 1px #a8a8a8;
	}
	
	table.stats_spielbericht td p img.stats_spielbericht_image_odd {
		float:left;
	         margin:5px 5px 0 0;
	}
	
	table.stats_spielbericht td p img.stats_spielbericht_image_even {
		float:right;
		margin:5px 0 0 5px;
	}

	
/************************************/
/* Bilder ***************************/
/************************************/

	#titelbild {
		float:left;width:643px;height:150px;border-right:solid 1px #afafaf;
	}

	div.image {
		float: left;
	    overflow: hidden;
	    padding: 5px 5px 2px 2px;
	}
	
	div.image img {
		border: 1px solid #a8a8a8;
	}
	
	div.spieler_portrait img {
		display:inline;
	}
	
	img.logo_klein {
		height:20px;
	}

	/* Bildunterschrift */
	.csc-textpic-caption {
		color:#afafaf;
		text-align:center;
		font-style:italic;
	}

	/* Damit clear:both; nach Bildern korrekt funktioniert */
	.csc-textpic {
		float:left;
	}

	#mailform {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#mailform .csc-mailform-field {margin:5px;}

	#mailform textarea {
		font-size:12px;
	}

	.csc-mailform-field label{
		clear:left;
		display:block;
		float:left;
		width:120px;
	}

	div.videoprev {
		float:left;
		height:120px;
		padding-left:2px;
		padding-right:3px;
		text-align:center;
		width:150px;
	}

	div.news-list-browse {
		width:450px;
		text-align:center;
		margin-bottom:10px;
	}

  /************************************/
 /* Tabellen *************************/
/************************************/
	table.newslist {
 		width:450px;
 		padding:10px 0 0px 0;
	}

	table.newslist td {padding:2px;padding-left:10px}

	table.newslist .newslist_weekday, table.newslist .newslist_date {
		font-weight:normal;
    padding:0;
	}
	
	table.visits th {
		text-align:left;
	         font-size:10px;
	}
	table.visits th.tbl_underline {
		text-decoration:underline;
	         font-weight:normal;
	}
	table.visits td {
		text-align:right;
	         font-size:10px;
	}
	
	table.newslist .newslist_weekday, table.newslist .newslist_date {
		font-weight:bold;
	}
	
	/* Zelleninhalt rechts ausrichten */
	.boxB_content table td.stats_right, table th.stats_right {
		text-align:right;
		padding:1px;
	}
	
	/* Zelleninhalt mittig ausrichten */
	.boxB_content table td.stats_center, table th.stats_center {
		text-align:center;
	}
	
	/* Bilder in Tabellenzellen ohne padding und zentriert ausrichten*/
	.boxB_content table td.stats_image {
		padding:0;
	         text-align:center;
	}
	
	/* Zelleninhalt nicht umbrechbar, Zelle soll so breit wie der Inhalt sein*/
	.boxB_content table td.stats_thin {
		padding-left:0;
	        padding-right:0;
	        width:1px;
	}

	.boxB_content table .stats_right_abstandr {
		text-align:right;
		padding:1px;
		padding-right:10px;
	}

	table.stats {
	/*	border:solid 1px #999;*/
		width:450px;
	         border-collapse:collapse;
	         margin:10px 0 10px 0;
	}
	
	.boxB_content table tbody .stats_line {
		background-color:#DDD;
	      	 padding:5px;
	         text-transform:uppercase;
	         font-weight:bold;
		text-align:left;
	}
	
	.boxB_content table tbody .odd, table.tabelle_startseite tbody .odd {
		background-color:#F5F5F5;
/*		background: #fff url(../img/layout/nav.png) bottom repeat-x;
*/
	}
	
	.boxB_content table tbody .even {
		/*background: #fff url(../img/layout/nav.png) bottom repeat-x;
*/
	}
	
	/* Speziell für Liga-Tabellen (Auf- und Abstiegszone) */
	
	.boxB_content table tbody .oddline, table.tabelle_startseite tbody .oddline {
		background-color:#F5F5F5;
		border-bottom:solid 1px #A8A8A8;
	}
	
	.boxB_content table tbody .evenline, table.tabelle_startseite tbody .evenline {
	         border-bottom:solid 1px #A8A8A8;
	}

	.boxB_content table tbody .oddline td, .boxB_content table tbody .oddline th,	table.tabelle_startseite tbody .oddline td, table.tabelle_startseite  tbody .oddline th {
                border-bottom: solid 1px #A8A8A8;
        }
  .boxB_content table tbody .evenline td, .boxB_content table tbody .evenline th, table.tabelle_startseite tbody .evenline td, table.tabelle_startseite tbody .evenline th {
          border-bottom: solid 1px #A8A8A8;
  }
	
	.boxB_content td.stats_sh, .boxB_content td.stats_sa, .boxB_content td.stats_uh, .boxB_content td.stats_ua, .boxB_content td.stats_nh, .boxB_content td.stats_na, .boxB_content td.stats_X {
		padding:0;
		margin:0;
		text-align:center;
		cursor:pointer;
	}
	
	td.stats_sh, td.stats_sa {
		background-color:#DDFFDD;
	}
	
	td.stats_uh, td.stats_ua {
		background-color:#FFFFDD;
	}
	
	td.stats_nh, td.stats_na {
		background-color:#FFDDDD;
	}
	
	table.spieler_portrait {
		width:350px;
	}

	/* Bildergalerie */
	.bildergalerie table {
		width:390px;
		margin:0 auto 0 auto;
	}

	.bildergalerie table td img {
		margin:2px;
		border:solid 1px #000;
        }
	
	.bildergalerie table td {
		text-align:center;
	}

	.bildergalerie table td span.desc {
		font-size:0.8em;
	}

	.bildergalerie .pager {
		width:440px;
		text-align:center;
		margin-top:10px;
	}

	html#detail {height:560px}

	html#detail body {
		margin:0;padding:0;
		background-color:#000;
	}
	html#detail body img {
		border:solid 1px #000;
	}

	html#detail body div#top {
		color:#aaa;
		border-bottom:solid 1px #aaa;
		margin-top:10px;
		font-weight:bold;
		margin-bottom:10px;
	}
	html#detail body div#top div {
		width:600px;
                margin:0 auto 0 auto;
	}

	html#detail body div#img_container {
		width:600px;
		margin:0 auto 0 auto;
		text-align:center;
	}
	
	* html#detail body div#img_container {margin-left:30px;}
	* html#detail body div#top div {margin-left:30px;}

	html#detail body div#img_next {
		float:right;
		width:130px;
		text-align:center;
		margin-top:5px;
	}

	html#detail body div#img_prev {
                float:left;
		width:130px;
		text-align:center;
		margin-top:5px;
        }

	html#detail body div#img_content {
		width:300px;
		display:block;
		margin:0 auto 0 auto;
		margin-top:5px;
		margin-left:150px;
		text-align:left;
	}

	html#detail body div#img_content div div.img_desc_key {
		float:left;width:70px;
	}

	html#detail body div#img_content div div.img_desc_value {
		margin-left:70px;
	}
	
	html#detail #imgrate img {border:none;margin-top:-2px}
	html#detail #imgrate {display:inline;}

	.nikol {font-family:Arial;font-size:18px;color:#000000;text-align:center;display:block;font-weight:bold}

	a.jumpto {
                position:absolute;
                width:1px;
                height:1px;
                left:-1100em;
                top:-1100em;
        }

	/* BWin Werbung */
	table.MainTable236 , table.MainTable236 table {
		margin-bottom:0;
	}

.feedTitle236,
.feedTitle236:link,
.feedTitle236:visited,
.feedTitle236:hover,
.feedTitle236:active,
.feedTitle236:focus,
.feedTitle236 a,
.feedTitle236 a:link,
.feedTitle236 a:visited{
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFCC00;
	font-weight: normal;
	padding-left: 1px;
	text-align: left;
	text-decoration: none;
	border: 0px solid #FFF;
}

.feedText236,
.feedText236:link,
.feedText236:visited,
.feedText236:hover,
.feedText236:active,
.feedText236:focus,
.feedText236 a,
.feedText236 a:link,
.feedText236 a:visited{
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
color: #FFF;

	text-decoration: none;
	vertical-align: middle;
}

.feedOdd236,
.feedOdd236:link,
.feedOdd236:visited,
.feedOdd236:active  {
	font-family: verdana, arial;
	font-size: 10px;
 	color: #FFF;
	font-weight: normal;	
	text-decoration: none;
	vertical-align: middle;
}

.bawDImg236 {
	display: inline;
}

/*Bet Now table text & BG i.e. Brasile, Colombia */

.bawD236,
.bawD236:link,
.bawD236:visited {
	font-family: verdana, arial;	
	font-size: 10px;
	color: #FFFFFF; /*#000000*/
	text-decoration: none;
}

a.bawD236 {	
	text-decoration: none;
	color: #FFFFFF;
}	/*Gewinn or Winnings text + Amount in text box*/

.bawDGewinn236,
.bawDGewinn236:link {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Odds bet link i.e. 5,00*/

.bawDQuote236,
.bawDQuote236:link {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFF;	
	text-decoration: none;
}

a.bawDQuote236 {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFF;	
	text-decoration: none;
}

/*Quote value (in textbox)*/

.bawI236 {
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

.bawH236 {
	font-family: verdana, arial;
	font-size: 10px;
}

/* Ani Header style */

.bawHNoPic236,
.bawHNoPic236:link{
	font-family: verdana, arial;
	font-size: 10px;
	vertical-align: middle;
  text-align:right;
	color: #FFCC00;
	background-color: #000;
}

a.BetLink236 {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: Bold;
}

a.BetLink236:Link {
	text-decoration: none;
	color: #FFFFFF;
}

.bawButton236 {
	width:100%;
	height:16px;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 11px;
}

.MainText236,
.MainText236:link,
.MainText236:visited,
.MainText236 a:link,
.MainText236 a:visited {
 text-decoration: none;
}

/* Rebrand Styles */
.MainTable236 {
	width:160px;
	border: black solid 1px;	
	background-color: #000;
}	

/* Logo and ani header C40004*/
.HeaderTable236 {	
	background-color: #000;
	border-top: #000 solid 1px; 
	border-left: #000 solid 1px; 
	border-right: #000 solid 1px; 
	border-bottom: #000 solid 1px;
}

/* Border separating each Game/bet */

.GamesBorder236{

/*background-color: #000;*/
height: 2px;
	}	.GamesBody236 {

background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/grad-body.jpg");
background-attachment: fixed;
background-color: #000;
 
/* color: #FFFFFF;*/

font-family: verdana, arial;
font-size: 11px;
font-weight: normal;	
}
/* Title of each Game */
.GamesTitle236  {
  /* background-color: #000000;*/
  color: #ffcc00;
  font-weight: normal;
  background-color: transparent;
  font-family: verdana, arial;
font-size: 10px;
}
a.GamesTitle236  {

  color: #ffcc00;
  text-decoration: none;
}
/* Area where actual bets are displayed (checkboxes) */
.BetsBody236 {
  color: #FFF;
}
/* Bet Now styles (Einsatz, Gewinn, Quote) - entire bet now footer section */
.BetTable236{
  color: #FFF;
}
/* Textbox style */
.Einsatz236 {
  color: #000;
  font-family: verdana,arial;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 0px;
  border: black solid 1px;
	text-align: right;
  background-color: #ffffff;
  width: 36px;
  height: 13px;/**/
  padding: 0 5px 0px 0;
}

/* Currency symbol */
.Einsatz_Currency236{
  font-weight: bold;
}

/* Gewinn (outer) table style */
.Gewinn236 {
  /* See also bawDGewinn */
  background-color: #000;
  color: #FFFFFF;
}

/* Gewinn inner table style (0,00) #666666*/
.GewinnAmount236{
  font-family: verdana, arial;
  font-size: 10px;
  font-weight: bold;
  padding-right: 1px;
	background-color: #000;
  color: #FFFFFF;
}

/* Table around amount and text style e.g. 0.00 */
.Quote236 {
  background-color: #000;
  color: #FFFFFF;
	font-family: verdana, arial ;
	font-size: 10px;
 	text-decoration: none;
 	white-space: nowrap;
  padding-right: 0px;	
}

.jetzwetten_left236 {
	background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/jetz-left-small.gif");
	background-repeat: no-repeat;
	height: 16px;
	width: 5px;
	/*float: left; */
	border: 0px solid #FFFFFF;
}

/*Bet now button right side*/
.jetzwetten_right236 {
	background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/jetz-right-small.gif");
	background-repeat: no-repeat;
	height: 16px;
	width: 7px;
	/*float: left;*/
}

/* Jetz Wetten button body style */
.jetzwetten_body236 {
	font-family: Tahoma, arial, verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/jetz-body-small.gif");
	background-repeat: repeat;
	font-weight: bold;
	text-align:center;
	height: 16px;
	cursor : pointer;
	width: 100%;
	border: 0px solid #FFFFFF;
}

/* buton link style */
.jetzlink236,
.jetzlink236:link,
.jetzlink236:visited,
.jetzlink236:active,
.jetzlink236 a,
.jetzlink236 a:link,
.jetzlink236 a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Tahoma, arial, verdana;
	font-size: 10px;	
}

/* betoto button style */
.bawDQuoteWetten236 {
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* bets button */
.bet_body236 {
  background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/bet_body.gif");
	background-repeat: repeat-x;
	height: 13px;
}

.bet_left236 {
  background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/bet_left.gif");
	background-repeat: no-repeat;
 	height: 13px;
	width: 1px;
  border: 0px solid #CC0000;
}
.bet_right236 {
  background-image: url("http://partnerfeed.itsfogo.com/style/betandwinde/bet_right.gif");
	background-repeat: no-repeat;
 	height: 13px;
	width: 1px;
	border: 0px solid #ffcc00;
}

.checkbox_border236 {
	height: 10px;
	width: 10px;
	vertical-align: middle;
	font-size: 9px;
	margin-top: 1px;
	margin-left: 0px;
 	margin-right: 0px;
	margin-bottom: 0px;
}

/* styles for entire bonus message area - bg and border colours for entire table */
.bonusTable236{
	padding: 0;
	margin: 0;
	border: 0px solid #FFF;
	width: 100%;
}

/* Applied to table element with .bonusTable
 - Table boudnaries must be same size as background buttons images
  - Custom winner template - padding added due to height constraints
 - Other template - no padding required but increased margin to ensure height is consistent
*/

.bawBonusMessage236,
.bawBonusMessage236:link,
.bawBonusMessage236:visited {
	cursor: pointer;
	font-family: verdana, arial;	
	font-size: 10px;
  border: #666 solid 1px;
	/* blk */
	background-color: #000;
  margin: 3px 0 0 0;
	padding: 0px;
}

/* style for bonus messages text */
.bawBonusMessage1Text236,
.bawBonusMessage1Text236:link,
.bawBonusMessage1Text236:visited {
	font-family: verdana, arial;
	font-size: 10px;
  color: #FFF;
  padding-left: 3px;
}

/* Bonus message 2 styles - bg and border colours for bonus 2 td only */
.bawBonusMessage2Text236,
.bawBonusMessage2Text236:link,
.bawBonusMessage2Text236:visited{
	font-family: verdana, arial;
	font-size: 10px;
  color: #000;
	border: #000000 solid 1px;
	/* Yellow */
	background-color: #FFCC00;
  border: 1px solid #000;
	padding: 3px;
  font-weight: bold;
}

table.MainTable236 table,
table.MainTable236 td,
table.MainTable236 th
{
	padding:0;
	margin:0;
}


}
	table.videostats {
		width:460px;
		margin-left:auto;margin-right:auto;
	}
	table.videostats tr td{
		padding:3px;
	}
	table.videostats tr td.right{
		text-align:right;
	}

/*********************************************************************************/
/* Browserspezifische Anpassungen ************************************************/
/*********************************************************************************/

@media all
{
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.clearfix { display: block; } 
	.floatbox { overflow:hidden; }
	#ie_clearing { display: none }
	#ie_clearing {
		display:block;       /* DIV sichtbar machen */
		\clear:both;         /* nur für IE5.x/Win gedacht, um normales Clearing zu aktivieren */ 

		width: 100%;         /* IE-Clearing mit 100%-DIV für IE 6 */
		font-size:0;         /* reduziert zusammen mit dem negativen Margin die Höhe des DIVs auf 2 Pixel */
		margin: 0 0 -1em 1px; /* IE-Clearing mit übergroßem DIV für IE7 */
	}

	* html #ie_clearing { margin: 0 0 -1em 0}
}
