/* CSS Document */

/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, body { color: #001B52; }
PRE { font-family: monospace; }
A { color: #666; text-decoration: underline; }
A:hover { color: #001B52; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 10px 0px; }
P, TD { font-size: 11px;}
UL, OL { font-size: 11px; line-height:18px;}
INPUT, TEXTAREA, SELECT { padding-left: 2px; font-size: 12px; margin-left:30%;}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

DIV.csc-header { font-weight: bold; clear:both; }
				
/******************/
/* Headers, plain */
/******************/
H1 {
font-size: 19px;
line-height:24px;
font-weight: normal;
/* background-image: url(../images/strichlis.gif); */
/* background-repeat: repeat-x; */
/* background-position: 0px 20px;*/
padding: 0px 0px 20px 0px;
color: #001B52;
}

H2 { 
font-size: 11px;
line-height:18px;
color: #001B52;
}

H5 {
color:#001B52;	
font-size: 13px;
text-align: left;
font-weight: bold;
}

H4 { font-size: 11px; color: #8A0020; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 11px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext, DIV.bodytext  { 
font-weight: normal;
color: #333;
line-height: 16px;
}

P.bodytext A,P.bodytext A:link,P.bodytext A:active,P.bodytext A:visited{ 
font-weight: normal; 
color: #666;
text-decoration: underline;
}

P.bodytext A:hover{ 
font-weight: normal; 
color : #6089C0;
text-decoration: underline;
}

td P.bodytext A:hover im, td p.bodytext a img, td p.bodytext a:link img, td p.bodytext a:active img, td p.bodytext a:visited img{ 
font-weight: normal; 
text-decoration: none;
color:#fff;
}

a img {
border: 0px;
} 
/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 11px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

/* csc-textpic-clear - generiert Abstand unterhalb von Bild */

.csc-textpic-clear, #csc-textpic-clear {
height: 0px;
margin: 0px;
padding: 0px;
font-size: 0px;
}

/* Clearer */
DIV.csc-textpic-clear { clear: left; }


/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; padding-bottom: 0px;  }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; padding-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/

/* RTE / Table styling 
TABLE.contenttable {border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
TABLE.contenttable TR TH{ background-color: #FED30F;}
TABLE.contenttable TR TD { padding: 0px 5px 0px 5px; margin: 0px 0px 0px 0px;}
TABLE.contenttable TR TD P.bodytext { font-size: 11px; line-height: 15px; vertical-align:middle; }
TABLE.contenttable TR { background-color: #ffedae; border-bottom: 1px #333333 solid; } 
TABLE.contenttable TR-EVEN { background-color: #FED30F;}
TABLE.contenttable TR-ODD { background-color: #FF0000;}

TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: middle; } 

.tr-0 {
formatierungen für die erste Zeile
}
.tr-even {
formatierung für alle ungeraden Zeilen
}
.tr-even .td-last {
formatierung für die rechte Spalte der ungeraden Zeilen
}
.tr-odd .td-0{
formatierung für die linke Spalte der geraden Zeilen
}
.tr-odd .td-last {
formatierung für die rechte Spalte der geraden Zeilen
}
.tr-last {
formatierung für die letzte Zeile
}

TABLE.contenttable {border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
*/

TABLE.contenttable {
border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
width: 480px;
}
TABLE.contenttable TR.tr-odd {
height:20px;
background-color: #f7f7f7;
}
TABLE.contenttable TR.tr-even {
height:20px;
background-color: #ffffff;
}
TABLE.contenttable TR.tr-highlight {
height:20px;
background-color: #add3ee;
}

TABLE.contenttable TD.td-0{
width: 150px;
}


TABLE.contenttable-2 {
border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
width: 480px;
}

TABLE.contenttable-2 TD.td-0{
width: 100px;
}


TABLE.contenttable-2 TD.td-last{
width: 150px;
}


TABLE.contenttable-3 {
border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
width: 300px;
}

TABLE.contenttable TR.tr-odd {
height:20px;
background-color: #f7f7f7;
}
TABLE.contenttable TR.tr-even {
height:20px;
background-color: #ffffff;
}
TABLE.contenttable TR.tr-highlight {
height:20px;
background-color: #add3ee;
}
TABLE.contenttable TD.td-0{
width: 150px;
}



TABLE.spielplantable {
border: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
}
TABLE.spielplantable TR.tr-odd {
height:20px;
background-color: #ffffff;
}
TABLE.spielplantable TR.tr-even {
height:20px;
background-color: #f7f7f7;
}
TABLE.spielplantable TR.tr-highlight {
height:20px;
background-color: #add3ee;
}
TABLE.spielplantable TD.td-0{
width: 150px;
}


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
//DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; font-weight:bold;}
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; font-weight:bold;}
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }


.csc-sitemap ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.csc-sitemap li
{
background-position:left 7px;
background-image: url(images/liWeiss.gif);
background-repeat: no-repeat;
list-style-type: none;
}

.csc-sitemap a
{
display: block;
color: #000;
background-color: #f2f2f2;
width: 390px;
padding: 5px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
text-decoration: underline;
}

.csc-sitemap a:hover
{
}

.csc-sitemap li li a
{
display: block;
color: #999;
background-color: #FFF;
width: 300px;
padding-left: 10px;
font-weight: normal;
text-decoration: underline;
}

.csc-sitemap li li a:hover
{
}

.csc-sitemap li li li a
{
display: block;
color: #999;
background-color: #FFF;
width: 300px;

padding-left: 20px;
font-weight: normal;
text-decoration: underline;
}

.csc-sitemap li li li a:hover
{
}

.csc-sitemap li li li li a
{
display: block;
color: #999;
background-color: #FFF;
width: 300px;
padding-left: 30px;
font-weight: normal;
text-decoration: underline;
}

.csc-sitemap li li li li a:hover
{
}

UL { 
padding: 0px 0px 0px 0px; 
margin: 0px 0px 20px 12px; 
}

UL LI, p.bodytext li, li { 
margin-top: 0px; 
margin-bottom: 8px; 
background-position:left 7px; 
background-image: url(li.gif); 
background-repeat: no-repeat; 
padding: 0px 0px 0px 15px; 
list-style-type: none;
color: #333;
}

/*
UL LI { 
background-image: url(li.gif); 
background-repeat: no-repeat; 
background-position: 0px 7px; 
list-style-type: none;
color: #333;
}
*/

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/




/****************************************/
/* LZ_GALLERY */
/****************************************/
	#tx-lzgallery-pi1-main, .tx-lzgallery-pi1-main {
	margin: 10px 0px 0px 0px;
	padding:0px;	
	width: 100%;
	}
	
	#tx-lzgallery-pi1-listing, .tx-lzgallery-pi1-listing  {
	padding:0px;	
	width: 100%;
	}

	#tx-lzgallery-pi1-listing tr.line1 {background-color:lightgrey;color:black;}
	#tx-lzgallery-pi1-listing tr.line1 td.startdate{white-space:nowrap;}
	#tx-lzgallery-pi1-listing tr.line1 td.count{white-space-nowrap;padding-left:20px;}
	#tx-lzgallery-pi1-listing td.preview {padding:0px;width:80px;padding-left:4px; text-align: left;}
	#tx-lzgallery-pi1-listing td.title {font-face:bold;padding-left:10px;}
	#tx-lzgallery-pi1-listing tr.line2 {padding:0px;}
	
	/*#tx-lzgallery-pi1-listing a {color:black;}	*/
	#tx-lzgallery-pi1-listing, #line-descr-short, .tx-lzgallery-pi1-listing {border-width:0px;}
	#tx-lzgallery-pi1-parent-descr-short {padding:4px 4px 20px 4px;}
	#tx-lzgallery-pi1-parent-title {padding:4px 4px 4px 4px;}
	#tx-lzgallery-pi1-parent-count {padding:4px 4px 4px 4px;}
	#tx-lzgallery-pi1-parent-subcount {padding:0px 4px 4px 4px;}
	#tx-lzgallery-pi1-listing td.information {white-space:nowrap;}

    /* gallery - album  */
	
	#tx-lzgallery-pi1-fotonav, .tx-lzgallery-pi1-fotonav {
	width: 100%;
	
	}
	#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px;}
	#tx-lzgallery-pi1-fotonav td.descr {color:#ccc;}
	#tx-lzgallery-pi1-fotonav-browse { 
	margin: 15px 0px 0px 0px;
	width: 100%;
	background-color:#fff;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	}

	#tx-lzgallery-pi1-fotos {width: 100%; border-width:0px;border-style:solid;border-color:#333;text-align:center;padding: 0px 0px 0px 0px;margin:0px;background-color:#fff;}
	#tx-lzgallery-pi1-fotos td {text-align:center;padding: 10px 10px 10px 10px;border-width:1px;border-style:solid;border-color:#fff;margin:0px;background-color:#fff;}

	#tx-lzgallery-pi1-title {border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#333;text-align:center;margin-bottom:20px;}
	#tx-lzgallery-pi1-descr-long {margin:0px;text-align:justify;}

    /* gallery - annotations */
	.tx-lzgallery-pi1-5x5-filename {
	font-size:10px;font-style:italic;
	
	}
	.tx-lzgallery-pi1-1x1-1 {
	font-face:bold;
	border-bottom:1px solid fff; 
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	}
	.tx-lzgallery-pi1-1x1-2 {
	border-bottom:1px solid fff; 
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	}
	.tx-lzgallery-pi1-1x1-filename {font-size:10px;font-style:italic; margin: 3px 3px 10px 3px; padding-bottom: 10px;} 
	
/****************************************/
/* SIMPLE CALENDAR*/
/****************************************/
	
	.eventdetail_description {
	font-weight : normal;
	color: #333;
	}
	
	.eventdetail_shortdescription {
	font-weight : normal;
	color: #001B52;
	}
	
	
/****************************************/
/* NEWS */
/****************************************/

.imageNews img {
margin: 3px 20px 20px 0px;
float: left;
}


/****************************************/
/* RANGLISTE */
/****************************************/

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

/****************************************/
/* LEAGUE */
/****************************************/
.cfcleague-report-ticker-head {
padding: 4px;
margin-bottom: 2px;
background-color: #ADD3EE;
}

.cfcleague-matchtable-rowinfo {
height: 26px;
}

.cfcleague-matchtable-row0 {
background:#F7F7F7;
}

.cfcleague-leaguetable-rowTeam {
background-color:#ADD3EE;
}

/****************************************/
/* VIDEOS */
/****************************************/
.videolistitem {
float:left;
height:160px;
margin-top:10px;
margin-bottom:20px;
padding-right:20px;
width:160px;
height: 220px;
}

.tx-videoportal-pi1 {
clear:both;
}

.form_medium_text {
width: 200px;
}


.matchlist_date { width: 56px; }
.matchlist_date_time { width: 90px; }
.matchlist_comp { width: 82px; }
.matchlist_logo { width: 25px; }
.matchlist_team { width: 110px; }
.matchlist_team_120 { width: 120px; }
.matchlist_spacer { width: 6px; }
.matchlist_result { width: 50px; }
.matchlist_visitors { width: 58px; text-align:right; padding-right:8px; }
.matchlist_stadium { width:auto; }
.matchlist_stadium_180 { width: 180px; }

.tx-mmdamfilelist-pi1-listView div, .tx-mmdamfilelist-pi1-listheader div{
float:left;
}

.tx-mmdamfilelist-pi1-table {
width:100%;
margin-top:10px;
}

.tx-mmdamfilelist-pi1-listheader {
margin-top:10px;
height:26px;
}

.tx-mmdamfilelist-pi1-listrow, .tx-lfvnotifications-pi1 { width:700px; }

.tx-mmdamfilelist-pi1-listrow-even {
height:20px;
padding-top:4px;
background:#F1F1F1;
}

.tx-mmdamfilelist-pi1-listrow-odd  {
height:20px;
padding-top:4px;
background:#B0CADE;
}

.tx-mmdamfilelist-pi1-file_type {
width:20px;
}

.tx-mmdamfilelist-pi1-title {
/*width:300px;*/
}

.tx-mmdamfilelist-pi1-file_size {
width:70px;
text-align:right;
padding-right:10px;
}

.tx-mmdamfilelist-pi1-date_mod {
width:50px;
text-align:left;
padding-left:4px;
}

.tx-mmdamfilelist-pi1-ziplink {
width:50px;
clear:right;
}

.tx-mmdamfilelist-pi1-normallink,
.tx-mmdamfilelist-pi1-details {
width: 60px;
}

.tx-mmdamfilelist-pi1-selector-element-even, .tx-mmdamfilelist-pi1-selector-element-odd {
height:30px;
float:left;
}

.tx-mmdamfilelist-pi1-orderselector {
height:20px;
float:left;
}

.tx-mmdamfilelist-pi1 {
margin-top:0px;
}

.tx-mmdamfilelist-pi1-searchbox td, .tx-mmdamfilelist-pi1-searchbox table {
padding:0px;
margin:0px;
}

.tx-mmdamfilelist-pi1-searchbox-button {
margin-left:4px;
}

.tx-mmdamfilelist-pi1-selector-element-odd {
padding-right:20px;
}

#tx_mwimagemap_img_615 { border:0px; }

.round_selection_div {
background:#ADD3EE none repeat scroll 0 0;
float:left;
height:18px;
margin-right:2px;
padding-top:2px;
text-align:center;
width:20px;
font-size:11px;
}

.cup_round_selection_div {
background:#ADD3EE none repeat scroll 0 0;
float:left;
height:18px;
margin-right:2px;
padding-top:2px;
text-align:center;
padding-left:5px;
padding-right:5px;
font-size:11px;
}


.cfcleague-scopeselection-round a {
color:#0C68B1;
font-weight:normal;
}

.cfcleague-scopeselection-round {
font-size:10px;
font-weight:bold;
padding-top:10px;
width:600px;
clear:both;
height:20px;
}

.cfcleague-scopeselection-round-title {
margin-bottom:6px;
}

.cfcleague-matchtable {
margin-bottom:20px;
}

.cfcleague-matchtable-row-date {
height: 20px;
}

.cfcleague-matchtable-row-date {
height: 20px;
}

.cfcleague-matchtable-row-date0 {
background:#F7F7F7 none repeat scroll 0 0;
}

.cfcleague-matchtable-rowmatch {
height: 30px;
}



/****************************************/
/* AKKREDITIERUNGS-FORMULAR 			*/
/****************************************/

/* Zusätzliche IE-Hacks siehe am Ende 
dieses Abschnitts! */

#medien .tx_powermail_pi1_fieldwrap_html {
margin-bottom:15px;
clear:none;
}

#medien .tx_powermail_pi1_fieldwrap_html label {
/*margin-top:-2px; /* */
line-height:1.1em;
padding-top:0.1em;
}

#medien .tx_powermail_pi1_fieldwrap_html select {
width:211px;
padding-left:0;
}


/* RADIO BTN 
#medien .tx_powermail_pi1_fieldwrap_html_radio {
}
#medien .tx_powermail_pi1_fieldwrap_html_radio input {
width:auto;
float:none;
}
#medien .tx_powermail_pi1_fieldwrap_html_radio label {
padding-top:4px;
float:right;
width:85px;
}
* html #medien .tx_powermail_pi1_fieldwrap_html_radio label {
padding-top:5px;
}
* + html #medien .tx_powermail_pi1_fieldwrap_html_radio label {
padding-top:5px;
}
#medien .powermail_radio_inner {
width:110px;
margin-bottom:12px;
margin-left:75px;
}
#medien .tx_powermail_pi1_fieldwrap_html_radio_title {
width:70px;
margin-bottom:2px;
float:left;
}
*/


/* CHECKBOXEN */
#medien .tx_powermail_pi1_fieldwrap_html_check {
}

#medien .tx_powermail_pi1_fieldwrap_html_check input {
width:auto;
float:none;
}

#medien .tx_powermail_pi1_fieldwrap_html_check label {
padding-top:4px;
padding-left:3px;
float:right;
width:450px;
}
* html #medien .tx_powermail_pi1_fieldwrap_html_check label {
padding-top:5px;
}
* + html #medien .tx_powermail_pi1_fieldwrap_html_check label {
padding-top:5px;
}

#medien .powermail_check_inner {
width:220px;
}
* html #medien .powermail_check_inner {
width:230px;
}
* + html #medien .powermail_check_inner {
width:230px;
}

#medien .tx_powermail_pi1_fieldwrap_html_check_title {
margin-bottom:2px;
}



/* FACILITIES */
/* DE */
#medien #powermaildiv_uid61, #medien #powermaildiv_uid64, #medien #powermaildiv_uid66 { /* Text hinter einer Checkbox */
/*width:140px; /* */
width:250px;
height:26px;
margin-left:170px;
float:none;
}
#medien #powermaildiv_uid61 input, #medien #powermaildiv_uid64 input, #medien #powermaildiv_uid66 input {
width:30px;
}
#medien #powermaildiv_uid61 label, #medien #powermaildiv_uid64 label, #medien #powermaildiv_uid66 label {
/*margin-top:2px;*/
width:38px;
float:none;
}

#medien #powermaildiv_uid90, #medien #powermaildiv_uid63, #medien #powermaildiv_uid65 { /* Schreibplatz, Kabine & Zone */
clear:both; /* */
height:24px;
padding-top:4px;
}

/* EN */
#medien #powermaildiv_uid169, #medien #powermaildiv_uid173, #medien #powermaildiv_uid177 { /* Text hinter einer Checkbox */
/*width:140px; /* */
width:250px;
height:26px;
margin-left:170px;
float:none;
}
#medien #powermaildiv_uid169 input, #medien #powermaildiv_uid173 input, #medien #powermaildiv_uid177 input {
width:30px;
}
#medien #powermaildiv_uid169 label, #medien #powermaildiv_uid173 label, #medien #powermaildiv_uid177 label {
/*margin-top:2px;*/
width:38px;
float:none;
}

#medien #powermaildiv_uid168, #medien #powermaildiv_uid172, #medien #powermaildiv_uid176 { /* Schreibplatz, Kabine & Zone */
clear:both; /* */
height:24px;
padding-top:4px;
}



/* INSTALLATION Hauptpunkte */
/* DE */ /* ISDN, Tel, Strom */
#medien #powermaildiv_uid68, #medien #powermaildiv_uid71, #medien #powermaildiv_uid74 {
width:200px;
margin-bottom:0;
float:none;
}
* html #medien #powermaildiv_uid68, * html #medien #powermaildiv_uid71, * html #medien #powermaildiv_uid74 {
clear:both;
}
* + html #medien #powermaildiv_uid68, * + html #medien #powermaildiv_uid71, * + html #medien #powermaildiv_uid74 {
clear:both;
}

/* EN */ /* ISDN, Tel, Strom */
#medien #powermaildiv_uid180, #medien #powermaildiv_uid183, #medien #powermaildiv_uid186 {
width:200px;
margin-bottom:0;
float:none;
}
* html #medien #powermaildiv_uid180, * html #medien #powermaildiv_uid183, * html #medien #powermaildiv_uid186 {
clear:both;
}
* + html #medien #powermaildiv_uid180, * + html #medien #powermaildiv_uid183, * + html #medien #powermaildiv_uid186 {
clear:both;
}


/* DE */
#medien #powermaildiv_uid68 .powermail_check_inner, #medien #powermaildiv_uid71 .powermail_check_inner, #medien #powermaildiv_uid74 .powermail_check_inner {
width:300px;
}
* html #medien #powermaildiv_uid68 .powermail_check_inner, * html #medien #powermaildiv_uid71 .powermail_check_inner, * html #medien #powermaildiv_uid74 .powermail_check_inner {
width:310px;
}
* + html #medien #powermaildiv_uid68 .powermail_check_inner, * + html #medien #powermaildiv_uid71 .powermail_check_inner, * + html #medien #powermaildiv_uid74 .powermail_check_inner {
width:310px;
}

#medien #powermaildiv_uid68 label, #medien #powermaildiv_uid71 label, #medien #powermaildiv_uid74 label {
width:280px;
}

/* EN */
#medien #powermaildiv_uid180 .powermail_check_inner, #medien #powermaildiv_uid183 .powermail_check_inner, #medien #powermaildiv_uid186 .powermail_check_inner {
width:300px;
}
* html #medien #powermaildiv_uid180 .powermail_check_inner, * html #medien #powermaildiv_uid183 .powermail_check_inner, * html #medien #powermaildiv_uid186 .powermail_check_inner {
width:310px;
}
* + html #medien #powermaildiv_uid180 .powermail_check_inner, * + html #medien #powermaildiv_uid183 .powermail_check_inner, * + html #medien #powermaildiv_uid186 .powermail_check_inner {
width:310px;
}

#medien #powermaildiv_uid180 label, #medien #powermaildiv_uid183 label, #medien #powermaildiv_uid186 label {
width:280px;
}



/* LABEL nur Textausgabe */
/* DE */
#medien #tx-powermail-pi1_fieldset_16 .tx_powermail_pi1_fieldwrap_html_label {
float:left; /* */
width:48px;
margin-left:20px;
/*padding-top:4px;
/*float:none; /* */
}

/* EN */
#medien #tx-powermail-pi1_fieldset_24 .tx_powermail_pi1_fieldwrap_html_label {
float:left; /* */
width:48px;
margin-left:20px;
/*padding-top:4px;
/*float:none; /* */
}


/* AKKREDITIERUNGSLISTE */
/* DE/EN */ /* Überschrift */
#medien #tx-powermail-pi1_fieldset_17 #powermaildiv_uid78, #medien #tx-powermail-pi1_fieldset_17 #powermaildiv_uid79, 
#medien #tx-powermail-pi1_fieldset_25 #powermaildiv_uid191, #medien #tx-powermail-pi1_fieldset_25 #powermaildiv_uid192 {
/* width:227px; /* */
width:200px;
height:1.5em;
float:left; /* */
margin:0;
padding-left:2px;
}
#medien #tx-powermail-pi1_fieldset_17 #powermaildiv_uid79, 
#medien #tx-powermail-pi1_fieldset_25 #powermaildiv_uid192 {
margin-left:14px; /*33px;*/
}
* html #medien #tx-powermail-pi1_fieldset_17 #powermaildiv_uid79, 
* html #medien #tx-powermail-pi1_fieldset_25 #powermaildiv_uid192 {
margin-left:18px; /*41px;*/
}
* + html #medien #tx-powermail-pi1_fieldset_17 #powermaildiv_uid79, 
* + html #medien #tx-powermail-pi1_fieldset_25 #powermaildiv_uid192 {
margin-left:18px; /*41px;*/
}


/* DE/EN */
#medien #tx-powermail-pi1_fieldset_17 .tx_powermail_pi1_fieldwrap_html_text, 
#medien #tx-powermail-pi1_fieldset_25 .tx_powermail_pi1_fieldwrap_html_text {
/*width:217px;*/
margin:0;
/* margin-bottom:2%; /* */
padding:0;
float:left;
}
/*tx_powermail_pi1_fieldwrap_html tx_powermail_pi1_fieldwrap_html_text tx_powermail_pi1_fieldwrap_html_193 odd*/

/* DE/EN */
#medien #tx-powermail-pi1_fieldset_17 .tx_powermail_pi1_fieldwrap_html_text input, 
#medien #tx-powermail-pi1_fieldset_25 .tx_powermail_pi1_fieldwrap_html_text input {
/*background-color:#006633; /* */
/*width:45%; /* */
height:1.5em;
/* float:left; /* */
margin:0;
margin-right:2%;
margin-bottom:0;
}


/* DE/EN */
#medien #tx-powermail-pi1_fieldset_17 .tx_powermail_pi1_fieldwrap_html_text label, 
#medien #tx-powermail-pi1_fieldset_25 .tx_powermail_pi1_fieldwrap_html_text label {
display:none;
}


/* Pflichtfeld-Warnung */
/* DE/EN */
#medien #tx-powermail-pi1_fieldset_17 .powermail_mandatory_js, 
#medien #tx-powermail-pi1_fieldset_25 .powermail_mandatory_js {
background-color:#8F1B21;
color:#fff;
width:128px;
margin-left:40px;
margin-right:47px;
margin-top:0;
padding:0;
text-align:center;
}



/* WEITER UND ZURÜCK-BUTTONS */
#medien .tx_powermail_pi1_submitmultiple_back, #medien .tx_powermail_pi1_submitmultiple_forward {
background-color:#E6E6E6;
border:1px solid #4F4F51;
color:#4F4F51;
float:left; /* */
font-size:11px;
margin-left:9px;
margin-top:10px;
padding:3px;
text-align:center;
width:auto;
}
* html #medien .tx_powermail_pi1_submitmultiple_back, * html #medien .tx_powermail_pi1_submitmultiple_forward {
margin-left:0px;
margin-right:9px;
}
* + html #medien .tx_powermail_pi1_submitmultiple_back, * + html #medien .tx_powermail_pi1_submitmultiple_forward {
margin-left:0px;
margin-right:9px;
}

/* SUBMIT BUTTON */
#medien .tx_powermail_pi1_fieldwrap_html input.powermail_submit {
/*right; /* */
width:auto;
}
#medien .powermail_submit {
}

/* DE */
#medien #powermaildiv_uid87 {
margin-left:1px; /* */
}

/* EN */
#medien #powermaildiv_uid206 {
margin-left:1px;
}



/* PRESSEAUSWEIS */
/* DE */
#medien #powermaildiv_uid82 {
clear:both;
}

#medien #powermaildiv_uid201 {
clear:both;
}



/* TRENNER MIT ÜBERSCHRIFT */
/* hr */
#medien hr {
clear:both;
margin-bottom:0px;
margin-left:-1px;
}

/* h2 */
#medien h2 {
margin-top:0px;
}

#medien .tx_powermail_pi1_fieldwrap_html_html {
margin-bottom:5px;
}



/* AUGABE */
#medien p.bodytext {
margin:0;
padding:0 4px;
}

/* Gesamte Ausgabe-Tabelle */
#medien .contenttable {
width:auto;
}
#medien .powermail_all_td {
width:50%;
}
#medien tr {
}
#medien tr:hover {
background-color:#F1F1F1;
}



/* SEITENÜBERSCHRIFT (Fieldset-Legend */
#medien legend {
font-size:13px;
color:#001B52;
}



/* PAGEBROWSER */
#medien .powermail_pagebrowser {
/* display:none; /* */
text-align:right;
float:right;
}



/* ZUSÄTZLICHE IE-HACKS */
/* DE/EN */
* html #medien #advice-required-uid50, * html #medien #advice-required-uid51,
* html #medien #advice-required-uid156, * html #medien #advice-required-uid157 {
margin-left:0;
padding-left:0;
}
* + html #medien #advice-required-uid50, * + html #medien #advice-required-uid51,
* + html #medien #advice-required-uid156, * + html #medien #advice-required-uid157 {
margin-left:0;
padding-left:2px;
}



.clear {
clear:both;
height:0;
margin:0;
padding:0;
}
/*
<div id="powermaildiv_uid80" class="tx_powermail_pi1_fieldwrap_html tx_powermail_pi1_fieldwrap_html_text tx_powermail_pi1_fieldwrap_html_80 even">
<label for="uid80">Name 1</label>
<input id="uid80" class="powermail_medien powermail_text powermail_uid80" type="text" tabindex="44" name="tx_powermail_pi1[uid80]"/>
</div>


/*tx_powermail_pi1_fieldwrap_html tx_powermail_pi1_fieldwrap_html_check tx_powermail_pi1_fieldwrap_html_70 odd /* */



/****************************************/
/* AJAX_MAIL_SUBSCRIPTION
/****************************************/
/* ACHTUNG: Die Extension verwendet die Klassen von tx_powermail; 
dies ist im Template definiert! */
.ajaxmailsubscription .gender {
}
.ajaxmailsubscription .first_name {
}
.ajaxmailsubscription .middle_name {
display:none;
}
.ajaxmailsubscription .last_name {
}
.ajaxmailsubscription .birthday {
display:none;
}
.ajaxmailsubscription .title {
display:none;
}
.ajaxmailsubscription .phone {
display:none;
}
.ajaxmailsubscription .mobile {
display:none;
}
.ajaxmailsubscription .www {
display:none;
}
.ajaxmailsubscription .address {
display:none;
}
.ajaxmailsubscription .building {
display:none;
}
.ajaxmailsubscription .room {
display:none;
}
.ajaxmailsubscription .company {
display:none;
}
.ajaxmailsubscription .city {
display:none;
}
.ajaxmailsubscription .zip {
display:none;
}
.ajaxmailsubscription .region {
display:none;
}
.ajaxmailsubscription .country {
display:none;
}
.ajaxmailsubscription .fax {
display:none;
}



/* GENDER */
.ajaxmailsubscription .gender {
}
.ajaxmailsubscription .gender label {
}
.ajaxmailsubscription .gender select {
width:18.95em;
}



/* LINKS */
.ajaxmailsubscription.link {
margin-bottom:1em;
}
#tx_odsajaxmailsubscription_pi1_unsubscribe {
margin-bottom:2.5em;
}



/* INFO */
#tx_odsajaxmailsubscription_pi1_info {
margin-bottom:2.5em;
}

#tx_odsajaxmailsubscription_pi1_info .info {
background:#001B52;
color:#FFFFFF;
padding:6px;
}



/* SUBMIT */
.ajaxmailsubscription .tx_powermail_pi1_fieldwrap_html_submit {
margin-bottom:0;
margin-left:79px;
}
.tx_powermail_pi1_fieldwrap_html_submit input {
width:212px; /* */
}
* html .tx_powermail_pi1_fieldwrap_html_submit input {
width:auto;
}
* + html .tx_powermail_pi1_fieldwrap_html_submit input {
width:auto;
}



/****************************************/
/* BZDSTAFFDIRECTORY
/****************************************/
.tx_bzdstaffdirectory_detail h1 {
margin-top:20px;
margin-bottom:0;
padding-bottom:10px;
}


.tx_bzdstaffdirectory_detail span.label {
display:block;
font-weight:bold;
line-height:16px;
}


.tx_bzdstaffdirectory_detail span.value {
display:block;
margin-bottom:1em;
}

.tx_bzdstaffdirectory_detail .groups {
display:none;
}


.tx_bzdstaffdirectory_detail .image {
float:left;
}

.tx_bzdstaffdirectory_detail .informations {
color:#333333;
margin-left:130px;
}

.tx_bzdstaffdirectory_detail {
float:none;
clear:both;
}

.akkreditierung {
background:none repeat scroll 0 0 #003979;
padding:6px;
}

.akkreditierung a {
color:#FFFFFF;
}