/* CSS Document */

body {
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background-color:#fffff0;
    background-image:url(../_images/bg.gif);
    background-repeat:repeat-y;
    color: #333;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    }

/* fixierte Navi */

div#fixedbox {
  overflow-y: hidden;
  height: 700px;
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1000;
}

div#scrollcontent {
	padding: 1em; 
}

/*
@media screen {
  body>div#fixedbox {
		position: fixed;
	}
}
*/



/* Linker Navi */
    
#logo_th {
    position:absolute; 
    left:30px; 
    top:17px; 
    z-index:1
    }

#mainmenu {
    z-index:1;
    position:absolute;
    top: 150px;
    left:30px;
    width: 150px;
    }

#mainmenu .mp_gross {
    font-family:"Times New Roman", Times, serif;
    font-size:26px;
    color:#F1B0AB;
    padding-top: 2px;        
}

#mainmenu .mp_klein {
    font-size:11px;
    text-transform:uppercase;
    color:#FFCCCC;    
}

#mainmenu .submenu {
    font-size:11px;
    text-transform:uppercase;
    color:#FFCCCC;
    margin: 4px 0px 4px 24px;    
}

#mainmenu #subaktiv {
    margin: 3px 0px 3px 1px;
    padding-left: 24px;
    padding-top:1px;
    padding-bottom:1px;
    background-color: #FFFFF0;
    background-image:url(../_images/pfeilmenu.gif);
    background-repeat:no-repeat
    }

#nach_gross {
    padding-top: 5px;
    }

#mainmenu div#aktiv {
    margin-bottom: 10px;
    }
    

.trenner {    
    margin-top:3px;
    width: 149px;
    margin-bottom: 3px;
    }
    
#nachmenu {
    position: relative;
    top: 35px;
    width: 150px;
    font-size: 10px; 
    color: #fff;
    }
    
#nachmenu img.sponsor{
    margin-bottom:5px;
    }

/* Obere Leiste */

#suche {
    position:absolute;
    top: 15px;
    left:300px;
    width: 520px;
    color: #BA4128;
    font-size: 10px;
    }

}
input.topsearch {
    width: 100px;
}

#suche input {
    margin-left: 10px;
    }
    
#suche input.btn {
    position:relative;
    top: 4px;
    left: 6px;
    }

#zurueck {
    position:relative;
    left:244px;
}
    
/* Verknuepfungen */

a {
    text-decoration: none;
    color: #BA4128;
    
    }
#mainmenu a {
color: #fcc;
    }

#mainmenu a:hover {
    color: #fff;
    }
#aktiv a {
    color: #FFF;
    }
#suche a {
    color: #BA4128;
    }
#subaktiv a {
    color: #BA4128;
    }
#subaktiv a:hover {
    color: #BA4128;
    }
a#kartenreservierung {
    color:#fcc;
    font-weight: bold;
    font-size:12px;    
    text-transform:uppercase;
    }
a#kartenreservierung:hover {
    color:#fff;
    }

a img {
    border: 0px #000 solid;
    }

/*ext. Link */    
.link a {
    color: #999;
    font-weight:bold;
    }

/* Contentbereich*/

#content {
    position:absolute;
    z-index: 10;
    width: 520px;
    top: 133px;
    left: 300px;
    color: #333;
    font-size:11px;
    }
    
h1 {
    color: #BA4128;
    font-family:"Times New Roman", Times, serif;
    font-size:26px;
    font-weight: normal;
    width: 520px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: #BA4128 1px solid;
}
    
.trennlinie_tag {
    clear:both;
    z-index: 60;
    position: relative;
    top: 0px;
    left: 0px;
    border-top: #BA4128 1px solid;
    height: 1px;
    min-height: 1px;
    width: 520px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#ff0000;
    }

.lveran {
    height: 1px;
    min-height: 1px;
    width: 430px;
    margin-top: 4px;
    margin-bottom: 10px;
    border-top: #BA4128 1px solid;
}
.ltrenn {
    height: 1px;
    min-height: 1px;
    width: 520px;
    margin-top: 4px;
    margin-bottom: 10px;
    border-top: #BA4128 1px solid;
}

.balken_tag {
    z-index: 60;
    position: relative;
    top: 0px;
    left: 0px;
    width: 520px;
    height: auto;
    background-color:#BA4128;
    margin-top: 10px;
    margin-bottom: 10px;
}
.balken_tag p {
	padding: 4px;
    font-size:12px;
    font-weight:bold;
    color:#fffff0;

}

.balken_tag a {
    color:#fffff0;

}

.tothetop {    
    width: 520px;
    text-align: right;
    }

.tothetop img {    
    margin-left:6px
    }


/*Schaufenster*/

.schaufenster_bild {
	margin-bottom:10px;
	width:520px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: #BA4128 1px solid;	
}
.schaufenster_bild img {
    border: 0px;
}
.schaufenster_bild img.bild {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.schaufenster_ohne {
    margin-left: 137px;
    min-height: 50px;
}

div.clear {
    clear: both;
}

.head {
    font-size: 14px;
    font-weight: bold;
    margin-bottom:2px;
    }

/*       
.head a {    
    padding-left: 16px;
    background-image:url(../_images/pfeil_schaufenster.gif);
    background-repeat: no-repeat;

}
*/


/* Spielplan */

#sort {
    font-size: 10px;
}

#sort .tab {
    float:left;
    margin-bottom:20px;
    width: 140px;
}

#sort select {
    margin-top:4px;
    width: 120px;
    font-size: 10px;
}

#spielplan_top {
	text-align: right;
    font-size: 10px;
    color: #BA4128;
}

.veranstaltung {
    width: 520px;
}

.uhrzeit {
    color: #BA4128;
    width: 90px;
    float: left;
}

.textbox {
	width: 430px;
	float: right;
}

.headline {
    color: #BA4128;
    font-weight: bold;
    font-size:12px;
    margin-bottom: 4px;
}

.subline {
    color: #BA4128;
}

.subline2 {
    color:#666;
    text-transform: uppercase;
    margin: 16px 0px 16px 0px;
    }
    
.link {
    margin: 8px 0px 8px 0px;
    }

.abbinder {
    width: 430px;
    margin-top:10px;
    margin-bottom: 10px;
}

.preise {
	margin-bottom:10px;
}

.katkar {
    float:left;
}

.kategorien {
    margin-bottom: 10px;
}

.kategorien img {
    margin-right: 4px;
}

.karten {
    text-transform: uppercase;    
    color: #BA4128;
    width: 520px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.karten img{
    padding-right: 3px;
}

.sponsorlogos {
    text-align:right;
}

.einzug {
    margin-left: 90px;
}
    
/* Details */
.details {
    margin-top: 26px;
    width: 520px;
    }
    
.detail_bilder {
    margin-top: 6px;
    margin-bottom: 10px;
    }

.detail_bilder span{
    padding: 0px;
    margin:0;
}
.detail_bilder img{
    margin-right: 4px;
    padding:0;
}

table.kartenstatus_table {
    border:0;
    width: 540px;
    }
table.kartenstatus_table td {
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform:none;
    vertical-align:bottom;
    margin-bottom: 4px;
}
    
table.kartenstatus_table td.tag {
    width:70px;
    }
table.kartenstatus_table td.datum {
    width:60px;
    }
table.kartenstatus_table td.ruhrzeit {
    width:60px;
    }
table.kartenstatus_table td.t {
    width:30px;
    }
table.kartenstatus_table td.kartenstatus {
    text-transform:uppercase;
    font-weight: bold;
    }
table.kartenstatus_table td.kartenstatus img{
    padding-right:12px;
    }
    
.details .tothetop {    
    position:relative;
    /*top: -69px;*/
}


/* Galerie */
#galerie {
	width: 530px;
}

#galerie .picturebox {
	float: left;
	height: 105px;
	width: 105px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#galerie .picture {
	background-color: #e5e5d8;
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#galerie .picture img {
	margin: 5px;
}

#galerie .bigpicture {
	background-color: #e5e5d8;
	width: 520px;
	/* height: 390px; */
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#galerie .paging {
	margin-top:15px;
	font-size:14px;
	font-weight: bold;
	color:#999;
	clear:both;
}


