/* CSS Document 
spinbb_basic.css
*/

	body {
		padding: 0;
		margin: 0;
		background-color: #144E8D;
		background-image: url(../images/bg_body.jpg);
		background-repeat:repeat-x;
		background-position:top left;
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100.01%;
		color:#000000;
		}

	/* seiteneinfassung, zoombar*/
	#frame {
		width:48em;
		margin: 0 auto;
		padding:0;
		height: 100%;
		/*border-color: #999;
		border-width: 1px;
		border-style: solid;*/
		text-align: left;
		/*background-image: url(../images/bg_center.gif);
		background-repeat: repeat-y;
		background-position: top 11.2em;*/
		background-color:#FFFFFF;
		}
	/* contentbereiche kopfbereich & 3 Spalten & fussleiste */

	#contentheader {
		margin:0;
		border:0;
		background-image: url(../images/bg_header.jpg);
		background-position:left;
		background-repeat:repeat-x;
		background-color:#ffffff;
		}
	#inhalt {
		clear:both;
		background-color:#FFFFFF;
	}
	/* contentsection: bereich für typo3 templateselector */
	#contentsection {
		/*width:55em;*/
		/*clear: both;*/
		/*width: 100%;*/
		
		float: left;
		padding:0;
		margin:0;
		text-align: left;
		}	
		/* contentsection: ende */
		
	#contentleft {
		width:11em;
		float:left;
		padding: 0;
		margin: 0;
		
		}
	#contentcenter {
		width: 25em;
		float:left;
		padding: 0em .5em;
		background-color:#FFFFFF;
		border-left: 1px dotted #144E8C;
		border-right: 1px dotted #144E8C;
		}
	#contentright {
		width: 10.8em;
		float: left;
		padding: 0px;
		margin: 0px;
		}
	#fusszeile {
		margin: 0;
		padding: .4em;
		color: #555;
		font-size: 72%;
		border-top: 1px dotted #144E8C;
		}
	#fusszeile p {
		margin:0;
		padding:0;
		}
	#fusszeile a, #fusszeile a:link, #fusszeile a:visited {
		color:#555;
		text-decoration:none;
		}
	#fusszeile a:hover {
		text-decoration:underline;
		}
	#logo {
		float:left;
		border: 0;
		margin:0;
		padding:0;
	}
	#issues {
		float: right;
		margin: 1em;
		padding:.5em;
		width: 20.5em;
		font-size: 70%;
		font-weight: normal;
		background-color:#FF9900;
		color:#000000;
		border: 1px solid #ffffff;
	}
	#issues h1 {
		font-size: 120%;
		font-weight: bold;
		color: 000000;
		margin:0;
		padding:0;
		border-bottom: 1px dotted #fff;
		}
	#issues .news-latest-header a:link, .news-latest-header a:visited {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding: 2px 0px 3px 12px;
		background-image:url(../images/linkpfeil.gif);
		background-repeat:no-repeat;
		background-position: left;
	}
	
	
div.csc-mailform-field {
	width: 30em;
	font-size: 80%;
	margin:0 0 .3em 0;
	padding:0;
	border-bottom: 1px solid #e1e1e1;
	}
#actions {
	margin: 1em 0 0 0;
	padding:0;
}
.cscboxorange {
	background-color:#FFF0D5;
	border: 1px solid #ffcc00;
	margin:0;
	padding: .4em;
}
.cscboxgrau {
	background-color:#e1e1e1;
	border: 1px solid #888888;
	margin:0;
	padding: .4em;
}
div.cscboxorange h1 {
	padding: 0 0 .4em 0;
	margin:0;
}
	
		/*----------------------------------------------
	  nav
	  ----------------------------------------------*/
	
	#nav ul {
		margin:0;
		padding:0;
		list-style: none;
		}
	#nav li {
		/*float: left;*/
		display:block;
		position:relative;
		padding: 0;
		font-weight: normal;
		font-size: .8em; 
		list-style-image: none;
		margin:0;
		}
	#nav ul a:link, #nav ul a:visited {
		display: block;
		/*background-image:url(../images/linkpfeil.gif);
		background-position: left;
		background-repeat: no-repeat;*/
		background-color:#005599;
		padding: 2px 0px 3px 12px;
		margin: 0;
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px solid #8fa6b8;
		}
	#nav ul a:hover, #nav ul a:active, #nav ul a.aktiv {
		padding: 2px 0px 3px 12px;
		background-image:url(../images/linkpfeil_hover.gif);
		background-position: left;
		background-repeat: no-repeat;
		background-color: #b6d5ee;
		color: #000000;
		}
	/* primärnavi ende -------------- */
	
	/*----------------------------------------------
	  sekundärnavi unterhalb nav
	  ----------------------------------------------*/
	








	#seknav ul {
		margin:0;
		padding:0;
		list-style: none;
		}
	#seknav li {
		float: left;
		display:block;
		position:relative;
		padding: .3em 1em .3em 1em;
		font: normal .8em 
		list-style-image: none;
		margin:0;
		}
	#seknav ul a:link, #seknav ul a:visited {
		display: block;
		background-image:url(../images/linkpfeil.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding: 0 0 0 12px;
		margin: 0;
		color: #0066CC;
		text-decoration: none;
		}
	#seknav ul a:hover, #seknav ul a:active, #seknav ul a.aktiv {
		padding: 0 0 0 12px;
		background-color: #8fa6b8;
		color: #FFFFFF;
		}
	/* sekundärnavi ende -------------- */
	
	/*----------------------------------*/
	/* sprachwahl */
	
	#sprachwahl {
		clear: both;
		display:block;
		font-size: 80%;
		margin:0;
		text-align:left;
		margin: 0;
		padding: .2em 0 .2em 1em;
		border-bottom: 1px solid #8fa6b8;
		border-top: 1px solid #8fa6b8;
background-image:url(../images/linkpfeil_hover.gif);
		background-position: left;
		background-repeat: no-repeat;
	}
	#sprachwahl a {
		text-decoration:none;
		font-weight: bold;
		color: #144E8C;
		}
	/*---------------------------------*/
	#contentcenter p {
	padding:0;
	margin: 0 0 .4em 0;
	font-size: 76%;
	}
	#contentcenter h1 {
		clear: both;
		font-size: 120%;
		font-weight: bold;
	}
	
	#contentright h1 {
		display: block;
		font-size: 90%;
		font-weight: bold;
		border-top: 4px solid #FF9900;
		margin: 0;
		padding: 10px 0 4px 4px;
	}
	
	#contentright p {
	font-size: 72%;
	}
		
	#brotkruemel {
		clear: both;
		font-size: 80%;
		text-indent: 18px;
		padding: 2px;
		background-color:#FFFFFF;
		border-bottom: 1px solid #8fa6b8;
	}


	


/* Anleser im Text, News */
/* inhaltsformate */

	#adressbox {
		font-size: 76%;
		padding: 20px;
		background-color: #efefef;
		}
	div.textboxgrau {
		background-color: #efefef;
		padding: 10px;
		margin-bottom: 15px;
		line-height: 130%;
		font-size:100%;
		}
	div.bildcontainer {
		clear: both;
		width: 100%;
		margin: 0; 
		border-top: 1px dotted #d1ee5f;
		border-bottom: 1px dotted #d1ee5f;
		}
	div.bildcontainer img {	
		float: left;
		margin: 5px 10px 5px 0px;
	}

	div.bildunterschrift {
		margin: 5px;
		font-size: 90%;
		color: #777;
	}
	div.teaser {
		clear: both;
		border-bottom: 1px dotted #d1ee5f;
		margin: 0px 0px 0px 0px;
		}
	div.teaser h3 {
		font-size: 100%;
		background-repeat:no-repeat;
		background-position: 0px 14px;
		margin: 20px 0px 8px 0px;
	}
	div.teaserbild {
		float:left;
		border-left: 8px solid #d1ee5f;
		margin: 0px 10px 0px 0px;
	}
	div.teasertext {
		font-size: 90%;
		border-left: 8px solid #d1ee5f;
		padding: 5px 0px 8px 10px;
	}
	div.teaserzwei {
		clear: both;
		font-size: 90%;
		border-left: 8px solid #d1ee5f;
		border-bottom: 1px dotted #d1ee5f;
		padding: 2px 2px 2px 10px;
		margin: 1px 0px 0px 0px;
	}

/* diverses */
	
	div.spacer {
		clear: both;
		line-height: 1px;
		font-size:3px;
		}

	div.clearleft {
		clear: left;
		font-size: 0.1em;
		margin: 0;
		}

	.unsichtbar {
		visibility: hidden;
		display:none;
		}

	.schwarz {
		color:#000000;
		}
/* Links zu players associations */
#playersassociations {
	clear:both;
	width: 10.5em;
	margin:0;
	padding: 0.2em;
	background-color:#B6D5EE;
	}
#playersassociations a:link, a:visited {
	display:block;
	text-decoration:none;
	}
#playersassociations a:hover {
	text-decoration:none;
	background-color:#B6D5EE;
	}
.pa {
	clear:both;
	margin: 0 0 .4em 0;
	padding:0;
	vertical-align:middle;
}
.palogo {
	float:left;
	border:0;
	padding: 0 .2em 0.2em 0.1em;
	vertical-align:middle;
}
.patext {
	vertical-align:middle;
	font-size: 70%;
	line-height:normal;
	color:#000000;
}

/* Externe Links */

	a.link_extern {
		color: #000000;
		font-weight: bold;
		background-image:url(../img/pfeil_ext.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left:10px;
		}

	a.link_extern:link, a.link_extern:visited {
		color: #000;
		}

	a.link_extern:hover {
		text-decoration: underline;
		}
div.bildfloat_left {
	float: left;
}

	

/* NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS */	
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #ffffff;

}
.news-list-container h3 {
	margin: 0;
	padding:0;
}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #333;*/
	background-color:none;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#000000;
	/*padding:2px;*/
	/*margin:2px;*/
	/*border:1px solid #666;*/
	/*background-color:#D8FA70;*/
	font-size: 10px;
	font-weight:bold;
	background-color:#4498D2;
}

	
.news-latest-header a:link, .news-latest-header a:visited {
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
	
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	/*padding:3px;
	margin:3px;*/
	/*border:1px solid #666;*/
	/*background-color:#F3F4F5;*/
}
.news-latest-item h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	/*border:1px solid #666;*/
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:10px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	/*border:1px solid #000;*/
	/*background-color:#4498D2;*/
	background-color:none;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: .4em;
	margin: 0;
/*border:1px solid #666;*/
	background-image: url(../images/bg_newslist.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#ffffff;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border-top:1px solid #000000;
	background-color:#ffffff;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	font-size: 90%;	
	margin-bottom: 5px;
	padding: 2px;
	/*border-top: 2px solid #fff;*/
	background-color: none;
}
.news-list-container H3 A,.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED {
	color:#000000;
	text-decoration: none;
}
 {
	color:#000000;
}
.news-list-container H3 A:HOVER {
	background-color: #FF6600;
	}

.news-list-container P {
	/*padding-left:3px;*/
	padding:0;
	margin:0;
}
.news-list-date {
	float: right;
	color: #000000;
	text-align: right;
	/*width: 180px;
	height: 20px;*/
	padding: 2px;
	margin:0;
	font-size: 70%;
	font-weight: normal;
	background-color: none;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:76%;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	/*border:1px solid #666;*/
	padding:3px;
	background-color:#B6D5EE;
}
.tx-ttnews-browsebox TD {
	font-size: 100%;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #ff9900;
	border:1px solid #fff;

}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.newsTitle {
	font-size: 16px;
	font-weight:bold;
	color: #4498D2;
	margin-bottom: 3px;
}
.newsSubheader {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0px;
}
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	background-color:#fff;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #4498D2;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	font-size: 76%;
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #F3F4F5;
/* 	clear: both; */
	margin-top: 15px;
	/*border: 1px solid #666;*/
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	/*border: 1px solid #666;*/
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	
	background-color:#F3F4F5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	font-size: 10px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 10px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#F3F4F5;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F3F4F5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#F3F4F5;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #F3F4F5;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F3F4F5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

.tx-srfeuserregister-pi1,
.tx-sremailsubscribe-pi1 {
  font-size: 12px;	
}

.tx-srfeuserregister-pi1 fieldset,
.tx-felogin-pi1 fieldset,
.tx-sremailsubscribe-pi1 fieldset {
  border: none;
}

.tx-sremailsubscribe-pi1 input {
  width: 200px;
}

.tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-submit {
  width: auto;
}

.tx-sremailsubscribe-pi1 p {
  font-size: 12px !important;
}