/*
This is a set of reset styles by Eric Meyer.	
Source: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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, img, 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%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 0.8em;
    background:#000 url(images/body_bg.jpg)  left top no-repeat;
}
a {
    color: #6f6f6f;
    text-decoration: none;
}
h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 2px 0;
    padding: 5px 0 6px 0;
}
h2{
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
}


strong,
.bold{
    font-weight: bold;
}
em{
    /*font-style:normal;*/
}
p{
    line-height:1.2em;
}
img{
    border: 0;
    margin:5px;
}
code {
    font-family: Monaco, Verdana, Sans-serif;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}
small{
font-size: 10px;
}
.hide{
    visibility: hidden;
    display:none;
}
.red{color:red;}
.green{color:green}
.floatleft{float:left;}
.floatright{float:right;}
.clearfloat{clear:both;}

.menue1on a {
    color:#305ea9;
}
.menue1off a {
    color: #6f6f6f;
}
.menue2on a{
    color:#305ea9;
}
.menue2off a{
    color: #6f6f6f;
}

.odd td{
    background: #e5e5e5;
}
.even td{
    background: #f4f4f4;
}
/*start layout /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container{
    width:998px;
    margin:8px 0 10px 10px ;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header{
    width:100%;
    height:180px;
}
#logo{
    padding:10px 0 0 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#leftsitebar{
    width:150px;
    float:left;
}
#leftnavi1{
    margin: 0 0 10px 0;
    width:150px;
    height:80px;
    background: transparent url(images/tred_bg.png);
}
#leftnavi1 li{
    height:30px;
    margin:0 0 3px 0;
    list-style-type:none;
    list-style:none;
}
#leftnavi1 li a{
    padding:10px 12px 0 10px;
    text-decoration:none;
    display:block;
    color:#fff;
    text-transform:uppercase;
		font-size: 95%;
}
#leftnavi1 li a:hover{
    color:#fff;
}
#leftnavi1 .leftnavi1_on a{
    color:#fff;
}
#leftnavi2{
    width:150px;
    margin-bottom: 30px;
    /*border:1px solid red;*/
}
#leftnavi2 li{
    list-style-type:none;
    list-style:none;
    height:30px;
    margin:0 0 3px  0;
    background: transparent url(images/tred_bg.png);
}
#leftnavi2 li a{
    height:20px;
    padding:10px 12px 0 10px;
    text-decoration:none;
    display:block;
    color:#fff;
    text-transform:capitalize;
		font-size: 95%;
}
#leftnavi2 li a:hover{
    background:#fff;
	color: #CC071A;
}
#leftnavi2 .leftnavi2_on a{
    background:#fff;
	color: #CC071A;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#main{
		background: transparent;
    /*opacity: 0.5;*/
    width:678px;
    float:left;
}
#topnavi{
    width:640px;
    float:left;
    height:33px;
    background: transparent url(images/topnavi_bg.png) repeat-x;
    opacity:0.9;
    overflow:hidden;
}
#topnavi ul{
    /*margin:0 0 0 8px;*/
}
#topnavi li{
    float:left;
    list-style-type:none;
    list-style:none;
    height:33px;
    background: transparent url(images/topnavi_li_bg_2010.jpg) top left no-repeat;
}
#topnavi li a{
    padding:10px 12px 0 10px;
    text-decoration:none;
    display:block;
    font-weight:bold;
    color:#fff;
    height:33px;
    text-transform:uppercase;
	font-size: 95%;
}
#topnavi li a:hover{
    color:#000;
    background-position:bottom;
}
#topnavi li:hover{
    background-position:bottom;
}
#topnavi .topm_on{
    background-position:bottom;
    color:#000;
}
#topnavi .topm_on a{
    color:#000;
}
#contentheader{
    margin:0 0 0 -10px;
    width:678px;
    height:14px;
    background: transparent url(images/content_header.png) no-repeat;
}
#contentdiv{
    margin:0 0 0 -10px;
    padding-bottom: 20px;
    width:678px;
    min-height:600px;
    background: transparent url(images/content_bg.png) repeat-y;
}
#content {
    margin: 0 22px 0 20px;
    /*border:1px solid red;*/
}
#content img{
    margin: 0px;
}
#content p{
    padding: 3px 0;
}
#content h3{
    font-size: 16px;
    padding: 3px 0;
}
#contentfooter{
    margin:0 0 0 -10px;
    padding:8px 20px 0 20px ;
    width:678px;
    height:30px;
    background: transparent url(images/content_footer.png) no-repeat;
}
#copy{
    float:left;
}
#footernavi{
    margin:0 40px 0 0;
    float:right;
}
#footernavi li{
    float:left;
}
#footernavi li a{
    color:#000;
}
#footernavi li a:hover{
    color:#fff;
}
#footernavi .footernavi_on a{
    color:#fff;
}
#rightsidebar{
    width:183px;
    background:transparent;
    float:left;
    margin-top: 33px;
    overflow: hidden;
    margin-left: -15px;
}
#rightsidebar img{
    margin: 0;
    padding: 0;
    padding-top: 0px;
}
#footer{
    clear:both;
    /*height:50px;*/
    /*background:#cc071a;*/
    /*opacity: 0.9;*/
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.box1{/* rund gelb*/
    background:#fdc74a;
    padding:10px;
    float:left;
    width: 400px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//aktuelles///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#aktuelles{
    width:420px;

}
#aktuelles h2{
    /* margin:10px 0 10px 0;*/
}
#aktuelles h3{

}

#aktuelles .spacer{
    height:10px;
	clear: left;
}

#aktuelles .box2{
    width:420px;
    margin-bottom: 10px;
}
#aktuelles .box3{
    /*margin:10px 0 0 0;*/
    padding:5px 15px 15px;
    background:#e5e5e5;
}
#aktuelles .box3 h2{
    margin:10px 0 10px 0;
    font-size:1.5em;
}
#aktuelles a{
    color:#000;
    font-weight:bold;
}
#newssmall{
    margin:10px 0 0 0;
    background:#fdc74a;
    padding:0 5px 10px 5px;
}
.newssmall{
    margin:5px 10px 15px;
}
#aktuelles .box2small{
    margin:0 10px 0 0;
    float:left;
    display:block;
    width:128px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#contentRight{
    float:right;
    width: 205px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#boxLetztesSpiel,
#boxNaechtesSpiel{
    background: #000;
    padding:  5px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
#boxLetztesSpiel h3,
#boxNaechtesSpiel h3{
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff;
}
#boxLetztesSpiel img,
#boxNaechtesSpiel img{
    margin: 0px;
}
#boxLetztesSpiel .separator1111{
    padding: 0px 15px;
}

#boxLetztesSpiel table,
#boxNaechtesSpiel table{
    width: 170px;
    margin: 0 auto;
}

#boxNaechtesSpiel{
    background: #B8B4B3; /*url(images/bgLetztesSpiel.jpg) no-repeat;*/
    color: #000;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tableImpressum td{
    padding: 3px 0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tableSaison{
    width: 420px;
}
#tableSaison td{
    padding: 3px 0;
    text-align: center;
	font-size: 90%;
}
#tableSaison .datum{
    /*width: 80px;*/
}
#tableSaison .uhrzeit{
    width: 60px;
}
#tableSaison .mannschaft1,
#tableSaison .mannschaft2{
    width: 200px;
}
#tableSaison h3{
    background: #BF0A1F;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 3px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#boxAufstellung,
#tableAufstellung{
    width: 370px;
}
#tableAufstellung .head{
    background: #e5e5e5;
}
#tableAufstellung th{
    text-align: left;
}
#tableAufstellung th,
#tableAufstellung td{
    padding: 4px 0 4px 15px;
    font-size: 14px;
}
#tableAufstellung .nummer{
    width: 25px;
}
#tableAufstellung .position{
    width: 130px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#boxSpieler ul li{
    padding: 0 0 5px 0;
}
#boxSpieler{
    width: 420px;
}
#tableSpieler{
    width: 100%;
}
#tableSpieler td{
    font-size: 14px;
}
#tableSpieler .left{
    width: 150px;
    padding: 4px 0 4px 15px;
}
#tableSpieler .right{
    width: 170px;
    padding: 4px 15px 4px 0px;
}
#imageSpieler{
    float: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#boxRightSpieler{
    width: 205px;
	position: relative;
}
#boxRightSpieler h3{
    background: #CC071A;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
}
#boxRightSpieler #name{
    position: absolute;
    left: 15px;
    top: 280px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#boxRightPrepaidKarte,
#boxRightDauerkarte,
#boxRightTicketshop,
#boxRightHallenmagazin{
    margin-bottom: 10px;
}
#boxRightPrepaidKarte h3,
#boxRightDauerkarte h3,
#boxRightTicketshop h3,
#boxRightHallenmagazin h3{
    background: #CC071A;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#dauerkarten ul{
    margin-left: 15px;
    margin-bottom: 30px;
}
#dauerkarten ul ul{
    margin-left: 15px;
    margin-bottom: 0px;
}
#dauerkarten li{
    padding: 7px 0;
    list-style-type:disc;
    line-height:1.2em;
}
#dauerkarten li li{
    list-style-type:circle;
}
#dauerkartenDownload{
    width: 420px;
    margin: 30px auto;
    background: #efefef;
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}
#dauerkartenDownload a{
    color: #CC071A;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#kvgDownload{
    width: 420px;
    margin: 10px auto;
    background: #efefef;
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}
#kvgDownload a{
    color: #CC071A;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#galerie #gallery{
    width: 100%;
}
#galerie #thumbs{
    width: 400px;
    text-align: center;
    margin-top: 20px;
    margin-left: 15px;
}
#galerie #thumbs li{
    float:left;
    margin: 3px 0px 3px 5px;
    width: 80px;
     list-style-type:none;
}
#galerie #controls{
    font-size:16px;
}
#galerie #slideshow{
    text-align: center;
    width: 600px;
    margin: 0 auto;
}
#galerie #slideshow img{
    max-width: 500px;
    max-height: 450px;
}

#galerie .nav-controls {
    float:right;
    margin: 10px 0;
}
#galerie .ss-controls{
    float: left;
    margin: 10px 0;
}

#galerie .bottom{
    margin-top: 10px;
    clear:both;
}
#galerie .pagination a,
#galerie .pagination span{
    padding: 3px;

}

#galerieUebersicht{
    text-align:center
}
#galerieUebersicht li{
    padding: 10px 0 5px;
    float:left;
    width: 210px;
    border: 0px solid #E5E5E5;
}

#galerieUebersicht p{

}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#formKontakt h5{
    margin: 10px 0 2px 0;
}
#formKontakt [type=submit]{
    margin-top: 20px;
    font-size: 14px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tablePortraits{
    width: 100%;
}
#tablePortraits tr{
    border-bottom: 1px solid #C7C7C7;
}
#tablePortraits td{
    padding: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
#tablePortraits .name{
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 5px;
}
#tablePortraits .image{
    width: 25px;
    padding-left: 45px;
}
#tablePortraits td table td{
    padding: 3px;
    padding-left: 0px;
    vertical-align: middle;
}
#tablePortraits td table tr{
    border: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tableBustransfer{
    width: 100%;
}
#tableBustransfer td{
    padding: 5px;
    vertical-align: middle;
}
.hrBustransfer,
.hrVorverkauf{
    background: #CC071A;
    height: 1px;
    border: 0px;
    margin: 20px 0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#tableSaalplan{
    float:left;
    margin-top: 20px;
    margin-left: 20px;
}
#tableSaalplan tr{
    margin: 3px;
}
#tableSaalplan td{
    padding: 1px;
    padding-left: 5px;
    font-size: 14px;
}
#tableSaalplan .spacer{
    height: 5px;
}
.blockA1{
    background: #ffc400;
    border:2px solid #fff;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}
.blockA2{
    background: #F50012;
    border:2px solid #fff;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}
.reihe{
    width: 80px;
    vertical-align: middle;
    font-weight: bold;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#vorverkaufsstelleMt{
    float: left;
    width: 300px;
}
#vorverkaufsstelleMtLogo{
    float:left;
    width: 200px;
    margin-top: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hauptsponsor,
#premiumsponsor{
    margin-top: 30px;
    text-align: center;
	width: 420px;
}
#hauptsponsor p,
#premiumsponsor p{
    margin-top: 20px;
    font-size: 20px;
}

#tableSponsoren{
}
#tableSponsoren td{
    width: 33%;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 15px solid #F4F4F4;
}
#tableFoerderer td{
    width: 33%;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 15px solid #F4F4F4;
}

#tableMelsungen tr{
    border-bottom: 1px solid #E5E5E5;
}
#tableMelsungen .bold{
    font-weight:bold;
}
#tableMelsungen td{
    padding: 10px;
    line-height: 125%;
}



#tabelleBundesliga td{
    font-size: 11px;
    padding: 3px 2px;
    vertical-align: middle;
}

#tabelleBundesliga .head td{
    padding: 3px 5px;
    text-align: center;
    font-weight: bold;
    background: #FDC74A;
    color: #000;
}



/*presse download*/
.tableMedienpartner{
margin:20px 0 10px 0;
}

.tableMedienpartner h3{

}

.tableMedienpartner td{
vertical-align: top;
line-height:16px;
}
.tableMedienpartner .td1{
width:200px;
}

#kader{
width:400px;
}
#kader h3{
margin:25px 0 15px 0;
}
#kader td, #kader th {
padding:4px;
}

#presselogo1{
margin:20px 60px 0 0;
float:left;
}
#presselogo2{
margin:40px 20px 0 0;
float:left;
}

#pressefotos{
width:428px;
}
.div_hr{
height:1px;
width: 420px;
margin:30px 0;
border-bottom: 1px solid #C7C7C7;
}


.foto{
margin:0 14px 14px 0;
padding:5px 0;
width:120px;
float:left;
line-height:20px;
background:#F4F4F4;
text-align:center;
}
.foto img{
border: 1px solid #E5E5E5;
}
.foto p{
font-size:10px;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#countdown{
    margin: 3px auto;
}



/*/////////////////////////////////////////////*/
/*HALLENMAGAZIN */
#tableHallenmagazine{

	margin-top: 20px;
	margin-bottom: 20px;
}
#tableHallenmagazine td{
	padding: 7px;
}


/*/////////////////////////////////////////////*/
/*PREPAID-KARTE */
#prepaidKarte{
	line-height: 1.2em;
	background: transparent url(images/logo.jpg) 50% 310px no-repeat;
}
#prepaidKarte ul{
	list-style-position: outside;
	list-style-image: url(images/bulletRed.png);
	margin-left: 20px;
	margin-top: 10px;
}
#prepaidKarte ul li{
	padding-bottom: 10px;
	line-height: 1.2em;
}
#prepaidKarteDownload{
	width: 420px;
    margin: 10px auto;
    background: #efefef;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
}
#prepaidKarteDownload a{
	color:#CC071A;
}




/*/////////////////////////////////////////////*/
/*MULTIPAKETE */
#multipakete{
	line-height: 1.2em;
	background: transparent url(images/logo.jpg) 50% 310px no-repeat;
}
#multipakete ul{
	list-style-position: outside;
	list-style-image: url(images/bulletRed.png);
	margin-left: 20px;
	margin-top: 10px;
}
#multipakete ul li{
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size: 14px;
}
#multipaketeDownload{
	width: 420px;
    margin: 10px auto;
    background: #efefef;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
}
#multipaketeDownload a{
	color:#CC071A;
}
#tableMultipaketeRanking{
    width: 100%;
}
#tableMultipaketeRanking .head{
    background: #e5e5e5;
}
#tableMultipaketeRanking th{
    text-align: left;
}
#tableMultipaketeRanking th,
#tableMultipaketeRanking td{
    padding: 4px 0 4px 15px;
    font-size: 14px;
}
#tableMultipaketeRanking .kontingent{
	text-align:center;
}

#formMultipakete h5{
	margin-top: 5px;
}


.fontRed{
	color:#CC071A;
}
