/**
 * 
 * reset.css
 *
 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
body.page_nutzungsbedingungen #Content ol {
  list-style: decimal;
}

body.page_nutzungsbedingungen #Content ol ol { 
  list-style: lower-latin;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* todo: klasse mit sinnvollem namen verwenden */
table.null td {
	border-collapse: collapse;
  border: none;
	border-spacing: 0;
  border-bottom: 1px solid #D0D0D0;
  padding: 5px;
  font-size: 12px;
}

a img {
  border: none;
}

/* Bild-Ausrichtungen */
#Content img {
  border: 2px solid #D0D0D0;
}
#Content #Slider img,
#Content .news img,
#Content #NewsRotation img,
#Content .matchbox  img,
#Content table.formatted img,
#Content a.spieler img,
#Content h1 img,
#Content img.noborder,
#Content .steckbrief_box img,
#Content .board_master img {
  border: none;
}
#Content img.picture_left {
	float: left;
	margin-right: 16px;
}
#Content img.picture_right {
	float: right;
	margin-left: 16px;
}

/*#Content table tr td {
	padding: 2px 0;
}
*/
/**
 * 
 * design.css 
 *
 **/
#WrapperSky {
	margin: 0 auto;
	width: 1140px;
	position: relative;
}

#Wrapper {
  width: 980px;
/*  margin: 0 auto;*/
/*	overflow: auto;*/
	background-color: #fff;
}
#SkyScraper {
	width: 160px;
	float: right;
	position: absolute;
	top: 249px;
	right: 0;
	text-align: center;
}
#Header {
  width: 980px;
/*  height: 243px;*/
	height: 229px;
  position: relative;
}

#Header .logolink {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
#Header .logolink a {
  display: block;
  background: transparent url(/images/fancybox/blank.gif) top left repeat;
  width: 355px;
  height: 90px;
}
#Header .englishlink {
  position: absolute;
  display:block;
  height:15px;
  background: transparent url(/images/fancybox/blank.gif) top left repeat;
  right:20px;
  top:10px;
  width:60px;
  z-index: 200;
}
#Header .fraportlink {
  background: transparent url(/images/fancybox/blank.gif) top left repeat;
  position: absolute;
  display:block;
  height:0px;
  padding-top: 70px;
  overflow:hidden;
  right:20px;
  bottom:43px;
  width:160px;
  z-index: 100;
}

#Header .logolink span,
#Header .englishlink span,
#Header .fraportlink span {
  display: none;
}

#Left {
	margin-left: 20px;
  margin-bottom: 40px;
  width: 180px;
	padding-top: 20px;
}
#Content {
  width: 580px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:100%;
}
#Content.full {
	width:740px;
}
body#Popup #Content {
  width: 100%;
  padding: 0;
}

#Box {
	width: 180px;
}
#Content, #Left, #Box {
	background-color: #fff;
}
#Left, #Box {
	/* line-height: 1.5; */
  font-size: 84%;
}
#Footer {
  clear: both;
  width: 980px;
  height: 200px;
  background: url(/images/design/footer_bg.jpg); 
  position: relative;
}

#Footer ul.nav_bottom {
	position: absolute;
  right: 0;
  bottom: 10px;
  list-style-type: none;
}
#Footer ul.nav_bottom li {
	float: left;
	margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
	color: #fff;
}
#Footer ul.nav_bottom li.last {
  border-right: none;
  margin-right: 0;
}
#Footer ul.nav_bottom li a {
	color: #fff;
	font-size: 78%;
}
#Footer ul.nav_bottom li a:hover {
	color: #bcbcbc;
}

#Fotter ul.footer_boxes {
	position: absolute;
  left: 0px;
  top: 0px;
  list-style-type: none;
}
#Footer ul.footer_boxes li {
	background: transparent url(/images/design/footer_box_sep.gif) right top no-repeat; 
  border: none;
  float: left;
  padding: 25px 10px;
  height: 100px;
	margin: 0;
  width: 176px;
  position: relative;
}
#Footer ul.footer_boxes li.last {
  background: none;
}

#Footer ul.footer_boxes li h2 {
  font-weight: bold;
  font-size: 78%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
#Footer ul.footer_boxes li p {
  font-size: 70%;
  color: #bcbcbc;
  margin-bottom: 10px;
}
#Footer ul.footer_boxes li small {
  font-size: 70%;
}
#Footer ul.footer_boxes li img {
  position:absolute;
  right:5px;
  top:40px;
}
#Footer ul.footer_boxes li p a {
  background: transparent url(/images/design/link_arrow_white_on_dark.gif) left center no-repeat;
  color: #fff;
  padding-left: 10px;
  line-height: 160%;
}
#Footer ul.footer_boxes li h2 a {
  color: #fff;
}
#Footer ul.footer_boxes li a:hover {
  color: #bcbcbc;
}
/*
#Search {
  position: absolute;
  margin-top: -180px;
  margin-left: 800px;
  background: #f00;
} 
*/
#Search {
  bottom:175px;
  position:absolute;
  right:20px;
  z-index:100;
}
#Header #Search input {
  padding: 5px;
	width: 124px;
	height: 15px;
}
#Header #Search img {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
}
#Left #navigation, #Left #navigation_single {
	margin-right:20px;
	font-size: 86%;
	line-height: 1.5;
}
#Left #navigation_single {
	background-color: #e3e3e3;
	font-size: 65%;
}

#Left #navigation ul.navigation {
	margin-left: 8px;
}
#Left .navigation li {
  list-style-type: none;
}
#Header .top_navigation {
	height: 29px;
/*	width: 980px;*/
}

.navigation li ul li a.external span {
	background-image:url(/images/v2007/navigation/external_second.gif);
}
.navigation li a.external span {
	background:transparent url(/images/v2007/navigation/external.gif) no-repeat scroll right 4px;
	padding-right:12px;
}


#Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 {
	margin: 10px 0;
}

/**
 *
 * ef-main.css 
 *
 *
 **/
/**
* Seitenformatierung
*/
html {
  margin:           0px;
  padding:          0px;
}

body {
  margin:           0px;
  padding:          0px;
  /* letter-spacing: 0.2px; */
  background: #020000 url(/images/design/bg.jpg) top center no-repeat;
  color: #333333;
}

body#Popup {
  padding: 50px 20px 20px;
  background: #fff url(/images/popup/popup_header.jpg) top left no-repeat;
}

/**
* Schriftart
*/
body, th, td {
  font-family:        Helvetica, Arial, sans-serif;
}

/**
* Ausrichtungen
*/
.left, .float_left {
  float:            left;
}

.right, .float_right {
  float:            right;
}

.center {
  text-align:         center;
}

.clear_both {
  clear:            both;
}

.display_none {
  display:          none;
}
img.left {
	margin-right: 20px;
}
img.right {
	margin-left: 20px;
}

/**
* Formatierungen
*/
.bold {
  font-weight:        bold;
}

/**
* Einrückungen
*/
.left_indent {
  padding-left:       20px;
}

/**
* Loginformular
*/
#form_login input.textfield {
  border: 1px solid #abadb3;
  margin-bottom: 3px;
  width:140px;
}
#form_login .small_button {
  position: absolute;
  right: 4px;
  bottom: 8px;
}
#form_login input.bg-pass {
  background: #fff url(/images/design/login_password.gif) 2px 3px no-repeat;
}
#form_login input.bg-nick {
  background: #fff url(/images/design/login_nickname.gif) 2px 3px no-repeat;
}

#box_community_status #chk_cookie_label {
  line-height: 24px;
}
#box_community_status #chk_cookie {
  vertical-align: text-bottom;
  margin:0;
}
/**
* Generelle Formatierung im Inhaltsbereich
*/
#Content p, #Content form, #Content ul, #Content ol {
  /* WARUM DAS SCHRIFTEN-DURCHEINANDER? */
  /* font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif; */
  line-height:        1.5;
  font-size:          70%;
	margin: 6px 0;
}

#Content  ul {
  list-style-position:outside;
  list-style-type:disc;
}

#Content ol, #Content ul {
  margin:0 0 1em 2em;
}
.content_table {
  font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif;
  line-height:        1.5;
}

#Content form p, #Content form ul, #Content form ol, #Content form td, #Content form th,
#Content ol p, #Content ul p, #Content p p, #Content td p, #Content th p,
#Content ol ol, #Content ul ol, #Content p ol, #Content td ol, #Content th ol,
#Content ol ul, #Content ul ul, #Content p ul, #Content td ul, #Content th ul,
#Content ol form, #Content ul form, #Content p form, #Content td form, #Content th form,
#Content .content_table p, #Content .content_table form, #Content .content_table ul, #Content .content_table ol,
#Content .content_table h1, #Content .content_table h2, #Content .content_table h3, #Content .content_table h4 {
  font-size:          100%;
}

#Popup ol form, #Popup ul form, #Popup p form, #Popup td form, #Popup th form {
  font-size:          100%;
}

#Content h1, #Content h2 {
  font-family:        Helvetica, Arial, sans-serif;
  color:            #cc0000;
}

/**
* Seitenüberschriften
*/
#Content h1, #Content form h1 {
  font-size:          120%;
  margin-bottom:        20px;
}

#Content > h1 {
  margin:           4px 0 8px 0;
}

#Content h1.first {
  margin:           4px 0 8px 0;
}

#Content h2 {
  font-size:          100%;
  line-height:        1.2;
}

#Content form h2 {
  font-size:          145%;
}

#Content h2.numbering {
  padding-left:       30px;
}

#Content h2.numbering span {
  background:         transparent url(/images/v2007/layout/background_hnumber.gif) left top no-repeat;
  text-align:         center;
  position:         absolute;
  display:          block;
  padding:          2px 0 0 0;
  margin:           -2px 0 0 -30px;
  height:           21px;
  width:            23px;
  color:            #ffffff;
}

#Content h2.numbering.first span {
  padding-right:        1px;
  width:            22px;
}

#Content h3 {
  font-size:          110%;
}
#Content h3.iconized  {
  padding-left: 35px;
  line-height: 30px;
}
#Content h3.youtube {
  background: #fff url(/images/design/youtube_small_icon.png) left center no-repeat;
}
#Content h3.twitter {
  background: #fff url(/images/design/twitter_small_icon.png) left center no-repeat;
}
#Content h3.rss {
  background: #fff url(/images/design/rss_small_icon.png) left center no-repeat;
}
#Content h3.eintrachtbox {
  background: #fff url(/images/design/eintrachtbox_small_icon.png) left center no-repeat;
}
#Content h3.ical {
  background: #fff url(/images/design/ical_small_icon.png) left center no-repeat;
}
#Content h3.newsletter {
  background: #fff url(/images/design/newsletter_small_icon.png) left center no-repeat;
}
#Content h3.mobile {
  background: #fff url(/images/design/mobile_small_icon.png) left center no-repeat;
}
#Content h3.apple {
  background: #fff url(/images/design/apple_small_icon.png) left center no-repeat;
}
#Content h3.radio {
  background: #fff url(/images/design/radio_small_icon.png) left center no-repeat;
}
#Content h3.sms {
  background: #fff url(/images/design/sms_small_icon.png) left center no-repeat;
}
#Content h4.bigger {
  font-size:          100%;
}

#Content h4.category {
  text-transform:       none;
  letter-spacing:       normal;
  border-bottom:        1px solid #dbdbdb;
  padding:          8px 0 3px 0;
  color:            #000000;
}

/**
* Generelle Formularformatierung für den Inhaltsbereich
*/
/* @group Formulare */
input[type="text"], input[type="password"], input[type="file"], textarea, select {
  border:1px solid #ccc;
  font-size: 12px;
  /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 1em;
  padding: 0.2em 0;*/
}

input[type="text"], input[type="password"], input[type="file"] {
  padding: 3px 0 0 2px;
  height: 16px;
}

/* @group Fieldset */
#Content fieldset {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  float: left;
  clear: left;
}
#Content fieldset.no_border {
  border: none;
}
#Content legend {
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 0;
}
#Content legend span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 0.5em;
}
#Content fieldset ol {
  margin: 0;
  padding: 5px 0 0 10px;
}
#Content fieldset ol.vertical {
  padding: 5px 0 0 0;
}
#Content fieldset li {
  width: 100%;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
  clear: left;
}
#Content fieldset label {
  width: 12em;
  margin-right: 1em;
  display: block;
  float: left;
}
#Content fieldset label em {
  left:12em;
  font-style: normal;
}
#Content fieldset .innerInline label {
  display: inline;
  float: none;
}

#Content fieldset .vertical li,
#Content fieldset .vertical li label{
  width: auto;
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  float: none;
}
#Content fieldset .vertical li {
  margin-right: 1em;
}
/* @end */



/* @group verschachtelte Fieldsets */
#Content fieldset fieldset {
  background: none;
  border-style: none;
  margin-bottom: -2.5em;
  margin-top: 10px;
}
#Popup #Content fieldset fieldset {
  margin-bottom: -5.5em;
}
#Content fieldset fieldset legend {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0;
}
#Content fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 148px;
  padding: 0;
}
#Content fieldset fieldset label {
  width: auto;
  margin-right: auto;
  float: none;
  display: inline;
}
/* @end */



/* @group Fieldset Submit */
#Content fieldset.submit {
  width: auto;
  background: none;
  border: none;
  margin-bottom: 0.8em;
  padding: 0 0 0 158px;
  float: none;
}
#Content .submit button,
#Content .submit button:active {
  border: none !important;
  color: #5B5B5B;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0;
  background: transparent url(/images/design/button_big_left_bg.gif) left center no-repeat;
}
#Content .submit button:hover {
  color: #000;
}
/*#Content fieldset.submit button:hover {
  background: transparent url(/images/design/button_big_left_hover_bg.gif) left center no-repeat;
}*/
#Content .submit button span{
  background: transparent url(/images/design/button_big_right_bg.gif) right top no-repeat;
  display:block;
  line-height:25px;
  margin:0 0 0 4px;
  padding:0 10px 0 3px;
  vertical-align:top;
}
*+html #Content .submit button span{
  margin:1px 0 0 4px;
}
*+html #Content .submit button {
  overflow: visible;
}
/*#Content fieldset.submit button:hover span {
  background: transparent url(/images/design/button_big_right_hover_bg.gif) right top no-repeat;
}*/

/* @end */

#Content .formError {
  color: #ff4a4a;
  background-color: #ffeeee;
  border: 1px solid #ff4a4a;
  padding: .5em 1em;
  margin-bottom: 1em;
}
/* @end */


#Content .textfield {
  padding:          2px;
  font-family:        Helvetica, Arial, sans-serif;
  /*font-size:          110%;
  font-weight:        bold;
  font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
}

#Content textarea.textfield {
  font-weight:        normal;
}

#Content .textfield.disabled {
  font-weight:        normal;
}

#Content .textfield:hover {
  background-color:     #cc0000;
  color:            #ffffff;
}

#Content .textfield:hover {
  color:            #000000;
  background-color:     #ffffff;
} 

#Content label.label {
  font-weight:        bold;
}

#Content label.block {
  display:          block;
}

#Content select.select {
  padding:          2px;
  font-size:          100%;
  /*font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
}

/*#Content select.select:hover {
  background-color:     #cc0000;
  color:            #ffffff;
}*/

#Content input.button {
  cursor:           pointer;
  /*font-size:          110%;
  font-weight:        bold;
  font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
}

/*#Content input.button:hover {
  background-color:     #cc0000;
  border-color:       #cc0000;
  color:            #ffffff;
}*/

#Content input.button.smaller {
  font-size:          100%;
}

#Left .small_button,
#Box .small_button {
  border: none;
  color: #5b5b5b;
  background: transparent url(/images/design/small_button.gif) top left no-repeat;
  height: 20px;
  font-size: 90%;
  padding: 0 0 5px 0;
  width: 38px;
  cursor: pointer;
}
#Left .small_button:hover,
#Box .small_button:hover {
  color: #000;
}

/**
* Fieldsets
*/
#Content fieldset {
  margin:           0 0 10px 0;
  border:           1px solid #D0D0D0;
  /*background-color:     #f4f4f4; */
}

#Content fieldset legend {
  margin-left: 10px;
  font-weight:        bold;
  font-size:          120%;
  color:            #cc0000;
}

#Content fieldset p.column {
  margin:           5px 2px 5px 4px;
  width:            100px;
  float:            left;
}

#Content fieldset p.column.three {
  width:            312px;
}

#Content fieldset p.column label {
  display:          block;
  font-weight:        bold;
}

#Content fieldset p.column input,
#Content fieldset p.column select {
  width:            90px;
}

#Content fieldset p.column.three input,
#Content fieldset p.column.three select {
  width:            302px;
}

/**
* Auflistungen
*/
ul.bullet, div.person_vita ul {
  list-style-type:      none;
  padding:          0;
  margin:           0;
}

ul.bullet li, div.person_vita ul li {
  background:         transparent url(/images/v2007/icons/bullet_arrow_black.gif) 7px 7px no-repeat;
  padding:          1px 4px 1px 24px;
  margin-bottom:        4px;
}

div.person_vita ul li {
  margin-bottom:        0;
}

ul.bullet.red li {
  background-image:     url(/images/v2007/icons/bullet_arrow_red.gif);
}

ul.bullet.gray li, div.person_vita ul li {
  background-image:     url(/images/v2007/icons/bullet_arrow_gray.gif);
}
#Content ul.bullet, #Content ul.bullet.red ul, #Content ul.bullet.gray ul, #Content div.person_vita ul {
  list-style: none;
  margin: 0;
}

/**
* Definitionsliste
*/
dl.bullet dt {
  background:         transparent url(/images/v2007/icons/bullet_arrow_gray.gif) 5px 5px no-repeat;
  font-weight:        bold;
  padding-left:       20px;
}

dl.bullet dd {
  clear:            both;
  margin-top:         3px;
}

dl.bullet dd label {
  padding-top:        2px;
  display:          block;
  float:            left;
  width:            110px;
}

dl.bullet dd label.behind {
  display:          inline;
  float:            none;
  width:            auto;
}

dl.bullet dd .textfield {
  width:            460px;
}

/**
* Vereinsliste mit Link
*/
a.vereinslink {
  float:            left;
  width:            200px;
  height:           40px;
  border:           1px solid #cccccc;
  margin:           0 8px 8px 0;
  display:          block;
  padding:          20px 0 0 80px;
  font-weight:        bold;
  background-repeat:      no-repeat;
  background-position:    5px center;
}

a.vereinslink:hover, a.vereinslink:active {
  border-color:       #cc0000;
}

/**
* FAQs
*/
#faq_categories {
  list-style-type:      none;
  padding:          0px;
  margin:           0px;
}

#faq_categories.smaller {
  width:            151px;
  float:            left;
}

#faq_categories li {
  background-color:     #cccccc;
  font-weight:        bold;
  padding:          0;
  display:          block;
  margin:           0 2px 2px 0;
  float:            left;
  width:            190px;
}

#faq_categories.smaller li {
  float:            none;
  width:            150px;
  margin:           0 1px 1px 0;
  font-weight:        normal;
  background:         #cccccc url(/images/v2007/icons/radiobutton_graybg.gif) 4px 5px no-repeat;
}

#faq_categories li span {
  font-weight:        normal;
  font-style:         italic;
  font-size:          90%;
}

#faq_categories li.active {
  color:            #ffffff;
  background:         #cc0000 url(/images/v2007/icons/checkmark_redbg.gif) 7px 4px no-repeat;
}

#faq_categories.smaller li.active {
  background-position:    4px 4px;
}

#faq_categories li label {
  padding:          4px 0 4px 30px;
  display:          block;
  float:            left;
  width:            160px;
  cursor:           pointer;
}

#faq_categories.smaller li label {
  padding-left:       24px;
  float:            none;
}

#faq_categories li label:hover {
  text-decoration:      underline;
}

#faq_categories li input {
  position:         absolute;
  visibility:         hidden;
}

#fkeys {
  width:            400px;
}

#faq_answers li.active {
  background-color:     #efefef;
}

#faq_answers li.active span {
  font-weight:        bold;
}

#faq_answers li p {
  margin:           4px 8px 5px 0;
}

#faq_answers em.category {
  color:            #505050;
  font-size:          85%;
}

/**
* Sitemap-Liste
*/
#Content ul.sitemap {
  margin:           0;
  padding:          0;
  width:            275px;
  float:            left;
  list-style: circle;
}
#Content ul.sitemap ul {
  list-style: circle;
}
#Content ul.sitemap ul  ul {
  list-style: square;
}
#Content ul.sitemap li {
  font-size:          100%;
}

ul.sitemap li.nav1 {
  margin-bottom:        15px;
  list-style-type:      none;
}

ul.sitemap a.nav1 {
  font-weight:        bold;
  font-size:          130%;
}

ul.sitemap span {
  display:          none;
}

/**
* Bilder
*/
img.picture {
  border:           2px solid #cccccc;
}

img.picture.noborder {
  border:           none;
}

a:hover img.picture {
  border-color:       #cc0000;
}

img.picture.left {
  margin:           0 10px 10px 0;
}

img.picture.right {
  margin:           0 0 10px 10px;
}

p.picture, div.picture {
  background-color:     #f4f4f4;
  /*padding:          5px;*/
}

p.picture img.picture, div.picture img.picture {
  border-width:       0px;
  margin:           0px;
}

p.picture span, div.picture span {
  line-height:        1;
  font-size:          95%;
}

/**
* Fototicker
*/
#Content .fototicker_info {
  margin:           1px 0 10px 0;
  padding:          3px 10px 3px 10px;
  font-size:          70%;
  text-align:         right;
}

/**
* Artikelintros
*/
#Content .news.single {
  background-color:     #f4f4f4;
  padding:          10px;
  margin:           0 0 10px 0;
  min-height:       120px;
}

#Content .news h1 {
  margin:           0;
  padding:          0 0 6px 0;
  font-size:          100%;
}

#Content .news.single h1 {
  font-size:          100%;
}

#Content .news p {
  margin:           0;
  padding:          0 0 6px 0;
}

#Content .news.flash {
  background-color:     #ffffdd;
  border-bottom:        3px solid #cc0000;
  padding:          0 0 10px 0;
}

#Content .news.flash h4 {
  background-color:     #cc0000;
  padding:          3px 10px 3px 10px;
  color:            #ffffff;
}

#Content .news.flash h1 {
  margin:           10px 10px 0 10px;
}

#Content .news.flash p {
  padding-left:       10px;
  padding-right:        10px;
}

#Content .news.presse {
  background-color:     transparent;
  font-size:          90%;
  padding:          5px 6px 5px 0px;
  margin:           0 0 5px 0;
  min-height:       0;
}

#Content .news.presse img {
  border:           none;
}

#Content .news.presse a {
  font-weight:        bold;
}

#Content .news.presse .source {
  font-size:          80%;
  display:          block;
  color:            #606060;
}

#Content .news.presse .headline {
  font-size:          90%;
  display:          block;
  color:            #606060;
}

/**
* Aufmacher
*/
#Content #splash {
  margin:           0 0 10px 0; 
}

#Content #splash div.picture {
  background-color:     #f4f4f4;
  padding:          5px;
  margin:           0;
}

#Content #splash div.picture span {
  font-size:          70%;
  padding:          0 0 0 5px;
  margin: 0;
  color:            #909090;
}

#Content #splash h4 {
  padding:          4px 10px 0 10px;
  background-color:     #f4f4f4;
}

#Content #splash h1 {
  padding:          0 10px 6px 10px;
  background-color:     #f4f4f4;
}

#Content #splash p {
  padding:          0 7px 10px 10px;
  background-color:     #f4f4f4;
}

/**
* Absatzformatierungen
*/
#Content p.intro {
  font-weight:        bold;
}

#Content p.reference {
  color:            #606060;
  border-bottom:        1px solid #dbdbdb;
  padding-bottom:       10px;
}

#Content p.source {
  color:            #606060;
}

#Content .news p.source {
  padding-bottom: 0px;
  font-size: 0.7em;
  text-align: right;
}
#Content .news p.article_date {
  padding-bottom: 15px;
  margin-top: -15px;
  font-size: 0.7em;
  color: #606060;
}

#Content p.indent {
  margin-left:        20px;
}

#Content p.fault {
  color:            #cc0000;
  border:           1px solid #cc0000;
  padding:          4px 6px 4px 6px;
  font-weight:        bold;
  background-color:     #FFE5CC;
}

/**
* Texteinfärbungen
*/
.graytext {
  color:            #606060;
}

/**
* Linktypen mit Icons
*/
.linktype {
  padding-right:        20px;
  background:         transparent url(/images/v2007/icons/link_types.gif) right -148px no-repeat;
}

.linktype.inline {
  padding-right:        18px;
  background-position:    right -149px;
}

.linktype.article {
  background-position:    right 3px;
}

.linktype.inline.article {
  background-position:    right 4px;
}

.linktype.forum {
  background-position:    right -448px;
}

.linktype.inline.forum {
  background-position:    right -449px;
}

.linktype.extern {
  background-position:    right -298px;
}

.linktype.inline.extern {
  background-position:    right -299px;
}

span.linktype.page {
  background-position:    right -150px;
}

span.linktype.article {
  background-position:    right 1px;
}

span.linktype.forum {
  background-position:    right -449px;
}

span.linktype.extern {
  background-position:    right -300px;
}

/**
* Kasten: Related Links
*/
#related_links {
  float:            left;
  width:            305px;
  margin:           5px 0 10px 5px;
}

#related_links h3.darkgray {
  background-color:     #e5e5e5;
}

ul.related_links {
  margin:           0;
  padding:          0;
  line-height:        1.5;
  list-style-type:      none;
}

ul.related_links li {
  margin:           1px 0 0 0;
  padding:          0;
  font-weight:        bold;
}

#related_links ul.related_links li {
  font-weight:        normal;
  font-size:          70%;
}

#page_center ul.related_links li a {
  display:          block;
  padding:          4px 7px 4px 26px;
  background:         #e5e5e5 url(/images/v2007/icons/link_arrow_light.gif) 6px 6px no-repeat;
  border-left:        5px solid #cccccc;
  text-decoration:      none;
}

#page_center ul.related_links li a span {
  text-decoration:      underline;
}

#page_center ul.related_links li a .notice {
  text-decoration:      none;
  font-weight:        normal;
  color:            #909090;
}

#page_center ul.related_links li a:hover,
#page_center ul.related_links li a:active {
  background-color:     #cccccc;
  border-left-color:      #cc0000;
  background-position:    6px -59px;
}

/**
* "Member Count"
*/

.member_count_grid {
  background: transparent url(/images/design/membercount_bg.jpg) left top no-repeat;
  height: 23px;
  color: #fff;
}
.member_count_grid strong{
  float:left;
  display: block;
  padding: 4px 0 0 8px;
  font-size: 150%;
}
.member_count_grid span{
  float: right;
  padding: 6px 8px 0 0;
}

/**
* "Score Grid"
*/
.scoregrid {
  background-color:     #606060;
  height:           50px;
  width:            200px;
}

.scoregrid .grid {
  background:         transparent url(/images/v2007/layout/scoregrid.png) left top repeat;
  position:         absolute;
  height:           50px;
  width:            200px;
}

.scoregrid span {
  font-weight:        bold;
  text-align:         center;
  font-size:          220%;
  padding:          5px;
  display:          block;
  height:           40px;
  width:            190px;
  color:            #ffffcc;
}

/**
* "Matchbox"
*/
#MatchBox {
/*  margin-top: 14px;*/
	margin-bottom: 14px;
}
.matchbox {
  float:            left;
  width:            224px;
  height:           155px;
  margin:           0 1px 10px 0;
  padding:          0;
  background:         transparent url(/images/v2007/layout/background_matchbox.gif) left top no-repeat;
}

.matchbox.second {
  float:            right;
}

.thinborder .matchbox {
/*  margin-left:        2px;*/
}

div.matchbox.big {
	background: none;
	float: none;
	height: 208px;
/*	margin: 0 0 10px;*/
	width: 580px;
}

div.matchbox .match_resultpanel {
  background: transparent url(/images/design/matchbox_points_bg.jpg) top left no-repeat;
  height: 100px;
  position: relative;
}
div.matchbox .match_resultpanel .result {
  color:#fff;
  font-size:270%;
  font-weight:bold;
  text-align:center;
  padding-top: 30px;
}
div.matchbox .match_resultpanel .live {
  color: #fdfcad;
}
div.matchbox .match_teampanel {
  background: transparent url(/images/design/matchbox_teams_bg.gif) top left repeat-x;
  height: 28px;
  color: #2f2f2f;
  font-weight: bold;
  padding: 7px 0 0 0;
  position: relative;
  text-align: center;
}
div.matchbox .match_teampanel .center { font-size: 78%; }
div.matchbox .match_teampanel .center span { display: block; }
div.matchbox .match_teampanel .center .league { font-weight: normal; display: block; }

div.matchbox .match_teampanel .center .day_display { display: inline; } 
div.matchbox .match_teampanel .day_step_back, 
div.matchbox .match_teampanel .day_step_ahead  { display: inline; padding: 0 2px; overflow: hidden;  }
div.matchbox .match_teampanel .day_step_ahead {
  background: transparent url(/images/design/step_right_btn.gif) center left no-repeat;
  margin-left: 5px;
}
div.matchbox .match_teampanel .day_step_ahead.disabled {
  background: transparent url(/images/design/step_right_disabled_btn.gif) center left no-repeat;
}
div.matchbox .match_teampanel .day_step_back {
  background: transparent url(/images/design/step_left_btn.gif) center left no-repeat;
  margin-right: 5px;
}
div.matchbox .match_teampanel .day_step_back.disabled {
  background: transparent url(/images/design/step_left_disabled_btn.gif) center left no-repeat;
}
div.matchbox .match_teampanel .first { position: absolute; top: 10px; left: 8px; }
div.matchbox .match_teampanel .second { position: absolute; top: 10px; right: 8px; }

div.matchbox .match_functionspanel {
  background: transparent url(/images/design/matchbox_functions_bg.jpg) top left no-repeat;
  height: 32px;
}

.thinborder .matchbox.second {
  margin-right:       1px;
}

.matchbox h5 {
  background: transparent url(/images/design/box_header_red_bg.jpg) top left repeat-x;
  color: #fff;
  text-align: center;
  margin: 0 !important;
  padding: 5px 0;
  height: 13px;
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
}

.matchbox h5 span {
  font-weight:        normal;
  text-transform:       none;
}

.matchbox .emblem {
  position:         absolute;
  top:              0;
  width:            155px;
  height:           100px;
  display:          block;
  padding:          0px;
}

.matchbox .emblem span {
  color:            #333333;
  width:            229px;
  display:          block;
  position:         absolute;
  font-size:          60%;
  margin-top:         58px;
  font-weight:        bold;
}

.matchbox.big .emblem span {
  margin-top:         77px;
  font-size:          105%;
}

.matchbox .emblem.first {
  left: 0;
}

.matchbox .emblem.first span {
  margin-left:        7px;
}

.matchbox .emblem.second {
  right: 0;
}

.matchbox .emblem.second span {
  margin-left:        -185px;
  text-align:         right;
}

.matchbox.big .emblem.second span {
  margin-left:        -158px;
}

.matchbox .scoregrid {
  float:            left;
  height:           48px;
  width:            114px;
  margin:           0px;
}

.matchbox .scoregrid .grid {
  height:           48px;
  width:            114px;
}

.matchbox.big .scoregrid, .matchbox.big .scoregrid .grid {
  height:           68px;
  width:            290px;
}

.matchbox .scoregrid span {
  padding:          2px 0 8px 0;
  height:           38px;
  width:            114px;
}

.matchbox.big .scoregrid span {
  font-size:          290%;
  padding:          5px 0 2px 0;
  height:           61px;
  width:            290px;
}

.matchbox .matchinfo {
  clear:            both;
  color:            #333333;
  width:            224px;
  height:           25px;
  margin:           0px;
  padding:          34px 0 0 0;
  font-size:          70%;
  text-align:         center;
}

.matchbox.big .matchinfo {
  width:            445px;
  height:           25px;
  font-size:          105%;
}

.matchbox ul {
  margin: 0 !important;
  padding: 5px 0 0 8px;
  list-style-type: none;
}

.matchbox ul li {
  display:          block;
  padding:          0;
  margin:           0 3px 0 0;
  height:           20px;
  width:            77px;
  float:            left;
}

.matchbox ul li a {
  background: transparent url(/images/design/matchbox_hover_function.gif) top left no-repeat;
  text-align:       center;
  display:          block;
  height:           22px;
  padding:          1px 0 0;
  width:            77px;
}
.matchbox ul li a:hover {
  background: transparent url(/images/design/matchbox_hover_function.gif) top left no-repeat;
}

.matchbox ul li a:active, .matchbox ul li a.active  {
  background: transparent url(/images/design/matchbox_active_function.gif) top left no-repeat;
  text-decoration: none;
}

.matchbox ul li a span {
  text-decoration: none;
  color: #151515;
  font-size: 11px;
}

/**
* Mitglieder-Kasten
*/
.box .scoregrid {
  width:            148px;
  height:           31px;
  border:           1px solid #000000;
}

.box .scoregrid .grid {
  width:            148px;
  height:           31px;
}

#page_center .box .scoregrid span {
  width:            143px;
  height:           30px;
  padding:          1px 0 0 5px;
  font-size:          230%;
  text-align:         left;
}

.box .memberlabel {
  color:            #ffffcc;
  width:            54px;
  height:           15px;
  margin:           8px 0 0 89px;
  z-index:          10;
  padding:          2px 0 0 5px;
  position:         absolute;
  font-size:          90%;
  background:         transparent url(/images/v2007/boxes/member_label.gif) left top no-repeat;
  font-weight:        bold;
}

.box ul.facts {
  margin:           2px 0 0 0;
  padding:          0;
  list-style-type:      none;
}

.box ul.facts.topborder {
  border-top:         1px solid #dbdbdb;
}

.box ul.facts li {
  padding:          3px 0 3px 8px;
  font-family:        Helvetica, Arial, sans-serif;
  /* border-bottom:        1px solid #dbdbdb; */
}

#onlinelist {
  width:            134px;
  margin:           -22px 0 0 4px;
  border:           1px solid #dbdbdb;
  padding:          3px;
  position:         absolute;
  border-top:        1px solid #dbdbdb;
  background-color:     #ffffff;
}

#onlinelist.nofloat {
  width:            160px;
  border:           none;
  margin:           0;
  padding:          0;
  position:         static;
  background-color:     transparent;
}

#onlinelist.nofloat .scroll {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 3px;
  margin: 0 8px;
  text-align: center;
}

#page_center #onlinelist_link {
  padding:          0;
  display:          block;
  margin:           1px 4px 0 0;
  height:           13px;
  width:            13px;
  float:            right;
}

#page_center #onlinelist_link span {
  display:          none;
}

#onlinelist ul {
  margin: 0px;
  padding: 0 8px 4px 4px;
  list-style-type:      none;
}

#onlinelist ul li a {
  color:            #000000;
  margin:           0 0 1px 0;
/*  display:          block;*/
  padding:          2px 2px 2px 2px;
}

#onlinelist ul li a:hover, #onlinelist ul li a:active {
  background-color:     #efefef;
  color:            #cc0000;
}
#onlinelist ul li .float_right a:hover, #onlinelist ul li .float_right a:active {
  background: none;
}

a.userlink {
  padding-left:       18px;
  background-repeat:      no-repeat;
  background-position:    left top;
}

#onlinelist a.userlink {
  padding-left: 20px;
  display: block;
}

#onlinelist.nofloat a.userlink {
  padding-left: 18px;
}

#onlinelist.nofloat .float_right {
  margin-top: -14px;
}

a.userlink .birthday {
  padding-right:      18px;
  background:       transparent url(/images/profil/torte.gif) right -1px no-repeat;
}

a.boy {
  background-image:     url(/images/profil/user_male.gif);
}

a.girl {
  background-image:     url(/images/profil/user_female.gif);
}

a.admin {
  background-image:     url(/images/profil/icon_admin.gif);
}

a.moderator {
  background-image:     url(/images/profil/icon_moderator.gif);
}

a.delegate {
  background-image:     url(/images/profil/icon_delegate.gif);
}

/**
* Link mit Pfeil
*/
a.arrow {
  padding:          2px 0 0 8px;
  background:         transparent url(/images/v2007/icons/link_arrow_light.gif) left top no-repeat;
  text-decoration:      none;
}

a.arrow:hover, a.arrow:active {
  background-position:    left -65px;
}

a.right_arrow_grey {
  color: #7e7e7e;
  padding: 0 10px 0 0;
}
a.right_arrow_grey:hover, a.right_arrow_grey:active {
  color: #333;
}
.box h2 a.right_arrow_grey {
  float: right;
}
.box h2 a.right_arrow_grey:hover, .box h2 a.right_arrow_grey:active {
  color: #e6e6e6;
}
.box h2 .username {
  display:block;
  overflow:hidden;
  white-space:nowrap;
  width:104px;
}

a.complex,
a.complex:link,
a.complex:hover,
a.complex:active {
  color: #333
}

/**
* Pfeil nach unten
*/
a.arrow.down {
  background-image:     url(/images/v2007/icons/link_arrow_down.gif);
  padding: 0 0 0 17px;
}

/**
* Pfeil nach oben
*/
a.arrow.up {
  background-image:     url(/images/v2007/icons/link_arrow_up.gif);
}

/**
* Abkürzung
*/
acronym {
  border-bottom:        1px dotted #606060;
  cursor:           help;
}

/**
* Die nächsten Spiele
*/
.box .next_matches {
  margin:           0;
  padding:          0;
  list-style-type:      none;
}

.box .next_matches li {
  width:            160px;
  height:           43px;
  margin:           0 0 1px 0;
  padding:          0;
}
.box .next_matches li.heim {
  background: transparent url(/images/design/heim_bg.gif) left top no-repeat;
}
.box .next_matches li.gast {
    background: transparent url(/images/design/auswaerts_bg.gif) left top no-repeat;
}

.box .next_matches li .logo {
  float:            left;
  width:            35px;
  height:           43px;
  margin:           0 7px 0 0;
  display:          block;
  background-repeat:      no-repeat;
  background-position:    center;
}

.box .next_matches li .info {
  float:            left;
  width:            108px;
  height:           34px;
  display:          block;
  padding:          10px 0 0 0;
}

.box .next_matches li .info strong {
  display:          block;
}

/**
* Die nächsten Termine
*/
.box .next_events {
  margin:           0;
  padding:          0;
  list-style-type:      none;
}

.box .next_events li {
  width:            150px;
  margin:           0 0 1px 0;
  padding:          0;
  background:         transparent url(/images/v2007/layout/background_boxcontent.gif) left bottom no-repeat;
}

.box .next_events li .info {
  display:          block;
  padding:          3px 0 3px 5px;
  font-size:          70%;
}

.box .next_events li .info strong {
  display:          block;
}

.box .next_events li .category {
  line-height:        1;
  font-size:          1px;
  padding:          0;
  display:          block;
  margin:           3px 4px 0 0;
  height:           8px;
  width:            8px;
  float:            left;
}

/**
* Tabellenformatierung
*/
/* NEW optic01 -> */
table.optic01 {
  border-spacing: 0;
  margin: 0 0 10px 0;
  width: 100%;
}
table.optic01 td,
table.optic01 th {
  font-size: 0.8em;
}
table.optic01 td {
  padding: 5px 0;
}
table.optic01 thead th{
  background: transparent url(/images/design/box_header_red_bg.jpg) repeat-x scroll left top;
  color: #fff;
  height: 21px;
  padding: 0 0 2px 0;
}
table.optic01 thead td {
  background: #ccc;
  border-bottom: 1px solid #bdbdbd;
  font-weight: normal;
  font-size: 0.7em;
  text-align: center;
}
/* YAW - yet another workaround */
#Content form table.optic01 thead td {
  font-size: 0.9em;
}
table.optic01 tbody td,
table.optic01 tbody th {
  border-bottom: 1px dotted #bdbdbd;
  padding: 5px;
  text-align: left;
}
table.optic01 tbody .noborder td {
  border-bottom: none;
}
table.optic01 tbody .even td {
  background: #ececec;
}
table.optic01 tbody .odd td {
  background: #f5f5f5;
}
table.optic01 tbody tr:hover td,
table.optic01 tbody tr.hover td {
  background: #ddd;
}
table.optic01 tbody tr.subhead th {
  background: #999;
  color: #fff;
  font-weight: normal;
}
table.optic01 .datecell {
  text-align: center;
  width: 100px;
}
table.optic01 .datecell strong {
  line-height: 18px;
}
table.optic01 small {
  font-size: 0.8em;
}
table.optic01 td.left, table.optic01 th.left  { 
  float: none;
  text-align: left;
  padding-left: 5px;
}
table.optic01 td.right, table.optic01 th.right  { 
  float: none;
  text-align: right;
  padding-right: 5px;
}
table.optic01 td.center, table.optic01 th.center  { 
  text-align: center;
}
table.optic01 tr td.empty {
  padding: 0;
}
/* <- optic01 */


/* NEW optic02 -> */
table.optic02 {
  border-spacing: 0;
  margin: 0 0 10px 0;
  width: 100%;
}
table.optic02 td,
table.optic02 th {
  font-size: 0.8em;
}
table.optic02 td {
  padding: 5px 0;
}
table.optic02 thead th{
  background: transparent url(/images/design/box_header_red_bg.jpg) repeat-x scroll left top;
  color: #fff;
  height: 21px;
  padding: 0 0 2px 0;
}
table.optic02 thead td {
  background: #ccc;
  border-bottom: 1px solid #bdbdbd;
  font-weight: normal;
  font-size: 0.7em;
  text-align: center;
}
/* YAW - yet another workaround */
#Content form table.optic02 thead td {
  font-size: 0.9em;
}
table.optic02 tbody td,
table.optic02 tbody th {
  border-bottom: 1px dotted #bdbdbd;
  padding: 5px;
  text-align: left;
}
table.optic02 tbody .noborder td {
  border-bottom: none;
}
table.optic02 tbody .even td {
  background: #ececec;
}
table.optic02 tbody .odd td {
  background: #f5f5f5;
}
table.optic02 tbody tr.subhead th {
  background: #999;
  color: #fff;
  font-weight: normal;
}
table.optic02 .datecell {
  text-align: center;
  width: 100px;
}
table.optic02 .datecell strong {
  line-height: 18px;
}
table.optic02 small {
  font-size: 0.8em;
}
table.optic02 td.left, table.optic02 th.left  { 
  float: none;
  text-align: left;
  padding-left: 5px;
}
table.optic02 td.right, table.optic02 th.right  { 
  float: none;
  text-align: right;
  padding-right: 5px;
}
table.optic02 td.center, table.optic02 th.center  { 
  text-align: center;
}
table.optic02 tr td.empty {
  padding: 0;
}

/* NEW optic03 -> */
table.optic03 {
  border-spacing: 0;
  margin: 0 0 10px 0;
  width: 580px;
}
table.optic03 td,
table.optic03 th{
  font-size: 0.8em;
  vertical-align: top;
}
table.optic03 td {
  padding: 5px 0;
}
table.optic03 tbody td,
table.optic03 tbody th {
  border-bottom: 1px dotted #bdbdbd;
  padding: 5px;
  text-align: left;
}
table.optic03 tbody .noborder td {
  border-bottom: none;
}
table.optic03 tbody .even td {
  background: #ececec;
}
table.optic03 tbody .odd td {
  background: #f5f5f5;
}

table.big_cell_content tbody td,
table.big_cell_content tbody th {
  vertical-align: top;
}

/* Standardklassen für Paging-Darstellung */
#Content .paging_left {
  float: left;
  width: 150px;
  margin: 0;
}
#Content .paging_center {
  float: left;
  width: 280px;
  text-align: center;
  margin: 0;
}
#Content .paging_right {
  float: left;
  width: 150px;
  text-align: right;
  margin: 0;
}


table.formatted {
  border-spacing:       0px;
  margin:           0 0 10px 0;
  width:            580px;
}

.one table.formatted {
  width:            580px;
}

table.formatted caption {
  color:            #cc0000;
  margin:           5px 0 5px 0;
  text-align:         left;
  font-weight:        bold;
}

table.formatted thead td,
table.formatted thead th {
  /* background:         transparent url(/images/v2007/layout/background_tablehead.gif) left top repeat-x;*/
  background: transparent url(/images/design/box_header_red_bg.jpg) repeat-x scroll left top;
  height:           18px;
}

table.formatted tbody tr.even {
  background-color:     #efefef;
}

table.formatted.big thead tr {
  /*background:         transparent url(/images/v2007/layout/background_tablehead.gif) left top repeat-x;*/
  background: transparent url(/images/design/box_header_red_bg.jpg) repeat-x scroll left top;
  height:           25px;
}

table.formatted thead th {
  /*border-bottom:        7px solid #ffffff; */
  text-align:         left;
  font-size:          75%;
  padding:          0px 4px 2px 4px;
  height:           23px;
  color:            #ffffff;
}

#page_center table.formatted thead th a {
  color:            #ffffff;
}

#page_center table.formatted thead th a:hover,
#page_center table.formatted thead th a:active {
  color:            #cc0000;
}

table.formatted.big thead th {
  vertical-align:       middle;
  height:           25px;
}

table.formatted.big thead th img {
  margin:           2px 0 -2px 0;
}

table.formatted thead th {
  padding-top:        2px;
}

table.formatted tbody td {
  font-size:          75%;
  padding:          5px 4px 5px 4px;
}

table.formatted .center {
  text-align:         center;
}

table.content_table td, table.content_table th {
  /* Warum mal wieder ein anderer Font!? */
  /* font-family:          Tahoma, Verdana, Arial, Helvetica, "sans serif"; */
  font-size: 11px;
}

/**
* Spieltagstabelle
*/
.spielplan {
  margin-bottom: 0px;
}
.teamlogo {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  display: inline-block;
  float: none;
}
.small {
  width:20px;
  height:20px;
}
.medium {
  width:42px;
  height:42px;
}

.spielplan small {
  font-size: 0.8em;
}
.spielplan .functioncell {
  text-align: center;
  padding-left: 10px;
}
.spielplan .functioncell a {
  background: transparent url(/images/design/small_pill_btn.png) left top no-repeat;
  color: #151515;
  display: block;
  float: left;
  height: 16px;
  padding-top: 5px;
  margin: 0 0 2px 2px;
  width: 77px;
  text-align: center;
  font-size: 0.8em;
}
.spielplan .functioncell a:active {
  background: transparent url(/images/design/small_pill_btn_active.png) left top no-repeat;
}
.spielplan .logocell {
  width: 76px;
}
.spielplan .teamcell_home {
  text-align: right;
}
.spielplan .teamcell_away {
  text-align: left;
}
.spielplan .resultcell {
  font-weight: bold;
  text-align: center;
}
.spielplan tbody td .teamlogo {
  margin-left: 5px;
  margin-right: 5px;
}
*+html .spielplan tbody td .teamlogo {
  margin-left: 2px;
  margin-right: 2px;
}
.spielplan .matchdatecell {
  text-align: center;
  width: 100px;
}
.spielplan .matchdatecell strong {
  line-height: 18px;
}
.spielplan .additional_info {
  padding:5px 5px 5px 300px;
}
.spielplan .additional_info ul {
  list-style: disc outside;
}

#Content .spielplan_info {
  margin:           -10px 0 25px 0;
  color:            #606060;
}


/**
* Ticketing
*/
table.tickets {
  width:            760px;
}

table.tickets tbody td.spieltag {
  width:            40px;
}

table.tickets tbody td.liga {
  width:            100px;
}

table.tickets tbody td.barometer {
  width:            30px;
  /* background-image:      url(/images/v2007/tickets/state_unknown.gif); */
  background-repeat:      no-repeat;
  background-position:    center;
}

table.tickets tbody td.barometer.state_0 {
  background-image:     url(/images/v2007/tickets/state_0.gif);
}

table.tickets tbody td.barometer.state_10 {
  background-image:     url(/images/v2007/tickets/state_10.gif);
}

table.tickets tbody td.barometer.state_20 {
  background-image:     url(/images/v2007/tickets/state_20.gif);
}

table.tickets tbody td.barometer.state_30 {
  background-image:     url(/images/v2007/tickets/state_30.gif);
}

table.tickets tbody td.barometer.state_40 {
  background-image:     url(/images/v2007/tickets/state_40.gif);
}

table.tickets tbody td.barometer.state_50 {
  background-image:     url(/images/v2007/tickets/state_50.gif);
}

table.tickets tbody td.barometer.state_60 {
  background-image:     url(/images/v2007/tickets/state_60.gif);
}

table.tickets tbody td.barometer.state_70 {
  background-image:     url(/images/v2007/tickets/state_70.gif);
}

table.tickets tbody td.barometer.state_80 {
  background-image:     url(/images/v2007/tickets/state_80.gif);
}

table.tickets tbody td.barometer.state_90 {
  background-image:     url(/images/v2007/tickets/state_90.gif);
}

table.tickets tbody td.barometer.state_100 {
  background-image:     url(/images/v2007/tickets/state_100.gif);
}

table.tickets tbody td.barometer span {
  display:          none;
}

table.tickets tbody td.status {
  width:            120px;
}

table.tickets tbody td.infos {
  width:            80px;
}

table.tickets tbody .longinfo.link {
  border-bottom:        1px solid #ffffff;
  background-color:     #ececec;
}

table.tickets tbody .empty .longinfo {
  border-bottom:        10px solid #ffffff;
}

/**
* Tabs
*/
#Content ul.tabs {
  height:           35px;
  margin:           15px 0 5px 0;
  padding:          0;
  background:         transparent url(/images/v2007/layout/background_tabline.gif) left 21px repeat-x;
  list-style-type:      none;
}

#Content ul.tabs li {
  float:            left;
  height:           20px;
  margin:           0 1px 0 0;
  display:          block;
  padding:          0;
}

#Content ul.tabs li a {
  background:         transparent url(/images/v2007/layout/link_tab.gif) right top no-repeat;
  padding:          0 10px 0 0;
  display:          block;
  cursor:           pointer;
  height:           20px;
  float:            left;
}

#Content  ul.tabs li a span {
  background:         transparent url(/images/v2007/layout/link_tab.gif) left top no-repeat;
  padding:          0px 0 0 10px;
  display:          block;
  height:           20px;
  color:            #ffffff;
  float:            left;
}

ul.tabs li a:hover, ul.tabs li a:active, ul.tabs li a.active {
  background-position:    right -40px;
  text-decoration:      none;
}

ul.tabs li a:hover span, ul.tabs li a:active span, ul.tabs li a.active span {
  background-position:    left -40px;
  text-decoration:      none;
  color:            #ffffff;
}

ul.tabs li a.active {
  border-bottom:        1px solid #3a3a3a;
  font-weight:        bold;
}

/**
* Spielbericht
*/
.spielbericht {
/*  padding:          0 5px 10px 5px;*/
}

.spielbericht_infos {
  float:            left;
  width:            282px;
}

.spielbericht_infos.second {
  margin-left:        15px;
}

.spielbericht_infos table.formatted {
  width:            282px;
}

.spielbericht_infos table.formatted thead th {
  padding-left:       3px;
  border-bottom-width:    3px;
}

.spielbericht_infos table.formatted tbody td {
  padding:          3px;
}

.spielbericht_infos table.formatted td.number {
  width:            50px;
}

.spielbericht_infos table.formatted td.change {
  background:         transparent url(/images/v2007/icons/auswechslung.gif) 25px center no-repeat;
}

.spielbericht_infos table.formatted td.icon {
  width:            20px;
  background-position:    left 5px;
  background-repeat:      no-repeat;
}

.spielbericht_infos table.formatted td.fussball {
  background-image:     url(/images/v2007/icons/fussball.gif);
}

.spielbericht_infos table.formatted td.gelbekarte {
  background-image:     url(/images/v2007/icons/gelbekarte.gif);
}

.spielbericht_infos table.formatted td.gelbrotekarte {
  background-image:     url(/images/v2007/icons/gelbrotekarte.gif);
}

.spielbericht_infos table.formatted td.rotekarte {
  background-image:     url(/images/v2007/icons/rotekarte.gif);
}

/**
* Spielerlink
*/
#Content a.spieler {
  /* background:       #878686; */
  text-decoration:      none;
  padding:          1px;
  display:          block;
  cursor:           pointer;
  margin:           0 8px 10px 8px;
  border:           1px solid #cccccc;
  height:           127px;
  width:            270px;
  float:            left;
}

div.spieler.gross {
/*  margin:           0 0 10px 1px;*/
  height:           72px;
  width:            354px;
  float:            left;
}

.spieler img {
  float:            left;
  margin:           0 0 1px 0;
  display:          block;
}

.spieler img.klein {
  margin-right:       1px;
}

.spieler .spielername {
  background:         transparent url(/images/v2007/spieler/steckbrief_top2.gif) left top repeat-x;
  font-weight:        bold;
  font-size:          90%;
  padding:          4px 0 0 6px;
  display:          block;
  margin:           0 0 1px 0;
  height:           21px;
  width:            264px;
  color:            #ffffff;
  float:            left;
}

.spieler.gross .spielername {
  background:         transparent url(/images/v2007/spieler/steckbrief_top2.gif) left top repeat-x;
  height:           21px;
  width:            354px;
/*  margin:           0 0 1px 0;*/
  
}

.spieler .spielerinfo {
  background:         transparent url(/images/v2007/spieler/steckbrief_bottom2.gif) left top no-repeat;
  display:          block;
  height:           42px;
  width:            270px;
  float:            left;
}

.spieler.gross .spielerinfo {
  background:         transparent url(/images/v2007/spieler/steckbrief_bottom2.gif) left top no-repeat;
  height:           47px;
  width:            360px;
}

.spieler.gross .spielerinfo .funktion {
  background-position:    210px 3px;
  background-repeat:      no-repeat;
  display:          block;
  height:           47px;
  width:            344px;
  float:            left;
}

.spieler.gross .spielerinfo .funktion.sturm {
  background-image:     url(/images/v2007/icons/sturm.gif);
}

.spieler.gross .spielerinfo .funktion.mittelfeld {
  background-image:     url(/images/v2007/icons/mittelfeld.gif);
}

.spieler.gross .spielerinfo .funktion.abwehr {
  background-image:     url(/images/v2007/icons/abwehr.gif);
}

.spieler .nummer {
  font-weight:        bold;
  text-align:         center;
  font-size:          150%;
  padding:          8px 0 0 0;
  display:          block;
  margin:           0 15px 0 0;
  height:           34px;
  width:            60px;
  float:            left;
  color:            #ffffff;
}

.spieler .position {
  font-weight:        bold;
  font-size:          70%;
  padding:          8px 0 0 0;
  display:          block;
  margin:           0 0 0 0;
  width:            135px;
  float:            left;
  color:            #cc0000;
}

.spieler .alter {
  font-weight:        bold;
  font-size:          70%;
  padding:          0 0 0 0;
  display:          block;
  margin:           0 0 0 0;
  width:            135px;
  float:            left;
  color:            #000000;
}

.spieler.gross .position, .spieler.gross .alter {
  font-size:          80%;
  width:            170px;
}

.spieler.gross table {
  width:            360px;
  clear:            left;
}

.spieler.gross table.stats td {
  width:            114px;
}

.spieler.gross table.stats td img {
  margin-right:       5px;
}

.spielerbild {
  margin:           0;
  padding:          0;
}

/**
* Spieltagsauswahl
*/
#Content ul.spieltag {
  clear:            both;
  margin:           0;
  padding:          0;
  border-top:         1px solid #ffffff;
  font-family:        Helvetica, Arial, sans-serif;
  list-style-type:      none;
}

ul.spieltag li {
  float:            left;
  height:           20px;
  margin:           0;
  display:          block;
  padding:          0;
}

ul.spieltag li.info {
  background-color:     #cc0000;
  font-weight:        bold;
  padding:          1px 0 0 5px;
  height:           19px;
  width:            99px;
  color:            #ffffff;
}

ul.spieltag li.tag {
  margin-left:        1px;
  height:           20px;
  width:            27px;
}

#Content ul.spieltag li.tag a {
  background-color:     #606060;
  text-decoration:      none;
  text-align:         center;
  padding:          1px 0 0 0;
  display:          block;
  height:           19px;
  width:            27px;
  color:            #ffffff;
}

#Content ul.spieltag li.tag a:hover,
#Content ul.spieltag li.tag a:active {
  background-color:     #303030;
}

#Content ul.spieltag li.tag.active a {
  background-color:     #cc0000;
}

/**
* Spieltagsliste
*/
.spieltagsliste tr.eintracht {
  background-color:     #efefef;
  font-weight:        bold;
}

.spieltagsliste .datum {
  width:            130px;
}

.spieltagsliste .ergebnis {
  width:            55px;
  text-align:         center;
}

.spieltagsliste .trenner {
  width:            10px;
  text-align:         center;
}

.spieltagsliste .verein {
  width:            105px;
}

.spieltagsliste .verein.heim {
  text-align:         right;
}

.spieltagsliste .begegnung {
  text-align:         center;
}

/**
* Tabelle
*/
.schedule {
  border-collapse:      collapse;
}

.box .schedule {
  width:            160px;
}

.schedule td, .schedule th {
  padding:          4px 4px 4px 0;
  border-bottom:        1px solid #ffffff;
}

.box .schedule thead tr {
  background-color:     #efefef;
}

/*table.formatted.schedule tbody td {
  padding:          3px 4px 3px 4px;
}
*/

.schedule .diff, .schedule .points, .schedule td.rank {
  text-align:         right;
}

.schedule td.spot, table.formatted.schedule td.spot {
  width:            2px;
/*  padding:          0;*/
}

.schedule tr.eintracht td {
  /* background-color:     #cc0000;*/
  background: #510e0e url(/images/design/eintracht_row_bg.gif) repeat-x scroll left top;
  font-weight:        bold;
  color:            #ffffff;
}

.formatted.schedule .rank {
  width:            20px;
}

.formatted.schedule .number {
  width:            20px;
  text-align:         center;
}

.formatted.schedule .goals {
  width:            30px;
  text-align:         center;
}

.formatted.schedule .info {
  width:            90px;
}

.formatted.schedule .info span {
  opacity:          0.6;
  font-style:         italic;
}

/**
* Leere Tabelle
*/
.table {
  border-collapse:      collapse;
  width:            445px;
}

.table td {
  vertical-align:       top;
  font-family:        Tahoma, Verdana, Helvetica, Arial, sans-serif;
  line-height:        1.5;
  font-size:          80%;
}

/**
* Terminkalender
*/
#Box .box ul.events {
  padding: 0 8px 8px;
}
.box .event h4 {
  margin-bottom: 3px;
}
.box .event .date {
  display: inline;
  float: none;
  font-weight: normal;
}
.box .event .topic {
  display: inline;
  float: none;
  width: auto;
}


.event {
  clear:            both;
  margin:           8px 0 0 0;
  padding:          2px 0;
}

.event .date {
  padding:          1px 0 1px 0px;
  display:          block;
  float:            left;
  width:            90px;
}

.event.thick .date {
  width:            auto;
  padding:          1px 10px 1px 0;
} 

.event .category {
  line-height:        1;
  background:         transparent url(/images/v2007/layout/background_whitecorner.gif) left top no-repeat;
  display:          block;
  margin:           0 10px 2px 0;
  float:            left;
  width:            60px;
}

.event .category span {
  font-weight:        bold;
  background:         transparent url(/images/v2007/layout/background_whitecorner.gif) right bottom no-repeat;
  text-align:         center;
  display:          block;
  padding:          3px 0 3px 0;
  display:          block;
  color:            #ffffff;
}

.event .topic {
  margin-bottom:        2px;
  display:          block;
  float:            left;
/*  width:            160px;*/
}

.event .topic[class] {
  margin-bottom:        6px;
}

.event .notice {
  clear:            both;
  padding:          4px 5px 8px 15px;
  display:          block;
}

.event .notice p {
  margin:           4px 0 0 0;
}

.event.active {
  background-color:     #efefef;
}

/**
* Ansprechpartner (mit Vita)
*/
#Content h2.person_vita {
  border-top:         1px solid #efefef;
  padding-top:        13px;
  margin-top:         0px;
  /* color:           #000000; */
  clear:            both;
}

#Content h2.person_vita.first {
  border-top:         none;
}

#Content img.person_vita {
  margin:           0 20px 0 20px;
}

div.person_vita {
  float:            left;
  width:            420px;
}

div.person_vita p, div.person_vita ul {
  margin:           0 0 15px 0;
}

/**
* Ansprechpartner (mit Bild)
*/
#Content .person_picture {
  float:            left;
  width:            104px;
  margin:           0 0 20px 20px;
}

.person_picture strong, .person_picture em {
  display:          block;
  text-align:         center;
}

/**
* Ansprechpartner (nur Name)
*/
.person_thin {
  clear:            both;
  margin-left:        20px;
}

/**
* HR
*/
hr {
  height:           1px;
  border:           none;
  border-top:         1px solid #e8e8e8;
}

/**
* Zitat
*/
cite {
  display:          block;
  background:         transparent url(/images/v2007/layout/background_cite.gif) left top no-repeat;
}

.box cite {
  /* font-size: 0.8em; */
  text-indent:      20px;
  line-height:      125%;
  margin:           4px 4px 0;
  padding:          4px 4px 0;
  display:          block;
}

cite .address {
  margin:           0 0 0 5px;
  display:          block;
  font-weight:        bold;
}

cite .address span {
  font-weight:        normal;
  color:              #606060;
}

/**
* Sponsoren
*/
.sponsoren {
  background-position:    center;
  background-repeat:      no-repeat;
  display:          block;
  border:           1px solid #cccccc;
  margin:           0 10px 10px 10px;
  height:           120px;
  width:            200px;
  float:            left;
}

.sponsoren.logen {
  margin-left:        0px;
  height:           80px;
  width:            140px;
}

.sponsoren span {
  display:          none;
}

a.sponsoren:hover, a.sponsoren:active {
  border-color:       #cc0000;
}

/**
* Business Class
*/
#Content a.business_companyname {
  color:          #000000;
  display:        block;
  margin:         0px 0px 0px 0px;
  padding:        10px 6px 10px 6px;
  border-bottom:      1px solid #aaaaaa;
  font-weight:      bold;
  text-decoration:    none;
}

#Content a.business_companyname#partner {
  color:          #cc0000;
}

#Content a.business_companyname#single {
  border:         1px solid #aaaaaa;
  padding:        7px 7px 7px 7px;
}

#Content a.business_companyname:hover,
#Content a.business_companyname:active {
  color:          #ffffff;
  background-color:   #cc0000;
}

#Content a.business_companyname#partner:hover,
#Content a.business_companyname#partner:active {
  color:          #ffffff;
  background-color:   #cc0000;
}

#Content #business_list span {
  display:        block;
  font-weight:      normal;
  margin:         4px 0px 0px 0px;
}

#Content p.business_persons {
  /* float:       left; */
  /* width:       220px; */
  clear:          both;
  margin:         0px 2px 2px 0px;
  line-height:      1.8;
}

form#business_search select,
form#business_search input {
  font-family:      Tahoma,Verdana,Arial,Helvetica;
  width:          200px;
}

form#business_search label {
  width:          80px;
  font-weight:      bold;
}

form#business_search div {
  margin-bottom:      4px;
}

form#business_search fieldset {
  background-color:   #f4f4f4;
  padding:        8px 6px 4px 6px;
}

form#business_search fieldset legend {
  margin-bottom:      5px;
  margin-left:      -6px;
}

img.business_mapdot {
  position:       absolute;
}

img.business_mapdot[width] {
  background-image:   url('/images/business/mapdot.png');
}


/**
* Tabelle für die Ticketpreise
*/
table.tageskartenpreise {
  width:          440px;
  border:         2px solid #707070;
  empty-cells:      show;
  border-spacing:     0px;
  border-collapse:    collapse;
}

table.tageskartenpreise th {
  border-bottom:      2px solid #707070;
  padding:        4px;
}

table.tageskartenpreise tbody td {
  padding:        4px;
  text-align:       center;
  border-top:       1px solid #cccccc;
}

table.tageskartenpreise tbody tr.erstezeile td {
  border-top-width:   0px;
}

table.tageskartenpreise td.preis {
  width:          100px;
  text-align:       center;
}

table.tageskartenpreise td.kategorie.zahl {
  font-weight:      bold;
}

table.tageskartenpreise td.kategorie.farbe {
  padding:        0px;
}

table.tageskartenpreise td.kategorie.farbe span {
  border:         1px solid #cccccc;
  display:        block;
  width:          100px;
  height:         18px;
}

table.tageskartenpreise td.kategorie.farbe.kat1 span { background-color: #FEFF99; }
table.tageskartenpreise td.kategorie.farbe.kat2 span { background-color: #FFCA00; }
table.tageskartenpreise td.kategorie.farbe.kat3 span { background-color: #FF9900; }
table.tageskartenpreise td.kategorie.farbe.kat4 span { background-color: #FE0000; }
table.tageskartenpreise td.kategorie.farbe.kat5 span { background-color: #C49FC8; }
table.tageskartenpreise td.kategorie.farbe.kat6 span { background-color: #3C2C82; }
table.tageskartenpreise td.kategorie.farbe.kat7 span { background-color: #ABD2EF; }
table.tageskartenpreise td.kategorie.farbe.kat8 span { background-color: #DBECCA; }

/**
* Kontaktlink
*/
#Content a.contact_link {
  float:          left;
  width:          220px;
  color:          #000000;
  display:        block;
  line-height:      1.7;
  margin-bottom:      6px;
  text-decoration:    none;
}

#Content a.contact_link:hover,
#Content a.contact_link:active {
  color:          #cc0000;
}

/**
* Steckbrief Formatierungen
*/
#Content .steckbrief_data_ueberschrift {
  font-weight: bold;
  margin-bottom: 0px;
}

#Content .steckbrief_data_text {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 10px;
}
*+html #Content .steckbrief_data_text,
*+html #Content .steckbrief_data_text a,
*+html #Content .steckbrief_data_text span {
  font-size: 15px;
}
#Content .steckbrief_data_text,
#Content .steckbrief_data_text a,
#Content .steckbrief_data_text span {
  font-size /*\**/: 15px\9
}

.steckbrief_box {
  width: 182px;
  margin-bottom: 12px;
}

.steckbrief_box_ueberschrift {
  height: 24px;
  font-size: 70%;
  color: #ffffff;
  padding-left: 7px;
  font-weight: bold;
  background-image: url(/images/steckbriefe/v2/box/headline.jpg);
}

.steckbrief_box_inhalt {
  padding: 6px;
  font-size: 70%;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
}

.steckbrief_box_knopf {
  
}

.steckbrief_liste_kopf {
  background-image: url(/images/box_b_headline.gif);
  background-repeat: repeat-x;
  height: 20px;
}

.steckbrief_liste_kopf td {
  vertical-align: middle;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0px;
  color: #ffffff;
  height: 20px;
}

.steckbrief_liste_kopf a {
  font-weight: bold;
  color: #ffffff;
}

.boxpic {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  font-size:70%;
  /* width:220px; DN: Bitte keine Größenangaben hier. */
}

/**
* Fanlinks
*/
.fanlink {
    width: 216px;
    height: 210px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #cccccc;
}

.fanlink strong {
    padding: 3px 5px 3px 5px;
    display: block;
    background-color: #cccccc;
    text-align: center;
  width: 206px;
  float: left;
}

.fanlink a {
    padding: 3px 8px 8px 8px;
    display: block;
    text-align: center;
    font-weight: bold;
  width: 200px;
  float: left;
}

.fanlink img {
  clear: left;
    display: block;
    margin: 0 0 8px 8px;
}

/**
* Sponsorenrotation
*/
#sponsorenrotation {
  margin: 0px;
  padding: 0px;
  height: 67px;
  width: 137px;
  list-style-type: none;
}

#sponsorenrotation li {
  margin: 0px;
  padding: 0px;
}

#sponsorenrotation a {
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #cccccc;
  display: block;
  width: 135px;
  height: 65px;
}

#sponsorenrotation a:hover,
#sponsorenrotation a:active {
  border-color: #cc0000;
}

#sponsorenrotation a span {
  display: none;
}

/**
* Google Custom Search Engine
*/
#google iframe {
  width: 770px;
}

/**
* Google AdSense
*/
.google_adsense {
  height: 60px;
}

.google_adsense p {
  position: absolute;
  margin: 0 0 0 -4px;
}

.bad_word {
    color:#CC0000
}

/**
* Vereine
*/

.grid-cell {
  font-size: 70%; 
}

/* Anker-Bugfix */
#wrapper.anker_bugfix {
  padding-top: 18px;
}

/* Foren Suche */
#board_search_engine {
  margin:         18px 0px 0px 0px;
  padding:        0px;
  width:          580px;
  border:         1px solid #a0a0a0;
  background-color:   #f2f2f2;
}

#board_search_engine input#board_search_query, #board_search_engine input#board_search_author, #board_search_engine input#board_search_datefrom, #board_search_engine input#board_search_dateto, #board_search_engine input#board_search_remoteaddr {
  width:          120px;
  height:         16px;
  padding:        1px 1px 1px 1px;
  border:         1px solid #bdbdbd;
  line-height:    1;
  font-size:      90%;
}

#foren_search li {
  list-style-type: none;
}

/**
 *
 * ef-bundesliga.css
 *
 *  1. Bundesliga
 **/
/* 
.tabrow1 { background-color: #F9F9F9; }
.tabrow1 td.spot { background-color: #CC0000; }

.tabrow2 { background-color: #EFEEEE; }
.tabrow2 td.spot { background-color: #FF6600; }

.tabrow3 { background-color: #EFEEEE; }
.tabrow3 td.spot { background-color: #FF6600; }

.tabrow4 { background-color: #E3E3E3; }
.tabrow4 td.spot { background-color: #EECC00; }

.tabrow5 { background-color: #E3E3E3; }
.tabrow5 td.spot { background-color: #EECC00; }

.tabrow6 { background-color: #D3D3D3; }
.tabrow6 td.spot { background-color: #009900; }

.tabrow7 { background-color: #D3D3D3; }
.tabrow7 td.spot { background-color: #009900; }

.tabrow8 { background-color: #D3D3D3; }
.tabrow8 td.spot { background-color: #009900; }

.tabrow9 { background-color: #D3D3D3; }
.tabrow9 td.spot { background-color: #009900; }

.tabrow10 { background-color: #D3D3D3; }
.tabrow10 td.spot { background-color: #009900; }

.tabrow11 { background-color: #D3D3D3; }
.tabrow11 td.spot { background-color: #009900; }

.tabrow12 { background-color: #D3D3D3; }
.tabrow12 td.spot { background-color: #009900; }

.tabrow13 { background-color: #D3D3D3; }
.tabrow13 td.spot { background-color: #009900; }

.tabrow14 { background-color: #D3D3D3; }
.tabrow14 td.spot { background-color: #009900; }

.tabrow15 { background-color: #D3D3D3; }
.tabrow15 td.spot { background-color: #009900; }

.tabrow16 { background-color: #cdcdcd; }
.tabrow16 td.spot { background-color: #555555; }

.tabrow17 { background-color: #BDBDBD; }
.tabrow17 td.spot { background-color: #000000; }

.tabrow18 { background-color: #BDBDBD; }
.tabrow18 td.spot { background-color: #000000; }
*/

/**
 *
 * ef-bundesliga.css
 *
 *  2. Bundesliga
 **/

.tabrow1 { background-color: #F9F9F9; }
.tabrow1 td.spot { background-color: #CC0000; }

.tabrow2 { background-color: #F9F9F9; }
.tabrow2 td.spot { background-color: #CC0000; }

.tabrow3 { background-color: #EFEEEE; }
.tabrow3 td.spot { background-color: #FF6600; }

.tabrow4 { background-color: #D3D3D3; }
.tabrow4 td.spot { background-color: #009900; }

.tabrow5 { background-color: #D3D3D3; }
.tabrow5 td.spot { background-color: #009900; }

.tabrow6 { background-color: #D3D3D3; }
.tabrow6 td.spot { background-color: #009900; }

.tabrow7 { background-color: #D3D3D3; }
.tabrow7 td.spot { background-color: #009900; }

.tabrow8 { background-color: #D3D3D3; }
.tabrow8 td.spot { background-color: #009900; }

.tabrow9 { background-color: #D3D3D3; }
.tabrow9 td.spot { background-color: #009900; }

.tabrow10 { background-color: #D3D3D3; }
.tabrow10 td.spot { background-color: #009900; }

.tabrow11 { background-color: #D3D3D3; }
.tabrow11 td.spot { background-color: #009900; }

.tabrow12 { background-color: #D3D3D3; }
.tabrow12 td.spot { background-color: #009900; }

.tabrow13 { background-color: #D3D3D3; }
.tabrow13 td.spot { background-color: #009900; }

.tabrow14 { background-color: #D3D3D3; }
.tabrow14 td.spot { background-color: #009900; }

.tabrow15 { background-color: #D3D3D3; }
.tabrow15 td.spot { background-color: #009900; }
/* relegationsplatz */
.tabrow16 { background-color: #cdcdcd; }
.tabrow16 td.spot { background-color: #555555; }

.tabrow17 { background-color: #BDBDBD; }
.tabrow17 td.spot { background-color: #000000; }

.tabrow18 { background-color: #BDBDBD; }
.tabrow18 td.spot { background-color: #000000; }



table.formatted tr.odd {
	background: #e3e3e3;
}

/** 
 *
 *
 *
 **/
a {
  color: #d70014;
  text-decoration: none; 
}
a:hover {
  color: #333333;
}
hr {
	border-color:#E8E8E8;
	border-style:solid none none;
	border-width:1px medium medium;
	height:1px;
}
#Search input {
	background-color: white;
	border: 0;
	border-top: 1px solid #acacac;
	color: #acacac;
	font-weight: bold;	
}
#Left .navigation a {
  color: #333333;
}
#Left .navigation a:hover {
  color: #d70014;
}
#Left .navigation a.current {
  color: #d70014;
  font-weight: bold;
}
#Left #navigation li a, #Left #navigation_single li a  {
/*  background: url(/images/icons/link.png) no-repeat 0px 4px;*/
  border-bottom: 1px solid #d0d0d0;
	display: block;
	margin-top:4px;
	padding-bottom:4px;
}
#Header .top_navigation {
	background-image: url(/images/design/top_navigation_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 0 20px;
	line-height: 1.5;
}
#Header .top_navigation li {
	float: left;
	margin-right: 20px;
	margin: 1px 0 0;
	padding: 0 20px 0 0;
}
#Header .top_navigation .nav_tickets,
#Header .top_navigation .nav_tickets_current,
#Header .top_navigation .nav_fanshop,
#Header .top_navigation .nav_fanshop_current {
  background: none;
  position: absolute;
	margin: -6px 0 0;
	padding: 0;
  height: 45px;
  width:100px;
  z-index: 1000;
}
#Header .top_navigation .nav_tickets,
#Header .top_navigation .nav_tickets_current {
  right:100px;
}
#Header .top_navigation .nav_fanshop,
#Header .top_navigation .nav_fanshop_current {
  right:0px;
}
#Header .top_navigation .nav_tickets a,
#Header .top_navigation .nav_tickets_current a,
#Header .top_navigation .nav_fanshop a,
#Header .top_navigation .nav_fanshop_current a {
  background: transparent url(/images/design/tickets_shop_btn_bg.png) left center no-repeat !important;
  color: #fff !important;
  height: 35px;
  text-align: center;
  padding-top: 10px !important;
  padding-left: 8px !important;
  width:92px;
  padding: 0;
}

#Header .top_navigation .nav_tickets a:hover,
#Header .top_navigation .nav_fanshop a:hover,
#Header .top_navigation .nav_tickets_current a,
#Header .top_navigation .nav_tickets_current a:hover,
#Header .top_navigation .nav_fanshop_current a,
#Header .top_navigation .nav_fanshop_current a:hover {
  background: transparent url(/images/design/tickets_shop_hover_btn_bg.png) left center no-repeat !important;
  /* color: #999 !important; */
}
/*#Header .top_navigation li.nav_tickets a:hover,
#Header .top_navigation li.nav_tickets_current a {
  background: transparent url(/images/design/tickets_nav_active_bg.gif) left center no-repeat !important;
}*/
#Header .top_navigation .nav_fanshop a,
#Header .top_navigation .nav_fanshop_current a {
  background: transparent url(/images/design/tickets_shop_btn_bg.png) right center no-repeat !important;
  padding-left: 0 !important;
  padding-right: 8px !important;
}
#Header .top_navigation .nav_fanshop a:hover,
#Header .top_navigation .nav_fanshop_current a,
#Header .top_navigation .nav_fanshop_current a:hover {
  background: transparent url(/images/design/tickets_shop_hover_btn_bg.png) right center no-repeat !important;
}
/*#Header .top_navigation li.nav_fanshop a:hover,
#Header .top_navigation li.nav_fanshop_current a {
  background: transparent url(/images/design/fanshop_nav_active_bg.gif) left center no-repeat !important;
}*/

/*
#Header .top_navigation .nav_tickets a,
#Header .top_navigation .nav_tickets_current a,
#Header .top_navigation .nav_fanshop a,
#Header .top_navigation .nav_fanshop_current a,
#Header .top_navigation .nav_tickets a:hover,
#Header .top_navigation .nav_tickets_current a:hover,
#Header .top_navigation .nav_fanshop a:hover,
#Header .top_navigation .nav_fanshop_current a:hover {
  background: transparent url(/images/design/tickets_shop_btn_bg.png) left center no-repeat !important;
  color: #999;
}
#Header .top_navigation .nav_tickets a:hover,
#Header .top_navigation .nav_fanshop a:hover,
#Header .top_navigation .nav_tickets_current a,
#Header .top_navigation .nav_fanshop_current a,
#Header .top_navigation .nav_tickets_current a:hover,
#Header .top_navigation .nav_fanshop_current a:hover {
  background: transparent url(/images/design/tickets_shop_btn_bg.png) right center no-repeat !important;
  color: #fff;
}
*/
#Header .top_navigation li a {
	color: #999;
	font-size: 11px;
	line-height: 21px;
	padding: 3px 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#Header .top_navigation li a:hover,
#Header .top_navigation li.current a {
	background-image:url(/images/design/top_navigation_bg_current.jpg);
	color: #FFFFFF;
	text-decoration: none;
}
#Content .news.single {
	background: #fff url(/images/design/news_body_bg.jpg) no-repeat scroll right bottom;
	border-bottom: 1px dotted #BDBDBD;
  margin: 0 0 20px;
	padding: 10px;
}
/*#Content .news .news_full {
  background: #F4F4F4;
}*/
#Content .news.flash {
	background-color: #FFFFDD;
	border-bottom: 3px solid #CC0000;
	padding: 0 0 10px;
}
#Content .news.flash h4 {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 3px 10px;
}
#Content .news.flash h1 {
	margin: 10px 10px 0;
}
#Content .news.single h1 {
	font-size: 100%;
}
#Content .news h1 {
	font-size: 100%;
	margin: 0;
	padding: 0 0 15px;
}
#Content h1, #Content form h1 {
	font-size: 120%;
	margin-bottom: 20px;
}
#Content h1, #Content h2 {
	color: #CC0000;
	font-family: Helvetica,Arial,sans-serif;
}
#Content .news.flash p {
	padding-left: 10px;
	padding-right: 10px;
}
#Content .news p {
	margin: 0;
	padding: 0 0 6px;
}
#Content img.picture.left {
/*	margin: 0 10px 10px 0;*/
}
img.picture {
	border: 2px solid #CCCCCC;
}
#Content #splash {
	margin: 0 0 10px;
}
p.picture, div.picture {
	background-color: #F4F4F4;
	margin: 0;
}
#Content #splash div.picture span {
	color: #909090;
	font-size: 70%;
	margin: 0;
	padding: 0 0 0 5px;
}
#Content #splash h4 {
	background-color: #F4F4F4;
	padding: 4px 10px 0;
}
#Content h4 {
	color: #606060;
	font-size: 70%;
	letter-spacing: 0.02em;
  word-spacing: 0.1em;
	margin: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
}
#Content h4.category {
	border-bottom: 1px solid #DBDBDB;
	color: #000000;
	letter-spacing: normal;
	padding: 8px 0 3px;
	text-transform: none;
}
#Content #splash h1 {
	background-color: #F4F4F4;
	padding: 0 10px 6px;
}
#Content #splash p {
	background-color: #F4F4F4;
	padding: 0 7px 10px 10px;
}
#Content p, #Content form, #Content ul, #Content ol {
	font-size: 12px;
	line-height: 1.5;
}
ul.related_links {
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.related_links li {
	font-weight: bold;
	margin: 1px 0 0;
	padding: 0;
}
#Content ul.related_links li a {
	background: #E5E5E5 url(/images/v2007/icons/link_arrow_light.gif) no-repeat scroll 6px 6px;
	border-left: 5px solid #CCCCCC;
	display: block;
	padding: 4px 7px 4px 26px;
	text-decoration: none;
}
#Content ul.related_links li a span {
	text-decoration: underline;
}
#Content ul.related_links li a .notice {
	color: #909090;
	font-weight: normal;
	text-decoration: none;
}
#Content p.intro {
	font-weight: bold;
}
#Content p.source {
	color: #606060;
}

.box {
	width: 160px;
}
#Left .boxbg, #Box .boxbg {
	background: url(/images/design/box_body_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#Box .box p, #Left .box p {
  line-height:120%;
  padding: 8px;
}
#Box .nopad p, #Left .nopad p {
  padding: 0;
}
#Box .dropdown_box {
  width: 160px;
  color: #cc0000;
}
#Box .dropdown_box .default_opt {
  margin-bottom: 6px;
  border-bottom: 1px solid #f4f4f4;
}

#box_newsletter_abo #email {
  width: 90px;
}
#box_newsletter_abo  form {
  padding:8px;
}
#box_community_status {
  position: relative;
}
#box_community_status form{
  padding: 8px;
}
#box_liveticker .result {
  background: transparent url(/images/design/ticker_box_bg.gif) left top no-repeat;
  height: 23px;
  display: block;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 140% !important;
}
#box_liveticker .result .first,
#box_liveticker .match .first {
  position: absolute;
  left: 0;
  top: 0;
}
#box_liveticker .result .second,
#box_liveticker .match .second {
  position: absolute;
  right: 0;
  top: 0;
}

#box_liveticker .match {
  position: relative;
}

#box_shop img{
  float: left;
  margin: 0 8px 10px 0;
}
#box_shop h3 {
  clear: left;
  margin: 8px 8px 2px;
}
#box_shop .price {
  display: block;
  padding: 2px 0;
  font-weight: bold;
  color: #D70014;
}
#box_shop .title {
  font-size: 1.1em;
}

#box_news ul {
  padding: 8px 8px 0;
}
#box_news ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #bdbdbd;
}

#box_eintracht_mobile img{
  position: absolute;
  z-index: 100;
  top: 5px;
  right: -10px;
}
#box_eintracht_mobile p {
  width: 92px;
}

#box_eintracht_box img{
  position: absolute;
  z-index: 100;
  top: 22px;
  right: -7px;
}
#box_eintracht_box p {
  width: 106px;
}
#box_eintracht_infoservices .imagelink {
  margin: 0;
}
#box_eintracht_iphone img{
  position: absolute;
  z-index: 100;
  top: 16px;
  left: 0;
}
#box_eintracht_iphone p {
  margin-left: 60px;
  width: 92px;
}

.box ul.my_links {
  padding: 8px;
}
.box ul.my_links li {
  margin-bottom: 3px;
}
.box ul.my_links a {
  text-decoration: none;
}
.box ul.my_links li.admin {
  margin-top:10px;
}

.box ul.my_links li.alert a {
  padding-left: 15px;
  background: transparent url(/images/design/alert.gif) center left no-repeat;
}
#Box #bad_comments_box,
#Left #bad_comments_box {
  -moz-box-shadow:0 3px 11px #AAAAAA;
  display:block;
  left:20px !important;
  position:fixed !important;
  top:95px !important;
  z-index:100000;
  font-size:95%;
}
#Box #bad_comments_box .alert,
#Left #bad_comments_box .alert {
  padding: 5px 5px 5px 20px;
  background: transparent url(/images/design/alert.gif) 2px center no-repeat;  
}


.contentbox {
	width: 280px;
}
#Box .box, #Left .box {
	margin-top: 20px;
  position: relative;
/*	margin-right: 10px;*/
	float: left;
	font-size: 80%;
}

#Box h2, #Left h2 {
	background: transparent url(/images/design/box_header_bg.jpg) repeat scroll 0 0;
	color: #FDFDFD;
	height: 23px;
	line-height: 23px;
	padding-left: 8px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 102%;
}
#sponsorenrotation {
	list-style-type: none;
/*	background: transparent url(/images/design/sponsoren_bg.gif) no-repeat scroll 0 0;*/
}
#sponsorenrotation li {
	margin: 0;
	padding: 0;
}
#sponsorenrotation a {
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	display: block;
	height: 72px;
	width: 158px;
}
#sponsorenrotation a:hover, #sponsorenrotation a:active {
	border-color: #CC0000;
}
#sponsorenrotation a span {
	display: none;
}
#Content ul.alphabet {
	margin-left: -10px;
	list-style-type: none;
}
#Content ul.alphabet li {
	float: left;
	margin-left: 12px;
	font-size: 120%;
}
#Content .letteractive {
	font-weight: bold;
	color: black;
}

/**
 *
 *	Newsrotoation
 *
 **/
.slider-wrap { 
	width: 580px; 
/*	position: absolute; */
}			
.panel ul { 
	text-align: left; margin: 0 15px 0 30px; 
}
.stripViewer { 
	position: relative; overflow: hidden; width: 580px; height: 350px; 
}
.stripViewer .panelContainer { 
	position: relative; 
	left: 0; 
	top: 0; 
}
.stripViewer .panelContainer .panel { 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 580px; 
}
.stripNavL, .stripNavR, .stripNav { 
	display: none; 
}
.nav-thumb { 
	border: 1px solid black; 
	margin-right: 5px; 
}
#movers-row div a.cross-link { 
	float: right; 
}
.cross-link { 
	width: 62px; 
	margin-top: -14px; 
	position: relative;
	padding-top: 15px; 
	z-index: 9999; 
}
#NewsRotation {
	height: 320px;
	width: 580px;
	text-align: left;
}
#NewsRotation .news_rotation {
	height: 250px;
	position: absolute;	
}
#NewsRotation p.category {
	color: #fff;
	display: block;
	font-size: 10px;
	margin: 10px 0 0 20px;
	padding: 7px 10px 1px;
  text-transform: uppercase;
}
#NewsRotation h3 {
	color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 17px;
	margin: 0 0 0 28px;
	overflow: hidden;
	padding: 0;
}
#NewsRotation p.teaser {
	color: #fff;
	font-size: 11px;
	margin: 0 0 0 20px;
	overflow: visible;
	padding: 7px 5px 0 10px;
	width: 362px;	
  line-height: 14px;
}
#NewsRotation p.teaser a,
#NewsRotation p.teaser a:link,
#NewsRotation p.teaser a:active,
#NewsRotation p.teaser a:hover {
  background: transparent url(/images/design/link_arrow_white_on_dark.gif) no-repeat scroll 2px 4px;
  color: #fff;
  padding-left: 10px;
}

#NewsRotation .teaserBox {
	background: transparent url(/images/design/news_rotation_text_bg.png) repeat scroll 0 0;
	right: -5px;
	position: absolute;
	bottom: -19px;	
  z-index: 19;	
  width: 412px;
  /* height: 137px; */
  height: 75px;
  overflow: hidden;
}
#NewsRotation .teaser_row {
	background: transparent url(/images/design/news_rotation_teaser_bg.png) repeat scroll 0 0;
  position: absolute;
	z-index: 20;	
	height: 70px;
  padding-top: 10px;
	margin-top: 240px;
}
#NewsRotation .teaser_row .teaser {
	background: none;
	width: 171px;
	height: 40px;
	margin-right: 2px;
	padding: 15px 10px;
	float: left;
}
#NewsRotation .teaser_row .teaser h4,
#NewsRotation .teaser_row .teaser a {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 11px;
  float:right;
  text-transform: none;
  padding: 0;
  letter-spacing: 0;
  width: 120px;
}
#NewsRotation .teaser_row .teaser a {
  font-weight: normal;
}

#NewsRotation .teaser_row div.current h4 {
	color: #D70014;
	cursor: pointer;
}
#NewsRotation .teaser_row .last {
	margin-right: 0;
}
#NewsRotation .teaser_row .teaser img {
	float: left;
  margin-left: 3px;
	margin-right: 3px;
}
#NewsRotation .teaser_row .teaser span {
	font-size: 68%;
}


#newsticker {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tickercontainer { /* the outer div with the black border */
border: none;
background: none; 
width: 580px; 
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
/*top: 8px;*/
width: 567px;
overflow: hidden;
}
#Content ul.newsticker { /* that's your list */
position: relative;
left: 577px;
/*font: bold 10px Verdana;*/
list-style-type: none;
margin: 5px;
padding: 0;
}
#Content #ticker01 {
  list-style: none;
  height:30px;
  line-height:30px;
  margin-left: 110px;
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 25px;
padding: 0;
background: none;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #D70014;
margin: 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}
#newsticker {
  background: transparent url(/images/design/newsticker_bg.png) bottom left no-repeat; 
  position: relative;
}
#newsticker #eintrachtshot {
  padding: 5px 10px 0 10px;
  height: 25px;
  margin: 0;
}
#newsticker #eintrachtshot strong {
  display: inline-block;
  width: 100px;
}
#newsticker #eintrachtshot a {
  font-weight: bold;
}
#newsticker #tickerlabel {
  position: absolute;
  font-weight: bold;
  left: 10px;
  bottom: 0;
}


/**
 *
 *	board.css
 *
 **/
#Content .board_master {
  /*font-family:        Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
  font-size:          70%;
}

#Content .board_master td, #Content .board_master p, #Content .board_master form {
  /*font-family:        Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
}

#Content div.board_contextmenu {
/*  filter:         progid:DXImageTransform.Microsoft.Shadow(color=#707070, direction=135, strength=3);*/
  position:       absolute;
  visibility:       hidden;
  line-height:        1;
  z-index:        100;
}

div.board_contextmenu[class] {
  padding:        0px 4px 4px 0px;
  background-image:   url('/meine_eintracht/forum/images/shadow.png');
  background-position:  right bottom;

/*	-moz-shadow-type:     linear;
	-moz-shadow-width:      3px;
	-moz-shadow-direction:    bottom-right;
	-moz-shadow-color-stop:   #777777;
	-moz-shadow-color-start:  #777777;
	-moz-shadow-opacity-stop: 0;
	-moz-shadow-opacity-start:  100.0;
*/}

div.board_contextmenu#board_info_popup {
  visibility:       hidden;
  left:         10px;
}

div.board_contextmenu div {
  background-color:   #ffffff;
  position:       relative;
  padding:        1px 1px 0px 1px;
  border:         1px solid #bb0000;
  width:          180px;
}

div.board_contextmenu[class] div {
  left:         -4px;
  top:          -4px;
}

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

div.board_contextmenu div li {
  height:         23px;
  color:          #ffffff;
  margin:         0px 0px 1px 0px;
  padding:        0px 0px 0px 0px;
}

div.board_contextmenu[class] div li {
  height:         22px;
}

#Content div.board_contextmenu div li a {
  color:          #ffffff;
  height:         23px;
  display:        block;
  padding:        4px 4px 4px 6px;
  text-decoration:    none;
  background-color:   #1b1b1b;
}

#Content div.board_contextmenu[class] div li a {
  height:         14px;
}

#Content div.board_contextmenu div li a:hover, #Content div.board_contextmenu div li a:active {
  color:          #ffffff;
  text-decoration:    none;
  background-color:   #3c3c3c;
}

#Content div.board_contextmenu div li.right {
  float:            none;
}

#Content div.board_contextmenu div li.right a {
  font-style:       italic;
  text-align:       right;
}

#Content div.board_contextmenu div li a span {
  float:          right;
  font-size:        9pt;
  font-weight:      bold;
}

div.board_contextmenu div li.head {
  font-weight:      bold;
  padding:        3px 0px 0px 6px;
  background-image:   url(/meine_eintracht/forum/images/admin/contextmenu_head.gif);
}

div.board_contextmenu[class] div li.head {
  height:         19px;
}

input.board_multiselect_message {
  float:          left;
  padding:        0px;
  margin:         -2px 0px -2px -5px;
}

input.board_multiselect_message[class] {
  margin:         3px 10px 0px 0px;
}

div#board_multiselect_clicktarget {
  background:       transparent url(/meine_eintracht/forum/images/admin/multiple_clicktarget.gif) left top no-repeat;
  margin:         4px 0px 10px 0px;
  width:          231px;
  height:         19px;
}

div#board_multiselect_clicktarget:hover {
  background-color:   #cc0000;
  background-position:  0px -19px;
}

#board_master div.message_body a {
  text-decoration: underline;
}

/******************************************************************************/

#Content h2.board_list_headline {
  background-image:   url(/images/forum/board_list_category.gif);
  background-color:   #292929;
  /*font-family:      Tahoma,Verdana,Arial;*/
  font-weight:      bold;
  font-size:        8pt;
  height:         19px;
  color:          #ffffff;
  margin:         10px 0px 0px 0px;
  padding:        4px 7px 0px 7px;
  border-left:      1px solid #808080;
  border-right:     1px solid #808080;
}

#Content h2.board_list_headline span.right {
  float:          right;
  font-weight:      normal;
  margin:         -2px 0px 0px 0px;
}

#Content h2.board_list_headline span.right select {
  background-color:   #292929;
  margin-left:      4px;
  /*font-family:      Tahoma,Verdana,Arial;*/
  font-weight:      normal;
  font-size:        8pt;
  color:          #ffffff;
}

div.board_list_footline {
  background-image:   url(/images/forum/board_list_category.gif);
  background-color:   #292929;
  /*font-family:      Tahoma,Verdana,Arial;*/
  font-size:        8pt;
  height:         19px;
  width:          563px;
  color:          #ffffff;
  margin:         0px 0px 0px 0px;
  padding:        4px 7px 0px 7px;
  border-left:      1px solid #808080;
  border-right:     1px solid #808080;
}

div.board_list_footline span.pages {
  float:          right;
}

#Content div.board_list_footline span.pages a {
  color:          #ffffff;
  text-decoration:    underline;
}

table.board_list_forums {
  border-width:     0px 1px 1px 1px;
  border-style:     solid;
  border-color:     #808080;
  empty-cells:      show;
  width:        579px;
	margin-left: 1px;
}

table.board_list_forums thead th {
  background-image:   url(/images/forum/board_list_head_2.gif);
  background-color:   #cc0000;
  /*font-family:      Tahoma,Verdana,Arial;*/
  font-weight:      bold;
  font-size:        8pt;
  height:         23px;
  color:          #ffffff;
  padding:        0px;
}

table.board_list_forums .col_icon {
  width:          26px;
}

table.board_list_forums .col1 {
  padding-left:     7px;
  text-align:       left;
}

table.board_list_forums .col2 {
  width:          56px;
  text-align:       center;
}

table.board_list_forums .col3 {
  width:          56px;
  text-align:       center;
}

table.board_list_forums .col4 {
  width:          148px;
  text-align:       center;
}

table.board_list_forums tbody tr {
  background-color:   #fcfcfc;
	height: 60px;
}

table.board_list_forums tbody td {
  border-top:       1px solid #dddddd;
}

table.board_list_forums tbody tr#first_entry td {
  border-top-width:   0px;
}

table.board_list_forums td.col1 {
  padding:        5px 5px 5px 7px;
}

table.board_list_forums td.col_icon {
  background-color:   #f8f8f8;
  text-align:       center;
  padding:        0px 0px 0px 0px;
}

table.board_list_forums tbody td.col2, table.board_list_forums tbody td.col3 {
  background-color:   #f6f6f6;
}

table.board_list_forums td.col4 {
  padding:        5px 7px 5px 0px;
  text-align:       right;
}

#Content table.board_list_forums td h3 {
  font-size:        8pt;
  font-weight:      bold;
  margin:         0px 0px 0px 0px;
	padding: 7px 0;
}

#Content table.board_list_forums td h3 a {
  color:          #cc0000;
}

#Content table.board_list_forums td h3 a:hover {
  color:          #ff0000;
}

.board_deleted td, .board_deleted tr {
/*  filter:         Alpha(opacity=40);*/
  opacity:				0.40;
}

div.icon_info {
  margin-top:       20px;
  line-height:      24px;
}

div.icon_info div {
  clear:          both;
  margin:         0px;
  border-top:       1px solid #ffffff;
}

div.icon_info img {
  float:          left;
  margin-right:     5px;
}

div.icon_info span {
  float:          left;
  width:          200px;
  display:        block;
  margin-right:     5px;
}

div#thread_tree {
  width:          606px;
  border:         2px inset;
  background-color:   #fbfbfb;
  height:         180px;
  overflow:       auto;
}

div#thread_tree .thread_message {
  height:         20px;
  line-height:      19px;
  padding-left:     4px;
  background-color:   transparent;
}

div#thread_tree .thread_message_active {
  height:         20px;
  line-height:      19px;
  padding-left:     4px;
  background-color:   #f2f2f2;
}

div#thread_tree a.message_link {
  color:          #cc0000;
  padding:        0px 4px 0px 4px;
  text-decoration:    none;
}

div#thread_tree a:hover {
  color:          #ff0000;
  text-decoration:    underline;
}

#Content h3.message_headline {
  background-image:   url(/images/forum/board_list_head_2.gif);
  background-color:   #cc0000;
  vertical-align:     middle;
  border-width:     0px 1px 0px 1px;
  border-style:     solid;
  border-color:     #a0a0a0;
  /*font-family:      Tahoma,Verdana,Arial;*/
  font-weight:      bold;
  font-size:        8pt;
  padding:        4px 7px 0px 7px;
  margin:         0px 0px 0px 0px;
  color:          #ffffff;
  height:         19px;
}

#Content h3.message_headline img {
  margin:         0px 3px 0px 0px;
}

#Content h3.message_headline span.message {
  float:          right;
  font-weight:      normal;
}

#Content h3.message_headline a, #Content h3.message_headline a:link {
  color:          #ffffff;
  text-decoration:    none;
}

#Content h3.message_headline a:hover {
  color:          #ffffff;
  text-decoration:    underline;
}

div.message_info {
  background-color:   #f2f2f2;
  border-color:     #a0a0a0;
  border-style:     solid;
  border-width:     0px 1px 0px 1px;
  padding:        5px 7px 5px 7px;
}

div.message_info a.report_bad {
  float:          right;
}

#Content div.message_info a.user {
  color:          #000000;
  font-size:        11pt;
  background-position:  right 50%;
  text-decoration:    underline;
}

#Content div.message_info a.user:hover {
  color: #cc0000;
}

div.message_body {
  background-color:   #fcfcfc;
  border-width:     0px 1px 1px 1px;
  border-style:     solid;
  border-color:     #a0a0a0;
  margin-bottom:      6px;
  padding:        5px 7px 5px 7px;
  font-family:      Verdana,Arial;
  font-size:        8pt;
  line-height:      1.4;
  overflow:       auto;
}

div.message_body blockquote {
  font-style:       italic;
  margin:         10px 15px 10px 6px;
  padding:        8px 10px 8px 10px;
  border-left:      1px solid #e6e6e6;
  background:       transparent url(/meine_eintracht/forum/images/quote/open.png) left top no-repeat;
}

div.message_body blockquote cite {
  display:        block;
  font-style:       normal;
  font-weight:      bold;
  margin-bottom:      4px;
}

div.message_body textarea {
  width:          555px;
  height:         240px;
  font-size:        8pt;
  line-height:      1.4;
  font-family:      Verdana,Arial;
}

#Content div.message_body ul,
#Content div.message_body ol {
  font-size:        8pt;
  font-family:      Verdana,Arial;
  line-height:      1.4;
}

div.message_post_buttons {
  margin-top:       10px;
}

div.message_button {
  margin-top:       10px;
  text-align:       right;
}

div.message_notice {
  background-color:   #f2f2f2;
  padding:        5px 7px 5px 7px;
  margin:         5px -7px 0px -7px;
  font-family:      Verdana,Arial;
  font-style:       italic;
  border-left:      4px solid #cc0000;
  color:          #cc0000;
}

div.message_notice_preview {
  background-color:   #f2f2f2;
  padding:        5px 7px 5px 7px;
  margin:         5px -7px 0px -7px;
  font-family:      Verdana,Arial;
  font-style:       italic;
  border-left:      4px solid #E06E0A;
  color:          #E06E0A;
}

td.message_foren_preview {
  background-color:   #f2f2f2;
  padding:        5px 7px 5px 7px;
  margin:         5px -7px 0px -7px;
  font-family:      Verdana,Arial;
  font-style:       italic;
  border-left:      4px solid #E06E0A;
  color:          #E06E0A;
}

div.message_notice[class] {
  /* width:         584px; */
  margin-right:     0px;
}

/******************************************************************************/

#Content form.board_post_form {
  background-color:   #f2f2f2;
  border-color:     #a0a0a0;
  border-style:     solid;
  margin-top:       0px;
  border-width:     0px 1px 1px 1px;
  padding:        5px 7px 0px 7px;
  display:        block;
  width:          564px;
  font-size:        100%;
}

#Content form.board_post_form p {
  clear:          both;
  margin:         0px 0px 10px 0px;
  font-size:        100%;
}

form.board_post_form label {
  line-height:      16pt;
}

form.board_post_form label.headlabel {
  display:        block;
  font-weight:      bold;
}

form.board_post_form input.textfield {
  width:          500px;
/*  font-size:        8pt;*/
  font-family:      Verdana,Arial;
}

form.board_post_form input.button, .message_post_buttons input.button {
  font-size:        8pt;
  font-weight:      bold;
  font-family:      Verdana,Arial;
}

form.board_post_form input.quote_origin {
  width:          150px;
  float:          right;
  font-style:       italic;
  font-weight:      normal;
}

form.board_post_form textarea {
  width:          450px;
  height:         180px;
/*  font-size:        8pt;*/
  line-height:      1.4;
  /*font-family:      Verdana,Arial;*/
}

form.board_post_form textarea#quotecontent {
  display:        none;
}

form.board_post_form a {
  background-color:   transparent;
  border:         1px solid #f2f2f2;
  padding:        3px 0px 0px 3px;
  width:          23px;
  height:         23px;
}

form.board_post_form a:hover {
  background-color:   #fdfdfd;
  border:         1px solid #aaaaaa;
}

form.board_post_form div#buttons {
  padding:        4px 1px 1px 1px;
  border-width:     2px 0px 0px 0px;
  border-style:     groove;
}

form.board_post_form div#buttons a {
  padding:        0px 0px 0px 1px;
  margin:         0px 0px 0px 0px;
  width:          22px;
  height:         21px;
}

form.board_post_form div#buttons[id] a {
  display:        block;
  float:          left;
  width:          21px;
}

form.board_post_form div#buttons span {
  float:          left;
  padding-right:      1px;
  margin-right:     3px;
  border-right:     1px solid #dddddd;
}

form.board_post_form div#buttons a.combobox {
  background:       #ffffff url(/meine_eintracht/forum/images/editor/menupop.gif) no-repeat top right;
  border:         1px solid #ffffff;
  margin:         2px 2px 0px 0px;
  height:         18px;
  padding:        0px 14px 0px 3px;
  vertical-align:     top;
  text-decoration:    none;
  color:          #303030;
}

form.board_post_form div#buttons a.combobox[class] {
  height:         16px;
}

form.board_post_form div#buttons a.combobox:hover {
  border:         1px solid #aaaaaa;
}

form.board_post_form div#buttons span.combobox_list {
  border:         1px solid #aaaaaa;
  visibility:       hidden;
  position:       absolute;
  display:        none;
  margin-top:       19px;
  padding:        2px;
  overflow:       auto;
  background-color:   #ffffff;
}

form.board_post_form div#buttons span.combobox_list a {
  border-width:     0px;
  white-space:      nowrap;
  display:        block;
  float:          none;
  padding:        2px 2px 2px 3px;
  line-height:      110%;
  text-decoration:    none;
  width:          100%;
}

form.board_post_form div#buttons span.combobox_list > a {
  width:          0%;
}

form.board_post_form div#buttons a#fontfamily {
  width:          70px;
}

form.board_post_form div#buttons span#fontfamily_list {
  width:          120px;
  height:         160px;
}

form.board_post_form div#buttons a#fontsize {
  width:          60px;
}

form.board_post_form div#buttons span#fontsize_list {
  width:          60px;
}

form.board_post_form div#buttons span#fontsize_list[id] {
/*  margin-left:      91px;*/
}

form.board_post_form div#buttons a#fontcolor {
  width:          60px;
}

form.board_post_form div#buttons span#fontcolor_list {
  width:          142px;
  font-size:        0px;
  line-height:      1px;
}

form.board_post_form div#buttons span#fontcolor_list[id] {
/*  margin-left:      172px;*/
}

form.board_post_form div#buttons span#fontcolor_list[class] {
  width:          140px;
}

form.board_post_form div#buttons span#fontcolor_list a {
  padding:        3px 3px 0px 3px;
  float:          left;
  width:          17px;
}

form.board_post_form div#buttons span#fontcolor_list > a {
  width:          9px;
  height:         12px;
  margin-right:     2px;
  margin-bottom:      2px;
}

form.board_post_form div#buttons span#fontcolor_list a span {
  margin:         0px 0px 0px 0px;
  border:         1px solid #aaaaaa;
  height:         11px;
  width:          11px;
}

form.board_post_form div#buttons span#fontcolor_list a > span {
  border-bottom:      1px solid #aaaaaa;
  border-right:     1px solid #aaaaaa;
  border-left:      1px solid #aaaaaa;
  border-top:       1px solid #aaaaaa;
  display:        block;
  height:         10px;
  width:          10px;
}

form.board_post_form div#smileys {
  width:          80px;
  float:          right;
  line-height:      1.2;
  margin-top:       20px;
  padding:        6px 6px 0px 6px;
}

form.board_post_form div#smileys[id] {
  margin-top:       0px;
  width:          90px;
}

form.board_post_form div#smileys[id] a {
  display:        block;
  float:          left;
  width:          19px;
  height:         19px;
  margin:         0px 3px 3px 0px;
}

/******************************************************************************/

div.post_icons {
  margin:         10px 0px 10px 0px;
}

div.post_icons a {
  margin-right:     10px;
}

/******************************************************************************/

a.no_new {
  font-weight:      normal;
}

.date {
  color:          #000000;
  font-style:       italic;
}

.time {
  color:          #707070;
  font-style:       italic;
}

#Content .user {
    color:          #404040;
  text-decoration:    none;
}

#Content .user:hover, #Content .user:active {
  text-decoration:    underline;
}

#Content #thread_tree .user, #Content .message_info .user {
  font-weight:      bold;
}

#Content .board_list_forums .user {
  font-weight:      normal;
}

/******************************************************************************/

ol#board_locator {
  margin-left:      0px;
  line-height:      18px;
  padding-left:     0px;
}

ol#board_locator li {
  list-style-type:    none;
  padding-left:     18px;
  display:        inline;
  background:       transparent url(/meine_eintracht/forum/images/tree/locator_1d.gif) no-repeat 0px 1px;
}

ol#board_locator li.first {
  background:       none;
  padding-left:     0px;
}

ol#board_locator a {
  color:          #909090;
  text-decoration:    underline;
}

/******************************************************************************/

form#board_search2 {
  margin:         18px 0px 0px 0px;
  padding:        0px;
  /*float:          right;*/
  width:          500px;
  border:         1px solid #a0a0a0;
  background-color:   #f2f2f2;
}

form#board_search2[id] {
  margin-top:       0px;
}

form#board_search2.active {
  left:         613px;
  position:       absolute;
}

form#board_search2.active[id] {
  margin-top:       8px;
  left:         611px;
}

form#board_search2 div.main_search {
  height:         17px;
  padding:        3px 4px 1px 4px;
  background:       #f2f2f2 url(/meine_eintracht/forum/images/search/background.gif) left top repeat-x;
}

form#board_search2 div.main_search[class] {
  padding-bottom:     3px;
}

form#board_search2 div.main_search img.magnify {
  position:       absolute;
  margin:         -8px 0px 0px -11px;
/*  filter:         progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/meine_eintracht/forum/images/search/magnify.png', sizingMethod='scale');*/
}

form#board_search2 div.main_search img.magnify[class] {
  background:       transparent url(/meine_eintracht/forum/images/search/magnify.png) left top no-repeat;
}

form#board_search2 input {
  margin:         0px;
}

form#board_search2 input#board_search_query {
  width:          120px;
  height:         15px;
  padding:        1px 0px 0px 16px;
  border:         1px solid #bdbdbd;
  line-height:      1;
  font-size:        80%;
}

form#board_search2 input#board_search_button {
  width:          21px;
  height:         17px;
  border-width:     0px;
  background:       #474747 url(/meine_eintracht/forum/images/search/button.gif) left top no-repeat;
}

form#board_search2 input#board_search_button[id] {
  margin-bottom:      -1px;
}

form#board_search2 a#board_search_more {
  text-decoration:    none;
  border-left:      1px solid #a0a0a0;
  padding:        0px 0px 0px 6px;
  margin:         1px 0px 0px 0px;
  display:        block;
  float:          right;
  height:         16px;
}

form#board_search2 fieldset {
  border-width:     0px;
  display:        none;
  margin:         0px 6px 0px 6px;
  padding:        6px 0px 6px 0px;
}

form#board_search2 fieldset#board_search_extented {
  border-bottom:      2px solid #a0a0a0;
}

form#board_search2.active fieldset {
  display:        block;
}

form#board_search2 fieldset legend {
  margin:         0px 0px 3px -1px;
  padding:        0px;
  font-weight:      bold;
}

form#board_search2 fieldset#board_search_extented label {
  margin-left:      7px;
  display:        block;
  clear:          both;
}

form#board_search2 fieldset input.board_search_text {
  margin-left:      7px;
  width:          190px;
  border:         1px solid #bdbdbd;
}

form#board_search2 ul {
  list-style-type:    none;
  padding:        0px;
  margin:         0px;
}

form#board_search2 ul li {
  text-indent:      -22px;
  padding:        0px 0px 0px 26px;
  margin:         0px;
}

form#board_search2 ul li label {
  margin-top:       -4px;
}

.foren_fusion   {
  color:        #707070;
  background-color:   #dddddd;
  font-size:      8pt;
  text-decoration:    none;
  border:     1px solid #707070;
  padding:      3px 3px 3px 3px;
  margin:     3px 3px 3px 3px;
  display:      block;
  float:        right;
}

#board_error {
  margin:         5px;
  padding:        1px;
  width:          600px;
  border:         1px solid #a0a0a0;
  background-color:   #f2f2f2;
}

.italic {
	font-style:       italic;	
}
/* YouTube */
#YouTube ul {
/*	float:right;
	width:450px;
*/}
#YouTube li {
	list-style-type:none;
	clear: both;
}
#YouTube li img {
	display:block;
	height:96px;
	margin: 0 10px 20px 0;
	width:128px;
}
#YouTube li.odd {
}
#YouTube h5 {
	color:gray;
	font-size:12px;
}
#YouTube li p.description {
	padding-top: 6px;
}

/* Banner */
div.banner {
	background: #cdcdcd;
}
div.banner_content {
	width: 580px;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 12px;
	padding: 5px 0 1px;
  background:url("/images/anzeige.jpg") no-repeat scroll 0 0 #CDCDCD;	
}

/* Traditionsmannschaft Kader */
.ttmperson {
  border: 1px solid #555555;
  display: table;
  width:  560px;
  padding:8px;
  margin-bottom:  16px;
  background:transparent url(/images/card_bg_2.gif) no-repeat left bottom;
  background-color: #F4F4F4;
}

.ttmperson .person_pictures {
  float:  right;
  width:  120px;
  margin-top: 30px;
}

.ttmperson .person_pictures img {
  border: 1px solid #555555;
}

.ttmperson .description {
  float:  left;
  width:  420px;
}

.ttmperson .description h3 {
  color:#CC0000;
  font-size:8pt;
  font-weight:bold;
  height:19px;
  margin:10px 0 0;
  padding:0;
}
#Content ul.wallpapers,
#Content ul.wallpapers ul.links {
  margin: 0;
  list-style: none;
}
ul.wallpapers li {
	width: 180px;
	float: left;
  height: 120px;
	margin-right: 11px;
	margin-top: 10px;
	background: #F5F5F5;
  border-bottom: 1px dotted #BDBDBD;
	padding: 3px;
}
ul.wallpapers li.last {
	margin-right: 0;
}

ul.wallpapers li img {
	float: left;
}
#Content ul.wallpapers li h3 {
	margin: 3px 0;
	font-size: 100%;
}
#Content ul.wallpapers li ul.links {
	float: right;
	width: 77px;	
	padding: 0;
	margin: 0;
	margin-left: 3px;
}
ul.wallpapers li ul.links li {
	border: none;
  width: 80px;
  height: auto;
	padding: 0;
	margin: 0;
}
#Content ul.wallpapers li ul.dropdown {
  background: #F5F5F5;
  position: absolute;
  margin-left:103px;
  margin-top:91px;
  display: none;
}

*+html #Content ul.wallpapers li ul.dropdown {
  margin-left:0;
}

/* Eintracht Historie */
#Content ul.accordion {
	margin: 0 0 1em;
}
#Content ul.accordion li {
	list-style: none outside none;
	margin-bottom: -10px;
}	  
#Content ul.accordion li h3.toggler {
	clear: both;
	font-weight: normal;
	margin-bottom: 0;
}
#Content ul.accordion li h3.toggler a {
	background: url(/images/design/accordion/toggler.gif) no-repeat scroll right center #bbb;
	border-bottom: 1px solid #bbb;
	color: #666;
	display: block;
	height: 18px;
	padding: 4px 8px 4px 10px;
	text-decoration: none;
}
#Content ul.accordion li.first h3.toggler a {
	/* background: url("/images/design/accordion/toggler_first.gif") no-repeat scroll right center #000000;*/
}
#Content ul.accordion li h3.toggler a:hover {
	color: #333;
}
#Content ul.accordion li h3.toggler.selected a {
	background:url(/images/design/accordion/toggler_selected.gif) no-repeat scroll right center #000000;
	color:#333;
}
#Content ul.accordion li.first h3.toggler.selected a {
/*	background:url("/images/design/accordion/toggler_first_selected.gif") no-repeat scroll right center #000000;*/
	color:#333;
}
#Content ul.accordion .element {
	background: url(/images/design/accordion/bg.gif) repeat-x scroll center top #F5F5F5;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
div.ticket_infos {
	background-color: #e3e3e3;
	border: 1px solid #cdcdcd;
	padding: 8px;
}
#Content div.ticket_infos h3 {
	font-size: 1em;
}
#Content ul.categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Content ul.categories li.category {
  padding: 0;
  background: none;
}
#Content ul.galleries li.gallery {
	background: none;
  border-bottom: 1px solid #d0d0d0;
	padding: 0;
	width: 280px;
	float: left;
}
#Content ul.galleries li.odd {
	margin-left: 20px;
}
#Content ul.galleries li.gallery h2 {
	margin-left: 10px;
}
#Content ul.galleries li.gallery a img {
  margin: 10px 10px 10px 0;
	float: left;
}
#Content ul.galleries li.gallery span.description {
	font-size: 10px;
}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/

/* Slider */
#Slider p.view_all span.headline {
	font-weight: bold;
}
/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}

#Content #Slider img.not_loaded {
  border: 22px solid #fff;
}
#Content #Slider img.loading {
  background: #fff url(/images/design/ajax-loader.gif) center center no-repeat;
  border: none;
  width: 80px;
  height: 80px;
}

.accessible_news_slider li,
.accessible_news_slider p {
	/*font-family: "Arial, Tahoma", "Verdana", sans-serif;*/
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 2;
}
.accessible_news_slider li p {
	font-size: 1em;
}

.accessible_news_slider h3 {
	font-size: 1.1em;
	margin-top: 20px;
}

.accessible_news_slider .price {
	font-size: 1.1em;
}

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 169px;
}



/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 580px;
	height: 125px;
  margin-top: 20px;
}
.business_as_usual a {
/*  color: #363636;*/
}
.business_as_usual .back {
	width: 364px;
	height: 23px;
	left: 0;
  margin-top: 102px;
}
.business_as_usual .back a {
	position: absolute;
	top: 97px;
	right: 210px;
	width: 150px;
	height: 23px;
	line-height: 23px;
}
.business_as_usual .next {
/*  height: 23px;
  margin-top: 102px;  
*/	width: 364px;
	right: 0;
}
.business_as_usual .next a {
  position: absolute;
  top: 97px;
  left: 210px;
  width: 150px;
  height: 23px;
  line-height: 23px;
  text-align: right;
}
.business_as_usual .view_all {
}
#Content .business_as_usual ul {
  margin: 0;
  list-style: none;
}
.business_as_usual li {
	overflow: hidden;
	width: 83px;
	background-color: #f4f4f4;
	text-align: center;
}
.business_as_usual li img {
	float: left;
	display: inline;
	margin: 1px;
	padding: 1px 0;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('/images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('/images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('/images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%; 
	width: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

/* Selectmenu -> Quickfinder
----------------------------------*/
#box_quickfinder {
  z-index: 1000;
}
#box_quickfinder form .selectbox {
  border: none;
  cursor: pointer;
  color: #5B5B5B;
  display: block;
  font-weight: bold;
  background: transparent url('/images/design/quickfinder_big_top_bg.gif') top left no-repeat;
  width: 140px !important;
  height: 17px;
  font-size: 12px;
  padding:5px 10px 3px;
  text-align: right;
}
#box_quickfinder form .selectbox:hover {
  color: #000;
}

#box_quickfinder form .selectbox-wrapper {
  background: transparent url(/images/design/select_open_top_bg.gif) top center no-repeat;
  position: absolute;
  z-index: 500;
  width: 160px !important;
  padding-top: 18px;
}

#box_quickfinder form .selectbox-wrapper ul {
  background: transparent url(/images/design/select_open_ul_bg.png) bottom center no-repeat;
  width: 136px !important;
  padding: 0 12px 18px;
}
#box_quickfinder form .selectbox-wrapper ul li {
  font-size: 12px;
  padding: 4px 5px;
  cursor: pointer;
}
#box_quickfinder form .selectbox-wrapper ul li.current {
  background: #e7e7e7;
  color: #c00;
}

/*  RoundAbout -> Coverflow-Galerie  */
#Content .roundabout-holder { padding: 0; width:580px; height: 200px; list-style: none; margin:0; }
#Content .roundabout-moveable-item {
  height: 150px;
  width: 110px;
  cursor: pointer;
}
#Content .roundabout-moveable-item img {
  height: inherit !important;
  width: inherit !important;
  border: 1px solid #999;
}
#Content .roundabout-in-focus { cursor: auto; }

#Content ul.content_tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
#Content ul.content_tabs li {
  background: #fff url(/images/design/content_tab_left_bg.png) top left no-repeat;
  float: left;
  margin-right: 1px;
  padding-bottom:1px;
}
#Content ul.content_tabs li a {
  color: #373737;
  text-align: center;
  padding: 2px 15px 3px;
  background: transparent url(/images/design/content_tab_right_bg.png) top right no-repeat;
}

#Content ul.content_tabs li.current {
  background: #fff url(/images/design/content_tab_active_left_bg.png) top left no-repeat;
  margin-top:-8px;
  padding-top:8px;
}
#Content ul.content_tabs li.current a {
  background: transparent url(/images/design/content_tab_active_right_bg.png) top right no-repeat;
  color: #101010;
  display:block;
  font-weight:bold;
  margin-top:-8px;
  padding:5px 15px 3px;
}





table.spielplan tbody td .liga {
  display: block;
  width:22px;
  height: 22px;
  background: transparent url(/media/bundesliga_logo20.jpg) center center no-repeat;
}
table.spielplan tbody td .dfb-pokal {
  width:56px;
  background: transparent url(/images/v2007/icons/spielplan_dfbpokal.png) center center no-repeat;
}

table.spielplan tbody td .barometer, table.spielplan tbody td .barometer:hover {
  background-position:center center;
  background-repeat:no-repeat;
  display: block;
  height: 30px;
  width:30px;
}
table.spielplan tbody td .barometer.state_0 {
background-image:url(/images/v2007/tickets/state_0.gif);
}
table.spielplan tbody td .barometer.state_10 {
background-image:url(/images/v2007/tickets/state_10.gif);
}
table.spielplan tbody td .barometer.state_20 {
background-image:url(/images/v2007/tickets/state_20.gif);
}
table.spielplan tbody td .barometer.state_30 {
background-image:url(/images/v2007/tickets/state_30.gif);
}
table.spielplan tbody td .barometer.state_40 {
background-image:url(/images/v2007/tickets/state_40.gif);
}
table.spielplan tbody td .barometer.state_50 {
background-image:url(/images/v2007/tickets/state_50.gif);
}
table.spielplan tbody td .barometer.state_60 {
background-image:url(/images/v2007/tickets/state_60.gif);
}
table.spielplan tbody td .barometer.state_70 {
background-image:url(/images/v2007/tickets/state_70.gif);
}
table.spielplan tbody td .barometer.state_80 {
background-image:url(/images/v2007/tickets/state_80.gif);
}
table.spielplan tbody td .barometer.state_90 {
background-image:url(/images/v2007/tickets/state_90.gif);
}
table.spielplan tbody td .barometer.state_100 {
background-image:url(/images/v2007/tickets/state_100.gif);
}
table.spielplan tbody td .barometer span {
display:none;
}

table.bets tr.matchday:hover {
  cursor: pointer;
}

p.department_description {
  display: block;
  background: #F5F5F5;
  padding: 5px 10px;
   margin-bottom: 12px;
}

div.spielbericht_tableviews {
  width:280px; 
  float:left;
}

div.leftside {
  margin-right:20px;
}

/* New Concept of floating elements for portrait listings in the content area */
#Content div.content_portrait_listings_container {
  clear: both;
  display: block;
}

#Content div.content_portrait_listings_item {
  text-align: center;
  float: left;
  margin-right: 1em;
}

#Content div.content_portrait_listings_item img {
  border: 0;
}

#Content div.content_portrait_listings_item span {
  display: block;
}
