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

http://www.bbag-online.de

http://www.comspace.de
Author: salder@comspace.de
Create Date: 31.03.08

BASIC Template

Tested in:
PC -> IE 6, IE 7, Firefox, Opera
MAC -> Firefox, Safari, Opera

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

html, body, div, h1, h2, h3, p, span, a, ul, li {
	padding: 0;
	margin: 0;
}

body, td {
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #f90;
}

img { border: none; }

input, textarea, select {
	padding: 1px 2px;
	border: solid #ccc 1px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

input {	width: 200px; }

input.submit {
	background: #fff;
	width: auto;
	padding: 0 10px;
	border-color: #f90;
}

table.imprint th {
	font-weight: normal;
	text-decoration: underline;
}

table.imprint td { width: 30%; }

/* BASICS */

.clear {
	clear: both;
}

div#frame_header {
	background: #fff url('../images/header_img.gif') no-repeat right;
	width: 957px;
	height: 217px;
}

div#frame_wrapper {
	background: #fff;
	width: 957px;
}

* html div#frame_wrapper {
	margin-left:	20px;
}

div#frame_wrapper div#frame_cnt {
	background: #fff url('../images/body_bg.gif') repeat-x;
	width: 651px;
	padding: 15px 30px 20px 20px;
	float: left;
}

* html div#frame_wrapper div#frame_cnt {
	width: 701px;
}

/* LOGO */

div#frame_header div#logo {
	background: url('../images/header_logo.gif') no-repeat right bottom;
	width: 386px;
	height: 110px;
	padding: 36px 0 0 44px;
	float: left;
}

div#frame_header div#logo a {
	width: 386px;
	height: 110px;
	display: block;
}

/* META */

div#frame_header div#meta {
	font-weight: bold;
	padding: 15px 0 0 0;
	text-align: right;
	float: right;
}

div#meta a {
	text-decoration: none;
	color: #000;
}

/* NAV */

div#frame_wrapper div#frame_nav {
	background: #fff;
	width: 170px;
	padding: 0 0 0 86px;
	float: left;
}

div#frame_nav ul { list-style-type: none; }

div#frame_nav ul li {
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid #ccc 1px;
}

div#frame_nav ul li.last { border-bottom: none; }

div#frame_nav ul li a {
	width: 150px;
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	display: block;
}

div#frame_nav ul li a:hover {
	background: #000;
	color: #fff;
}

div#frame_nav ul li a.active {
	background: #000;
	color: #fff;
}

div#frame_nav ul li ul li {
	font-weight: bold;
	font-size: 11px;
	border-bottom: none;
}

div#frame_nav ul li ul li a {
	width: 120px;
	padding: 2px 25px;
}
* html div#frame_nav  ul li ul li a {
	width:150px;
}

div#frame_nav ul li ul li a:hover {
	background: #ccc;
	color: #fff;
}

div#frame_nav ul li ul li a.active {
	background: #ccc;
	color: #fff;
}

/* NEWS */

div#frame_cnt div.news_box {
	padding: 20px 0;
	border-bottom: solid #ccc 1px;
}

div#frame_cnt div.news_box ul {
	padding: 15px 0 0 0;
	list-style-type: square;
}

div#frame_cnt div.news_box ul li {
	margin: 0 0 0 30px;
}

div#frame_cnt div.news_box div.hdl { padding: 5px 0 0 0;}

div#frame_cnt div.news_box div.txt p { padding: 10px 0 0 0; }

div#frame_cnt div.news_box div.txt p img {
	margin: 3px 10px 10px 0; 
}

div#frame_cnt div.news_box div.txt h2 {
	padding: 10px 0 0 0;
	font-size: 14px;
}

div#frame_cnt div.news_box div.txt h3 {
	padding: 10px 0 0 0;
}

div#frame_cnt div.news_box  h3 {
	padding: 10px 0 10px 0;
}

div#frame_cnt div.news_box div.txt h4 {
	padding: 10px 0 0 0;
}

div#frame_cnt div.news_box div.read_more {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 0 0;
}

div#frame_cnt div.all_news {
	padding: 20px 0 0 0;
	font-size: 11px;
}

div#frame_cnt div.all_news a {
	background: #000;
	width: 110px;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

* html div#frame_cnt div.all_news a {
	width: 130px;
}

div#frame_cnt div.news_overview {
	padding: 20px 0 0 0;
	font-size: 11px;
}

div#frame_cnt div.news_overview a {
	background: #f90;
	width: 110px;
	padding: 5px 10px;
	display: block;

	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

img.news_img {
	float: left;
	padding: 13px 10px 10px 0;
}

/* TEAMS */

div#frame_cnt div.teams_box { padding: 20px 0 10px 0; }

div#frame_cnt div.teams_box div.teams_list {
	width: 217px;
	padding: 10px 0 0 0;
	border-top: solid #ccc 1px;
	float: left;
}

div#frame_cnt div.teams_box div.teams_list ul { list-style-type: none; }

div#frame_cnt div.teams_box_single {
	padding: 20px 0 10px 0;
	border-bottom: solid #ccc 1px;
}

div#frame_cnt div.teams_box_single_last {
	padding: 20px 0 10px 0;
}


div#frame_cnt div.teams_box_single div.teams_table,
div#frame_cnt div.teams_box_single_last div.teams_table { padding: 15px 0 0 0; }

div#frame_cnt div.teams_box_single div.teams_table table,
div#frame_cnt div.teams_box_single_last div.teams_table table { width: 551px; }

div#frame_cnt div.teams_box_single div.teams_table div.teams_logo { float: right; }
div#frame_cnt div.teams_box_single div.teams_table div.teams_logo img {
	left: 827px;
	position: absolute;
}
div#frame_cnt div.teams_box_single div.teams_table div.commi_logo { float: right; }
div#frame_cnt div.teams_box_single div.teams_table div.commi_logo img {
	left: 827px;
	top: 422px;
	position: absolute;
}

div#frame_cnt div.teams_box_single div.teams_list_single,
div#frame_cnt div.teams_box_single_last div.teams_list_single { padding: 15px 0 0 0; }

div#frame_cnt div.teams_box_single div.teams_list_single ul,
div#frame_cnt div.teams_box_single_last div.teams_list_single ul { list-style-type: square; }

div#frame_cnt div.teams_box_single div.teams_list_single ul li,
div#frame_cnt div.teams_box_single_last div.teams_list_single ul li { margin: 0 0 0 30px; }

div#frame_cnt div.teams_box_single div.indent_30,
div#frame_cnt div.teams_box_single_last div.indent_30 {
	text-indent: 30px;
	padding: 10px 0;
}

div#frame_cnt div.teams_box_single div.indent_30_last,
div#frame_cnt div.teams_box_single_last div.indent_30_last {
	text-indent: 30px;
	padding: 10px 0 0 0;
}

div#frame_cnt div.teams_box_single div.padding_10,
div#frame_cnt div.teams_box_single_last div.padding_10 { padding: 0 0 10px 0; }

/* FANCLUBS */

div#frame_cnt div.fanclubs_box {
	width: 325px;
	padding: 20px 0 10px 0;
	float: left;
}

div#frame_cnt div.fanclubs_box div.fanclubs_table {
	padding: 15px 15px 0 0;
	border-top: solid #ccc 1px;
}

/* FOOTER */

div#frame_footer {
	background: #fff;
	width: 701px;
	padding: 0 0 30px 0;
	margin: 0 0 0 256px;
}

div#frame_footer div.top {
	float: left;
}

div#frame_footer div.top a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	position: relative;
	top: 14px;
}

div#frame_footer div.top a:hover {
	text-decoration: underline;
	color: #f90;
}

div#frame_footer div#footer_bg {
	background: #fff url('../images/footer_bg.gif') no-repeat right;
	width: 202px;
	height: 34px;
	float: right;
}

div#frame_footer div#footer_meta {
	padding: 10px 0 0 0;
	font-size: 10px;
	border-top: solid #000 1px;
}

div#frame_footer div#footer_meta a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

div#frame_footer div#footer_meta_2 {
	padding: 5px 0 0 0;
	font-size: 10px;
}


.tx-bbagsimpledownload-pi1 td, .tx-bbagsimpledownload-pi1 th {padding:2px 10px 2px 0}
.tx-bbagsimpledownload-pi1 td.ar, .tx-bbagsimpledownload-pi1 th.ar {text-align:right;}



/* GUESTBOOK */


.tx-veguestbook-pi1 .guestbook-clear {
	clear: both;
	display: block;
}

/* form */

.tx-veguestbook-pi1 p.guestbook-form-error {
	color: #a00;
	font-weight: bold;
}

.tx-veguestbook-pi1 ul {
	margin-bottom: 15px;
}

.tx-veguestbook-pi1 .guestbook-field {
	clear: both;
	display: block;
	margin: 0 15px;
	padding: 12px 0;
}

* html .tx-veguestbook-pi1 .guestbook-field {
	padding: 6px 0;
}

*+html .tx-veguestbook-pi1 .guestbook-field {
	padding: 6px 0;
}
.tx-veguestbook-pi1 .guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 120px;
}
.tx-veguestbook-pi1 .guestbook-field input.guestbook-form-inputfield-med {
	float: left;
	width: 20em;
}
.tx-veguestbook-pi1 .guestbook-field input.guestbook-form-inputfield-big {
	float: left;
	width: 30em;
}
.tx-veguestbook-pi1 .guestbook-field textarea.guestbook-form-textarea {
	display: block;
	float: left;
	width: 35em;
}
.tx-veguestbook-pi1 .guestbook-field img{
	border: 1px solid #CCCCCC;
	margin-left: 23px;
	margin-top: -3px;
	position: absolute;
}
.tx-veguestbook-pi1 .guestbook-field span.guestbook-form-obligationfield {
	color: #a00;
}

.tx-veguestbook-pi1 input.guestbook-submit {
	background: #000000 none repeat scroll 0 0;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 24px;
	margin-left: 120px;
	padding: 0 10px 2px;;
	text-decoration: none;
	width: auto;
}

/* list */

.tx-veguestbook-pi1 .guestbook-result {
	float: left;
	font-weight: bold;
	padding-top: 20px;
}

.tx-veguestbook-pi1 .guestbook-pagination {
	float: right;
	font-weight: bold;
	padding-top: 20px;
}

.tx-veguestbook-pi1 h2.guestbook-header {
	background: #000 none repeat scroll 0 0; /*oder #F9871D*/
	clear: both;
	color: #FFF;
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding: 3px 8px;
	width: auto;
}

.tx-veguestbook-pi1 .guestbook-left {
	background: #FFF none repeat scroll 0 0;
	float: left;
	height: auto;
	margin: 1em 0;
	padding: 0 8px;
	width: 175px;
	overflow: hidden;
}

.tx-veguestbook-pi1 .guestbook-left p {
	padding-bottom: 10px;
}

.tx-veguestbook-pi1 .guestbook-left a {
	line-height: 20px;
}

.tx-veguestbook-pi1 .guestbook-right {
	border-left: 1px solid #ccc;
	background: #FFF none repeat scroll 0 0;
	float: left;
	padding: 0 1em;
	margin: 1em 0;
	width: 435px;
}

.tx-veguestbook-pi1 .guestbook-latest p.guestbook-date,
.tx-veguestbook-pi1 .guestbook-right p.guestbook-date {
	font-weight: bold;
	padding-bottom: 5px;
}
.tx-veguestbook-pi1 .guestbook-right h3 {
	background: transparent none repeat scroll 0 0;
	color: #900;
	font-weight: bold;
}
.tx-veguestbook-pi1 .guestbook-right .guestbook-comment {
	color: #333;
	font-size: 75%;
	font-style: italic;
}
.tx-veguestbook-pi1 .guestbook-latest {
	clear: both;
	display: block;
	padding: 0.25em;
}


/* KONTAKT-FORMULAR */

.csc-mailform {
	border: none;
	padding-top:	10px;
	padding-bottom: 20px;
}

.csc-mailform-field {
 clear: both;
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 10px;
}

.csc-mailform-field input {
	display: block;
	float: left;
}

.csc-mailform-field textarea {
	display: block;
	float: left;
	width: 400px;
	height: 100px;
	margin-bottom: 7px;
}

.csc-mailform-field input.csc-mailform-submit {
	background: #000;
	width:  87px;
	color: #fff;
	margin-left: 100px;
}

* html .csc-mailform-field input.csc-mailform-submit {
	border:none;
	margin-left: 50px;
}

/* SITEMAP */

div #frame_cnt div.news_box div.csc-sitemap ul li ul,
div #frame_cnt div.news_box div.csc-sitemap ul li ul li ul,
div #frame_cnt div.news_box div.csc-sitemap ul li ul li ul li ul {
	padding: 0;
}

/* IMPRESSUM */

div #frame_cnt div.news_box div.teams_box_single_last div.teams_table table.contenttable tbody tr td {
	width: 30%;
	text-align: left;
}
div #frame_cnt div.news_box div.teams_box_single_last div.teams_table table.contenttable tbody tr th{
	text-align: left;
}


img.clubImage { 
	behavior: url("/iepngfix.htc");
}

/* MY HELPERS */
.oHidden{
    overflow: hidden;
}

.mBottom{
   margin-bottom: 20px;  
}

hr.clearer{
    background-color: #CCC;
    border: 0 none;
    color: #CCC;
    height: 1px;
}

/* HEADLINES */

.newsSingle h1{
    font-size: 20px;
}

.newsSingle h2{
    font-size: 14px;
}

.newsSingle h1,h2{
    line-height: normal;
    color: #000;
}

/* NEWS LIST CONTAINER */

.newsBox, .newsSingle{
    color: #444;
}

.newsSingleDate, .newsBoxDate, .newsBox h2{
    padding: 0 0 5px 0;
}

.newsContainer hr.clearer{
    margin: 20px 0 0 0;
}

.news-list-morelink{
    display: block;
    padding: 0;
    margin: 5px 0 0 0;
}

/* SINGLE CONTENT STYLING */

#newsSingleContent{
    line-height: 18px;
    padding: 20px 0 40px 0;
}

.newsSingleBacklink a{
    background: #f90;
    padding: 5px;
}

.newsSingleBacklink a:hover{
    background:#FFB74C;
    color: #000;
}
