@CHARSET "ISO-8859-1";

html {
	
}

body {
	color: #333333;
	font-family: "lucida grande",Tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	background: #FFFFFF url('../images/background.png') fixed repeat-x;
}

p {
	line-height: 1.3em;
}

a, a:link, a:visited, a:hover {
	color: #096CAA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site-container {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 99px;
	background: #FFFFFF url('../images/background-header.png') no-repeat;
}

#quickmenu {
	float: right;
	margin: 5px 20px;
}

#quickmenu li {
	float: left;
	margin: 5px 5px -5px 5px;
}

#hauptsponsor-container {
	float: right;
	font-size: 0.8em;
	margin-right: 4px;
}

#hauptsponsor img {
	border: 1px solid #B5BEC4;
}

#menu {
	height: 32px;
	width: 990px;
	position: relative;
	left: -8px;
	background: #FFFFFF url('../images/background-menu.png') no-repeat;
}

* html #menu {
/* IE6 Fix */
	width: 976px;
}

#menu .menu {
	float: left;
}

#menu li img {
	float: right;
	margin: 16px 0 0 -20px;
}

* html #menu .menu{
/* IE6 Fix */
	width: 650px;
}

#menu img.divider{
	margin-left: 155px;
	float: left;
}

#menu ul {
	list-style-type: none;
	height: 32px;
	display: inline-table;
}

#menu li {
	float: left;
}

#menu li:hover, #menu li:active, #menu li.active {
	background: url('../images/menu-hover.png') no-repeat center;
}

#menu ul a {
	background: url('../images/menu-divider.png') no-repeat right;
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 32px;
	text-decoration: none;
	color: #000000;
}

#searchform {
	float: right;
	margin: 2px 12px 0 0;
}

* html #searchform {
/* IE6 Fix */
	margin-top: 6px;
}

* + html #searchform {
/* IE7 Fix */
	margin-top: 4px;
}

#searchform input {
	border: 1px solid #B5BEC4;
	height: 1.4em;
}

#searchform img {
	position: relative;
	top: 3px;
}
	
#news-container {
	background: #FFFFFF url('../images/background-logo.png') no-repeat right bottom;
	border: 1px solid #B5BEC4;
	border-width: 0 1px 0 1px;
	min-height: 400px;
}

#news-column-middle h1, #news-column-middle h2, #news-column-middle h3, #news-column-middle h4, #news-column-middle h5 
#news-column-right h1, #news-column-right h2, #news-column-right h3, #news-column-right h4, #news-column-right h5 {
	background: transparent url('../images/background-news-box-header.png') no-repeat;
	padding: 5px;
	color: #AA1111;
	font-size: 1.1em;
	width: 210px;
	height: 15px;
	vertical-align: middle;
	margin: 0 auto 0.5em auto;
	overflow: hidden;
}

* html #news-column-middle h1, * html #news-column-middle h2, * html #news-column-middle h3, * html #news-column-middle h4, * html #news-column-middle h5 
* html #news-column-right h1, * html #news-column-right h2, * html #news-column-right h3, * html #news-column-right h4, * html #news-column-right h5 {
	/*IE6 Fix*/
  	height: 25px;
		width: 220px;
		font-size: 1em;
}

#news-column-middle h1 img, #news-column-middle h2 img, #news-column-middle h3 img, #news-column-middle h4 img, #news-column-middle h5 img
#news-column-right h1 img, #news-column-right h2 img, #news-column-right h3 img, #news-column-right h4 img, #news-column-right h5 img {
	float: left;
	margin-right: 2px;
}

#news-breadcrump {
	background: #FFFFFF url('../images/background-menu-bottom.png') no-repeat;
	height: 31px;
}

#newspage-links {
	width: 515px;
	text-align: right;
	padding: 5px 5px 0 0;
	display: block;
	line-height: 20px;
	vertical-align: middle;
}


#newspage-links .share-link-wrapper {
	top: 1px;
}

#newspage-links .share-link-text .share-link {
	background: transparent url('../../share/images/skins/red/share-icon.png') no-repeat scroll right center;
	padding-right: 20px;
}

#newspage-links ul li {
	float: right;
	padding: 0 0 0 10px;
}

* html #newspage-links {
	/*IE6 Fix*/
	width: 525px;
}

#newspage-links img{
	margin: 0 0 0 4px;
	position: relative;
	top: 3px;
}

#news-column-left, #news-column-middle, #news-column-right {
	float: left;
}

#news-column-left {
	width: 523px;
	height: 100%;
}

* html #news-column-left {
	/*IE6 Fix*/
   width: 523px;
}

#news-column-middle {
	width: 224px;
	min-height: 200px;
	/*border: 1px solid #B5BEC4;
	border-width: 0 0 0 1px;*/
}

* html #news-column-middle {
	/*IE6 Fix*/
   width: 225px;
}

#news-column-right {
	width: 223px;
	min-height: 200px;
	/*border: 1px solid #B5BEC4;
	border-width: 0 0 0 1px;*/
}

#news-footer {
	height: 20px;
	width: 976px;
	background: url('../images/background-news-footer.png') no-repeat;
	/*margin: 0 0 90px 0;*/
}

* html #news-footer {
	/*IE6 Fix*/
   margin: 0;
}

* html #news-footer {
	/*IE6 Fix*/
   background: #FFFFFF url('../images/background-news-footer-ie6.png') no-repeat;
}

#content-container {
	background: #FFFFFF url('../images/background-logo.png') no-repeat right bottom;
	border: 1px solid #B5BEC4;
	border-width: 0 1px 0 1px;
	min-height: 330px;
}

#content-breadcrump {
	background: #FFFFFF url('../images/background-content-bottom.png') no-repeat;
	height: 29px;
	padding: 3px 0 0 146px;
	font-size: 0.8em;
}

#content-column-submenu, #content-column-left {
	float: left;
}

#content-column-submenu li img {
	float: right;
	margin: 6px 0 0 -20px;
}

#content-column-submenu {
	width: 200px;
	height: 100%;
	text-align: center;
	padding-top: 9px;
}

#content-column-submenu ul {
	list-style-type: none;
	width: 190px;
	display: inline-table;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

* html #content-column-submenu ul {
	/*IE6 Fix*/
  margin: 0;
}

#content-column-submenu li {
	display: block;
	border: 1px solid #B5BEC4;
	border-width: 1px 1px 0 1px;
	background: #c1c2c2 url('../images/background-submenu-item.png') repeat-x;
}

#content-column-submenu li ul {
	border-width: 0;
	margin: 0;
}

#content-column-submenu li li {
	border-width: 1px 0 0 0;
}

#content-column-submenu li:hover, #content-column-submenu li:active, #content-column-submenu li.active {
	background: url('../images/background-submenu-item-hover.png') repeat-x;
}

#content-column-submenu li.active a {
	color: #AA1111;
	font-weight: bold;
}

#content-column-submenu li.active li a {
	color: #000000;
	font-weight: normal;
}

#content-column-submenu li.active li.active a {
	color: #AA1111;
	font-weight: bold;
}

#content-column-submenu ul li a {
	padding: 0px 5px 0px 10px;
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #000000;
}

* html #content-column-submenu ul li a {
	/*IE6 Fix*/
   width: 190px;
}

#content-column-submenu ul li li a {
	padding: 0px 5px 0px 25px;
}

#content-column-left {
	width: 532px;
	height: 100%;
	padding: 5px;
}

#content-column-left p {
	text-align: justify;
}

* html #content-column-left {
	/*IE6 Fix*/
   width: 542px;
}

#content-container h1 {
	color: #096CAA;
	font-size: 1.6em;
	position: relative;
	margin-bottom: 1em;
}

#content-container h2 {
	color: #096CAA;
	font-size: 1.4em;
	margin-top: 1.5em;
}

#content-column-left p {
	margin: 1em 0;
}

#content-column-right {
	float: right;
	padding: 4px;
	width: 220px;
	height: 100%;
	/*border: 1px solid #B5BEC4;
	border-width: 0 0 0 1px;*/
}

* html #content-column-right {
	/*IE6 Fix*/
   width: 231px;
}

#content-footer {
	height: 20px;
	width: 976px;
	background: url('../images/background-content-footer.png') no-repeat;
	/*margin: 0 0 90px 0;*/
}

* html #content-footer {
	/*IE6 Fix*/
   margin: 0;
}

* html #content-footer {
	/*IE6 Fix*/
   background: #FFFFFF url('../images/background-content-footer-ie6.png') no-repeat;
}

#footer {
	font-size: 0.8em;
	color: #B5BEC4;
	text-align: center;
	margin-bottom: 3em;
}

.clearer {
	clear: both;
}

.news-list-i-container {
	margin: 1px 2px 1px 7px;
}

.news-list-i-item-image {
	float: left;
	margin-bottom: -73px;
}

* html .news-list-i-item-image {
/*IE6 Fix*/
	margin-bottom: -67px;
}

.news-list-i-item-teaser {
	width: 505px;
	height: 67px;
	background: transparent url('../images/background-news-item-teaser.png') repeat;
	float: left;
	color: #FFFFFF;
	padding: 3px;
}

* html .news-list-i-item-teaser {
	/*IE6 Fix*/
   width: 511px;
}

.news-list-i-item-teaser h1, .news-list-i-item-teaser h2 {
	font-weight: normal;
}

.news-list-i-item-teaser-date {
	float: left;
	width: 80px;
	line-height: 1.8em;
}

.news-list-i-item-teaser-title {
	font-size: 1.5em;
}

.news-list-i-item-teaser a {
	color: #FFFFFF;
	text-decoration: none;
}

.news-list-ii-container {
	margin: 0 1px 0 7px;
}

.news-list-ii-item {
	float: left;
	width: 255px;
	margin: 0 1px 1px 0;
}

.news-list-ii-item-image {
	float: left;
	margin-bottom: -40px;
}

.news-list-ii-item-teaser {
	width: 249px;
	height: 34px;
	background: transparent url('../images/background-news-item-teaser.png') repeat;
	float: left;
	color: #FFFFFF;
	padding: 3px;
}

* html .news-list-ii-item-teaser {
	/*IE6 Fix*/
   width: 255px;
}

.news-list-ii-item-teaser-date {
	float: left;
	width: 80px;
}

.news-list-ii-item-teaser-title {
	font-size: 1em;
	font-weight: bold;
}

.news-list-ii-item-teaser a {
	color: #FFFFFF;
	text-decoration: none;
}

dd.csc-textpic-caption {
	font-size: 0.8em;
}

.news-single-item {
	margin-bottom: 1em;
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

.news-single-nextlink a, .news-single-prevlink a {
	display: block;
}

.news-single-nextlink {
	float: right;
	width: 45%;
	text-align: right;
}

.news-single-prevlink {
	width: 45%;
}

.news-single-item h1 {
	margin: 1em 0;
}

.news-single-item h2 {
	margin: 0 !important;
	text-align: justify;
	font-size: 1em !important;
}

.news-single-img {
	float: left;
	margin: 0 10px 2px 0;
}

.news-single-img img {
	margin-bottom: 2px
}

.news-single-imgcaption {
	font-size: 0.8em;
	margin: 0 !important;
}

.news-single-content {
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

.news-single-related, .news-single-files, .news-single-links, .news-single-relatedbycategory {
	margin: 0.5em 0;
}

.sponsoren {
	margin: -5px auto;
}

.sponsoren-img {
	background: #FFFFFF;
	border: 1px solid #B5BEC4;
	float: left;
	height: 98px;
	width: 98px;
	margin: 5px;
}

* html .sponsoren-img {
	/*IE6 Fix*/
   margin: 3px;
}

/** scopeselection **/

.cfcleague-scopeselection {
	font-weight: bold;
	color: #AA1111;
}

.cfcleague-scopeselection a {
	font-weight: normal;
}

/** scopeselection **/

div.cfcleague-leaguetable-teaser {
	text-align: center;
}

table.cfcleague-leaguetable-teaser {
	text-align: left;
	width: 190px;
	margin: 0 auto;
	border: 1px solid #B5BEC4;
}

table.cfcleague-leaguetable-teaser .cfcleague-leaguetable-position {
	text-align: right;
	padding-right: 10px;
}

table.cfcleague-leaguetable-teaser .cfcleague-leaguetable-points {
	text-align: center;
	padding-left: 5px;
}

table.cfcleague-leaguetable-teaser .cfcleague-leaguetable-rowTeam {
	background-color: #E7E7E7;
}

table.cfcleague-leaguetable-teaser .cfcleague-leaguetable-rowTeam td {
	color: #AA1111;
	font-weight: bold;
}

table.cfcleague-leaguetable {
	border: 1px solid #B5BEC4;
	width: 100%;
}

table.cfcleague-leaguetable tr {
	height: 22px;
	background-color: #FFFFFF;
}

table.cfcleague-leaguetable th {
	height: 32px;
	color: #AA1111;
	font-weight: bold;
	background-color: #E7E7E7;
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

table.cfcleague-leaguetable th, table.cfcleague-leaguetable td {
	padding: 0 3px;
	vertical-align: middle;
	line-height: 22px;
}

table.cfcleague-leaguetable .cfcleague-leaguetable-row0 {
	background: #FFFFFF url('../images/background-table-row.png') repeat-x;
}

table.cfcleague-leaguetable .cfcleague-leaguetable-row_gruen td {
	background: transparent url('../images/background-leaguetable-green.png') repeat;
}

table.cfcleague-leaguetable .cfcleague-leaguetable-row_rot td {
	background: transparent url('../images/background-leaguetable-red.png') repeat;
}

table.cfcleague-leaguetable .cfcleague-leaguetable-rowTeam td {
	color: #AA1111;
	font-weight: bold;
}

/** matchtable **/

table.cfcleague-matchtable {
	border: 1px solid #B5BEC4;
	width: 100%;
	margin: 0.5em 0 2em 0;
}

table.cfcleague-matchtable tr {
	height: 22px;
	background-color: #FFFFFF;
}

table.cfcleague-matchtable .cfcleague-matchtable-row0 {
	background: #FFFFFF url('../images/background-table-row.png') repeat-x;
}

table.cfcleague-matchtable th, table.cfcleague-matchtable td {
	padding: 0 3px;
	vertical-align: middle;
	line-height: 22px;
}

/** matchtable **/

.cfcleague-teamview-players table, .cfcleague-teamview-coaches table, .cfcleague-teamview-supporters table {
	width: 100%;
	margin: 1em 0;
	background-color: #FFFFFF;
}

.cfcleague-teamview-players tr, .cfcleague-teamview-coaches tr, .cfcleague-teamview-supporters tr {
	line-height: 30px;
	border: 1px solid #B5BEC4;
	vertical-align: middle;
}

.cfcleague-teamview-players th, .cfcleague-teamview-coaches th, .cfcleague-teamview-supporters th {
	height: 32px;
	color: #AA1111;
	font-weight: bold;
	background-color: #E7E7E7;
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

.cfcleaguefe-teamview-player .cfcleaguefe-teamview-player-nr {
	color: #AA1111;
	font-size: 1.5em;
	font-weight: bold;
}

.cfcleaguefe-teamview-player-name, .cfcleaguefe-teamview-coach-name, .cfcleaguefe-teamview-supporter-name {
	font-size: 1.2em;
}

.cfcleague-teamview-players th, .cfcleague-teamview-players td, .cfcleague-teamview-coaches th, .cfcleague-teamview-coaches td, .cfcleague-teamview-supporters th, .cfcleague-teamview-supporters td {
	padding: 0 3px;
	vertical-align: middle;
}

tr.cfcleaguefe-teamview-player:hover, tr.cfcleague-teamview-coach:hover, tr.cfcleaguefe-teamview-coach:hover {
	background-color: #F5F5F5;
}


/** cal **/

.cal-list-teaser {
	text-align: left;
	width: 190px;
	margin: 0 auto;
	border: 1px solid #B5BEC4;
}

.cal-list-teaser .event-single-item {
	margin: 0.5em 0;
}

.cal-list-teaser .event-single-date {
	color: #AA1111;
	font-size: 0.8em;
}

.cal-list-teaser .event-single-competition {
	font-size: 0.8em;
}

.cal-list .found {
	border: 1px solid #B5BEC4;
	border-width: 0 0 1px 0;
}

.cal-list .event-single-item {
	margin: 0.8em 0;
}

.cal-list .event-single-date {
	color: #AA1111;
	font-size: 0.8em;
}

.cal-list .event-single-title {
	margin-bottom: 2px;
}

.cal-list .event-single-image {
	margin: 0 0.5em 0.5em 0;
	float: left;
}

.cal-list .event-single-description {
	text-align: justify;
}

.event-event-description {
	margin-top: 1em;
}

/*.csc-textpic-imagewrap {
 weiß nicht, wie anders entfernen 
	float: none !important;
	margin-left: 0 !important;
}*/

.csc-textpic-imagerow {
	float: left !important;
	margin: 3px 3px 3px 0;
}

/** cal **/



/* Tabellen Teaser */
.cfcleague-scopeselection {
	text-align: center;
}

.cfcleague-scopeselection-group-teaser {
	width: 170px;
	margin: 0 auto;
}

.cfcleague-scopeselection-group-teaser-entry {
	float: left;
	font-weight: bold;
	padding: 1px 4px;
	border: 1px solid #B5BEC4;
	border-width: 1px 1px 0 1px;
	margin-left: -1px;
}

.cfcleague-scopeselection-group-teaser-entry a {
	font-weight: normal;
}

/* Tabellen Teaser */


/* GB */

.tx-veguestbook-form {
	margin-bottom: 1.5em;
}

.tx-veguestbook-form legend {
	font-weight: bold;
}

.tx-veguestbook-form td {
	padding: 2px;
	vertical-align: top;
}

.tx-veguestbook-form label {
	width: 200px;
	display: block;
}

.tx-veguestbook-form input, .tx-veguestbook-form textarea {
	border: 1px solid #B5BEC4;
	padding: 2px;
}

.tx-veguestbook-form input:focus, .tx-veguestbook-form textarea:focus {
	border: 1px solid #AA1111;
}

.tx-guestbook-form-obligationfield {
	color: #AA1111;
	font-weight: bold;
}

.tx-veguestbook-form img {
	padding 0;
	margin: 2px 0;
	border: 1px solid #B5BEC4;
}

.tx-guestbook-entry {
	border: 1px solid #B5BEC4;
	margin: 0.5em 0;
	width: 100%;
	background: #FFFFFF url('../images/background-guestbook-entry.png') repeat-x;
	padding: 2px;
}

.tx-guestbook-entry .tx-guestbook-header {
	color: #AA1111;
	font-size: 1.5em;
}

.tx-guestbook-entry .tx-guestbook-date {
	color: #096CAA;
	font-size: .8em;
}

.tx-guestbook-comment-entry .tx-guestbook-header {
	color: #AA1111;
	font-size: 1em;
	font-weight: bold;
}

.tx-guestbook-comment-entry .tx-guestbook-date {
	color: #B5BEC4;
	font-size: .8em;
}

/* GB */

/* MAILFORM */

.tx-thmailformplus-pi1 td {
	padding: 2px;
	vertical-align: top;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea {
	border: 1px solid #B5BEC4;
	padding: 2px;
}

.tx-thmailformplus-pi1 input:focus, .tx-thmailformplus-pi1 textarea:focus {
	border: 1px solid #AA1111;
}

.tx-thmailformplus-pi1 .obligation {
	color: #AA1111;
	font-weight: bold;
}
/* MAILFORM */

p.csc-caption {
	margin: 0 !important;
}

#content-container .csc-default {
	margin-bottom: 1em;
}

#news-column-left .csc-default {
	margin-bottom: 0em;
}

.csc-default ul {
	list-style-type: circle;
	padding: 5px 0 5px 30px;
	border: 1px solid #B5BEC4;
	background: #F5F5F5 url('../images/check.png') 0 0 no-repeat;
}

.csc-default li {
	padding: 5px 0;
}

.csc-default ol {
	list-style-type: upper-latin;
	padding: 5px 0 5px 30px;
}

.cfcleague-scopeselection .cfcleague-scopeselection-group,
.cfcleague-scopeselection .cfcleague-scopeselection-competition,
.cfcleague-scopeselection .cfcleague-scopeselection-round {
	margin: 0.2em;
}

.csc-sitemap ul {
	border: 0;
	background:0;
}

.csc-sitemap li {
	padding: 0;
}

#cfcleague-clublist {
	margin-top: 1.5em;
}

#cfcleague-clublist h2 {
	margin: 0;
}

.cfcleague-clublist-img {
	float: left;
	margin: 0 0.5em 0 0;
	width: 70px;
	height: 70px;
	text-align: center;
	
}

.cfcleague-clublist-text {
	margin-left: 75px;
}

#cfcleague-profileview td {
	padding: 2px;
}

.mediabox h2 {
	margin: 0 0 0.5em 0;
}

.mediabox-img {
	float: left;
	width: 100px;
	overflow: hidden;
}

.mediabox-text {
	margin-left: 107px;
}

.mediabox-text .bodytext {
	margin: 0 !important;
}