@CHARSET "ISO-8859-1";

html, body {
    margin: 0;
    padding: 0;
    
}

body {
    background-image: url("../images/bg_dot.png");
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a img {
   border:none; 
}

#headerWrap {
    width: 100%;
    height: 265px;
    background-color: white;
    background-image: url("../images/header_border.png");
    background-repeat: repeat-x;
}
#headerWrap #header{
    width: 1242px;
    height: 265px;
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    position:absolute;
    left: 50%;
    margin-left: -741px;
}
#headerTxt {
    position: absolute;
    left: 818px;
    top: 109px;
}
#flashWrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#contentWrap {
    position: absolute;
    width: 1001px;
    top: 265px;
    left: 50%;
    margin-left: -502px;
    background-image: url("../images/bg_dot.png");
    background-repeat: repeat-y;
    border-right: solid 1px #4C4B4B;
    border-left: solid 1px #4C4B4B;
}
#topnav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    position:absolute;
    z-index: 5;
    top:0px;
    right:0px;
}
#topnav .TopNavWrap, #topnav .tx-srlanguagemenu-pi1 {
    float: right;
    padding-top: 8px;
}
#topnav .TopNavWrap {
    padding-right: 5px;
}
#topnav .tx-srlanguagemenu-pi1 {
    padding-left: 5px;
    padding-right: 85px;
    border-left: solid 2px white;
}
#topnav a {
    padding-left: 2px;
    padding-right: 2px;
}
#topnav a:link, #topnav a:visited, #topnav a:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#topnav a:hover {
    background-color: #1c1b1b;
}

.SecundNavigationActive a {
    background-color: #1c1b1b;
}
#nav {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 970px;
    left: 17px;
}
#nav a.Portrait {
    display: block;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 10;
}
#nav a.Media {
    display: block;
    position: absolute;
    left:387px;
    top:0px;
    z-index: 10;
}
#nav a.Aktuelles {
    display: block;
    position: absolute;
    left: 726px;
    top:0px;
    z-index: 10;
}
#nav .PortraitBox {
    width:300px;
    margin-left: 85px;
    float: left;
}
#nav .PortraitBox img {
    width: 60px;
    height: 10px;
}
#nav .MediaBox {
    width:270px;
    margin-left: 60px;
    float: left;
}
#nav .MediaBox img {
    width: 45px;
    height: 10px;
}
#nav .AktuellesBox {
    width:110px;
    margin-top: 13px;
    margin-left: 135px;
    float: left;
}
#nav .AktuellesBox img {
    width:40px;
    height: 10px;
}

#nav .NavBox{
    padding-top: 8px;
    white-space: normal;
    color: white;
    font-size: 22px;
}
#nav .NavBox a{
    font-size: 22px;
    font-weight: bolder;
    text-decoration: none;
    letter-spacing: -1px;
}
#nav .NavBox  a:link, #nav .NavBox a:visited, #nav .NavBox  a:hover {
    color: white;
    text-decoration: none;
}
#nav .NavBox a:hover {
    color: #FFAE00;
}
#nav .NavBox .PremerNavigationActive a{
    color: #FFAE00;
}

#contentBox #borderTop {
    width: 785px;
    height: 20px;
    background-image: url("../images/content_border_top.png");
    background-repeat: no-repeat;
}

#contentBox{
    margin-top: 46px;
    margin-left: 13px;
}
#contentBox #borderBottom {
    width: 785px;
    height: 20px;
    background-image: url("../images/content_border_bottom.png");
    background-repeat: no-repeat;
}
#content {
    width: 695px;
    padding-left: 40px;
    padding-right: 50px;
    height: auto;
    background-image: url("../images/content_border_middle.png");
    background-repeat: repeat-y;
    min-height: 500px;
}
#content_bildershow {
    width: 695px;
    padding-left: 40px;
    padding-right: 50px;
    height: auto;
    background-image: url("../images/content_border_middle.png");
    background-repeat: repeat-y;
    min-height: 500px;
}
#contentBox_bildershow {
    width: 680px;
}
#trenner {
    background-color: #ff3399;
}
#contentLeft {
    width: 350px;
    float: left;
    margin-right: 25px;
}
#contentLeft_bildershow {
    width: 340px;
    float: left;
}
#contentRight {
    width: 320px;
    float: left;
}

#contentRight_bildershow {
    width: 340px;
    float: left;
    padding-bottom: 50px;
}
.TerminateFalow {
    width: 100%;
    height: 1px;
    clear: both;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#copy {
    margin-top: 15px;
    margin-left: 37px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    width: 750px;
}
#copy  a:link, #copy a:visited, #copy a:hover {
    color: white;
    font-size: 12px;
    color: white;
    text-decoration: none;
    
}
#copy a:hover {
    color: #FFAE00;
}

#termineBox {
    position: absolute;
    left: 777px;
    top: 125px;
    width: 175px;
    padding-left: 30px;
}

/*Content*/
#content {
    color: #161414
}
h1, h2, h3, h4, h5 h6 {
    font-family: Arial, Helvetica, sans-serif;
}
h3, h4, h5 h6 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 24px;
    letter-spacing: -2px;
    font-weight: bolder;
    margin:0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h3 {
    font-size: 14px;
    margin:0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.news-latest-item h8 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    margin:0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #FFAE00;
}

p {
    font-size: 11px;
    line-height: 140%;
    margin:0px;
    padding:0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
li {
    padding-left: 23px;
    padding-top: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-image:url('../images/row.png'); 
    background-repeat:no-repeat; 
    background-position: 0px 5px;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content a:link, #content a:visited, #content a:hover {
    color: #FFAE00;
    text-decoration: none;
    font-weight: bolder;
    padding-right: 2px;
    padding-left: 2px;
}

#content a:hover {
    color: #161414;
}

.caption {
    font-size: 10px;   
}

.tx-wssitemap-pi1 {
    
}

.tx-wssitemap-pi1 a:link, .tx-wssitemap-pi1 a:visited, .tx-wssitemap-pi1 a:hover {
    color: #FFAE00;
    text-decoration: none;
    font-weight: bolder;
    padding-right: 2px;
    padding-left: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.tx-wssitemap-pi1 a:hover {
    background-color: #161414;
}
a.img-link {
    padding: 0px;
    background-color: transparent !important;
}

/*NEWS*/
a.rss {
    background-color: transparent !important;
    margin: 0px;
    padding: 0px;
    margin-top: 18px;
    margin-right: 5px;
    float: left;
}
.clearer {
    border: none;
    background-color: transparent;
    height: 20px;
    width: 600px;
    overflow: hidden;
}
.news-list-item h3 {
    font-size: 12px;
    margin:0px;
    padding: 0px;
}
.news-list-item .news-list-date {
    font-size: 11px;
    font-weight: bolder;
    color: #FFAF00;
    display: inline;
}

.news-list-item p, .news-list-morelink {
    margin:0px;
    padding: 0px;
    display: inline;
}

.news-list-morelink a {
    background-color: transparent !important;
    background-image: url("../images/row.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}
.news-list-morelink a:link, .news-list-morelink a:visited, .news-list-morelink a:hover {
    color: #FFAE00;
    font-size: 11px;
    text-decoration: none;
    font-weight: bolder;
}
.archiv {
    color: #727070;
}
.archiv-trener {
    width: 710px;
    height: 2px;
    position: relative;
    left: -5px;
    background-image: url("../images/trener.png");
    margin: 30px 0px;
    overflow: hidden;
}
.news-single-timedata {
    font-size: 12px;
    font-weight: bolder;
    color: #FFAF00;
}
.news-single-item .subheader p{
    font-size: 12px;
    font-weight: bolder;
    margin:0px;
    padding: 0px;
    margin-top: 20px;
}
a.BackLink {
    background-image: url("../images/row_back.png");
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent !important;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    margin-top: 18px;
}
a.BackLink:link, a.BackLink:visited, a.BackLink:hover {
    color: #FFAE00;
    font-size: 11px;
    text-decoration: none;
    font-weight: bolder;
    background-color: transparent !important;
}

.news-single-img {
    width: 320px;
    float: right;
    margin-left: 25px;
}
.news-single-img a {
    padding: 0px;
    background-color: transparent !important;
}
/*end NEWS*/

/* --Kontaktformular*/


#kontaktStruct {
	width: 100%;
	border-collapse: collapse;
	
}
#kontaktStruct tr td{
	border: none;
	padding: 6px 0px;
	color: #161414;
	font-size: 11px;
	border-bottom: solid 5px white;
	padding: 6px;
}
#kontaktStruct tr td.Label{
	font-weight: bold;
	width: 110px;
	text-align: right;
	vertical-align: middle;
	
}
#kontaktStruct input, #kontaktStruct textarea {
	border: solid #161414 1px;
	width: 255px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #161414;
	padding: 3px;
}
.TableWrap {
	border: none;
	border-collapse: collapse;
}

.TableWrap tr td {
	border: none;
	padding: 0px;
	vertical-align: middle;
	border: none !important;
	padding: 3px !important;
}
#kontaktStruct .radio {
	width:auto;
	border: none;
}
#kontaktStruct .ContactWarning {
	background-color: #AFDFF5;
}

#kontaktStruct #warnung {
	background-color: white;
	padding: 6px;
	opacity: 0;
	filter: Alpha(opacity=0);
}
/*end --Kontaktformular*/

/*Spiele Box*/
#termineBox h2 {
    color: #161414;
    width: 203px;
    padding-right: 13px;
    display: block;
    text-align: right;
    background-image: url("../images/termine_border_top.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-left: -30px;
}
#news-latest-border-bottom {
    background-image: url("../images/termine_border_bottom.png");
    background-repeat: no-repeat;
    margin-left: -30px;
    width: 216px;
    height: 13px;
}
#termineBox h3 {
    color: white;
    font-size: 22px;
    letter-spacing: -1px;
    margin:0px;
    padding: 0px;
}
#termineBox p {
    color: white;
    font-size: 10px;
    font-weight: bolder;
    margin:0px;
    padding: 0px;
}
#termineBox .news-latest-date {
    font-size: 16px;
    font-weight: bolder;
}
#termineBox .news-latest-morelink {
    margin-bottom: 30px;
}
#termineBox .news-latest-morelink a {
    background-color: transparent !important;
    background-image: url("../images/more_darkbg.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}
#termineBox .news-latest-morelink a:link, #termineBox .news-latest-morelink a:visited, #termineBox .news-latest-morelink a:hover {
    color: #FFAE00;
    font-size: 11px;
    text-decoration: none;
    font-weight: bolder;
}

#termineBox {
    color: white;
}
/*end Spiele Box*/

.htmlarea-showtableborders {
    margin:0px;
    padding:0px;
    border-collapse: collapse;
    border-spacing: 0px;
    height: auto;
}

.htmlarea-showtableborders p {
    margin: 0px;
    padding: 0px;
}
.htmlarea-showtableborders td {
    height: auto !important;
    margin: 0px;
    padding: 0px;
}

.tx-bddbflvvideogallery-pi1 p {

  padding:0px;

  text-align:center;

  border:0px solid #ddd;

}

.tx-bddbflvvideogallery-pi1 {

 width:  695px;

}

.flvplayer_listpic {

height: 110px;

width: 140px;

border: 0px solid #888888;

padding: 0px 40px 40px 0px;

margin: 0px 6px 6px 0px;

background-repeat:no-repeat;

background-position: 0px 0px;

}

#playlist a:hover {
    background-color: #fff;
}

.flvplayer_listpic_firstofrow {

height: 110px;

width: 140px;

border: 0px solid #888888;

padding: 0px 40px 40px 0px;

margin: 0px 6px 6px 0px;

background-repeat:no-repeat;

background-position: 0px 0px;

}

.flvplayer_listpic_lastofrow {

height: 110px;

width: 140px;

border: 0px solid #888888;

padding: 0px 4px 40px 0px;

margin: 0px 0px 6px 0px;

background-repeat:no-repeat;

background-position: 0px 0px;

}

.flvplayer_pagebrowser {

}

.browseLinksWrap {

text-align: center;

}

#flvplayercaption {

float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

#flvcaption {

clear: both;

margin-top: 0px;


}

.flvplayer_pagebrowser_fwd {

  float:right;

  margin-right: 4px;

}

.flvplayer_pagebrowser_back {

  float:left;

}

#player {

float: left;

margin-right: 5px;

margin-bottom: 10px;

}

* html #player {

margin-right: 8px;

}

#playlist {
	float: left;
}

#loadingMessage {

padding: 7px 0px 7px 0px;

width: 320px;

background-color: #ffffff;

text-align: center;

position: absolute;

margin: 125px 0px 0px 0px;

}

.flvplayer_listpic_title {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	width: 150;
	
}
