/* HTML Selectors
------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #B90202;
    background-image: url(../images/mainbg.gif);
    background-attachment: fixed;
    font: 11px Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 { font-size: 18px; }

h2 { 
	font-size: 14px;
	margin: 0 0 10px 0;
}

h3 { 
	font-size: 11px; 
	font-weight: bold;
	margin: 10px 0 10px 0;
}

rot {
    color: #B90202;
}

ul { list-style: none; }

ol {
    margin: 0 0 0 15px;
}

a {text-decoration: none;}
a:link { color: #B90202; }
a:visited { color: #B90202; }
a:hover { color: #ff9900; }
a:active { color: #ff9900; }

fieldset {
    border: 0;
}

input, textarea, select {
    font-size: 11px;
    padding: 2px;
    border: 1px solid #B90202;
	margin: 0 0 5px 0;
}

input[type=text] {
    width: 300px;
}

.noBorder {
    border: 0;
}

.feld { 
    margin: 5px 0 5px 0;
    width: 300px; 
}

.pulldown { 
	font-size: 10px;
	font-weight:normal;
    width: 180px; 
	height:20px;
}

.abstand{
	margin: 5px 0 5px 0;
}

.abstandKlein{
	margin: 2px 0 2px 0;
}

.abstandUnten{
	margin: 0 0 5px 0;
}



/* Header + Menue
------------------------------------------------------*/

#header {
	width: 750px; 
	height: 85px;
	overflow: hidden;
	background: #fff url(../images/header.jpg) no-repeat top left;
}

#menue {
    top: 85px;
    float: left;
    width: 750px;
    height: 24px;
    background: #fff url(../images/header.jpg) no-repeat bottom left;
    border-bottom: 1px dotted #B90202;
    margin-bottom: 20px;
}

#adminmenue {
    top: 85px;
    float: left;
    width: 750px;
    height: 50px;
    border-bottom: 1px dotted #B90202;
    margin-bottom: 10px;
}

#menue ul, #adminmenue ul { 
    list-style:none;
    margin-left: 15px; }

#menue li, #adminmenue li {
    list-style:none;
    float: left;
    display: inline;
}

#menue a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	float: left;
} 

#menue a:link, a:visited {
	color: #B90202;
	text-decoration: none;
}

#menue a:hover, #menue a:active {
	color: #f90;
	background-image: url(../images/hover.gif);
	background-position: top left;
}

#adminmenue a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	padding: 5px;
	text-decoration: none;
	display: block;
	text-align: left;
} 

#adminmenue a:link, #adminmenue a:visited {
	color: #B90202;
	text-decoration: none;
}

#adminmenue a:hover, #adminmenue a:active {
	color: #f90;
	background-image: url(../images/hover.gif);
	background-position: top left;
}



/* Container
------------------------------------------------------*/


#pageContent {
    width: 750px;
    margin: auto;
    border: 1px dotted #B90202;
    border-top: 0;
    height: auto;
    background-color: #fff;
}

#leftCol {
    float: left;
    width: 450px;
    height: auto;
    border-right: 1px dotted #ff9900;

}

#leftColFull {
    float: left;
    width: 750px;
    height: auto;
    border-right: 1px dotted #ff9900;

}

#rightCol {
    width: 250px;
    float: right;
    margin-right: 10px;
    height: auto;
}

#popCol {
    width: 250px;
    float: left;
    margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    height: auto;
}

#calendar {
    clear: both;
}


.clearfix {
    clear: both;
}

.footer {
    clear: both;
    width: 750px;
    height: 49px;
    margin: auto;
    text-align: center;
    background-image: url(../images/bottombg.jpg);
    background-repeat: no-repeat;

}

.footer p {
    clear: both;
    padding-top: 15px;
}

/* LINKE SPALTE 
------------------------------------------------------*/

.leftContent {
   /* border-right: 1px dotted #ff9900;
     background-color: #ff9900; */
    
}

.leftBlock {
    color: #333;
    width: 410px;
	height: auto;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
}

.leftBlockWeekCD {
    color: #333;
    width: 410px;
	height: auto;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
    background: url(../../images/weekCorner.gif) top right no-repeat;
}

.leftBlockFix {
    color: #333;
    width: 410px;
    height: 90px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
}

.leftBlockFixKlein {
    color: #333;
    width: 410px;
    height: 30px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
}

.leftBlockFixGross {
    color: #333;
    width: 410px;
    height: 270px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
}

.leftBlockTabelle {
    color: #333;
    width: 410px;
    height: 20px;
    margin: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #B90202;
}

.leftBlockLinks {
    color: #333;
    width: 410px;
    height: 220px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #B90202;
}

.leftBlock h1 {
    margin: 10px 0 0 0;
    color: #B90202;
}

.leftBlock h2 {
    margin: 5px 0 0 0;
    color: #B90202;
}

.leftBlock h3 {
    margin: 0 0 15px 0;
    color: #B90202;
}

.leftBlock h4 {
    margin: 0 0 0 0;
    color: #B90202;
}

.leftBlockLinks h3 {
    margin: 0 0 15px 0;
    color: #B90202;
}

.leftBlock .description {
    text-align: justify;
    line-height: 16px;
    margin: 5px 0 5px 0;
    
}

.leftBlock .bewertung {
    line-height: 16px;
    margin: 5px 0 2px 0;
}

.leftBlock .sterne {
    line-height: 16px;
    margin: 0 0 5px 0;
    
}

.leftBlock .description a {
    /*float: right;*/
    margin: 0 0 10px 0;
}

.leftBlock .right {
    text-align: right;
    clear: both;
}

.leftBlock .tipimage {
    width: 400px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: auto;
}

.leftList, .leftList li {
    margin: 5px 0 5px 0;
    text-transform: none;
    font-weight: normal;
}

.leftBox {
	width: 180px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBoxLegende {
	width: 180px;
	height: auto;
    margin: 0 0 0 0;
	float: left;
}

.leftBoxGross {
	width: 300px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBoxTabelle {
	width: 190px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBoxTabelleMittel {
	width: 100px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBoxTabelleKlein {
	width: 50px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBoxKlein {
	width: 80px;
	height: auto;
    margin: 5px 5px 0 0;
	float: left;
}

.leftBlockClubadressen {
    color: #333;
    width: 410px;
	height: auto;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.leftBoxClubadressen {
	width: 190px;
	height: 60px;
    margin: 5px 5px 0 0;
	float: left;
    border-bottom: 1px dotted #B90202;
}

#neunzigHoch {
    height: 90px;
}

#fixeHoehe {
    height: 450px;
}

/* RECHTE SPALTE
------------------------------------------------------*/

.rightContent {
    width:250px;
	text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dotted #B90202;
    padding-top: 5px;
}

.rightContent .h3 {
    margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #B90202;
}

.rightContent .text {
    margin: 3px 0 3px 0;
}

.rightContent .description {
    color: #333333;
}

.rightContent .image {
    width: 240px;
	height: 60px;
    border: 0;
	padding: 0;
	margin: 5px 0 5px 0;
}

.rightBlock li.normal {
    margin: 0 0 2px 0;
}

.rightBlock, .rightBlock li {
    margin: 5px 0 10px 0;
    text-transform: none;
    font-weight: normal;
	clear: both;
}

.rightBlockAdmin, .rightBlockAdmin li {
    margin: 5px 0 10px 0;
    text-transform: none;
    font-weight: normal;
}

.rightBlockAlpha, .rightBlockAlpha li {
	margin: 3px 3px 3px 0;
    text-transform: uppercase;
    font-weight: bold;
	float: left;
}

.infobox {
    margin: 5px 10px 0 0;
    overflow: hidden;
    border-bottom: 1px dotted #B90202;
}

/* POPUP
------------------------------------------------------*/

.terminPopup {
    width:500px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dotted #B90202;
    padding-top: 5px;
}

.terminPopup .text {
    margin: 3px 0 3px 0;
}

.terminPopup .description {
    color: #000;
}

.terminPopupListe {
    width: 500px;
}

.terminPopupListe, .terminPopupListe li {
    margin: 5px 0 10px 0;
    text-transform: none;
    font-weight: normal;
}


/* NEWSLETTER 
------------------------------------------------------*/


#newsletter{
    float: right;
    padding: 5px 15px 0 0;
    color: #B90202;
    z-index: 6;
}

#newsletter input[type=text] {
    color: #B90202;
    font-size: 10px;
    width: 160px;
}

#newsletter .month {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}
#newsletter .ibg {
    /* font-size: 10px;
    background-image: url(../images/button_bg.jpg);
    background-repeat: no-repeat; */
}

#newsletter .imgbutton {
    border: 0;
}

.imgbutton {
    border: 0;
}

/* IMAGES 
------------------------------------------------------*/

.terminImage {
    width: 400px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: auto;
}

.reviewImage {
    width: 130px;
	height: 130px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
    margin-left: 20px;
	margin-right: 10px;
}

.reviewWeekly {
    width: 130px;
	height: 130px;
    padding: 5px;
	float: left;
    margin-left: 20px;
	margin-right: 10px;
	background: #fff url(../../images/week.jpg) top left no-repeat;
}

.bandWeekly {
    width: 220px;
	height: 150px;
    padding: 5px;
	float: left;
    margin-left: 20px;
	margin-right: 10px;
	background: #fff url(../../images/week_band.jpg) top left no-repeat;
}

.reviewImageTeaser {
    width: 80px;
	height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}

p a img,
.reviewImageTeaser a img,
.interviewImage a img,
.reviewImage a img,
.mediaImage a img,
.weeklyImage a img,
.reviewWeekly a img,
.bandWeekly a img { border: 0; }

.interviewImage {
    width: 220px;
	height: 150px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

.weeklyBandImage {
    width: 220px;
	height: 150px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.mediaImage {
    width: 80px;
	height: 80px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.weeklyImage {
    width: 150px;
	height: 150px;
    padding: 5px;
    border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.weeklyBand {
    float: left;
    width: 232px;
    margin: 10px 0 0 0;
}
.weeklyCd {
    float: left;
    width: 162px;
    margin: 10px 0 0 10px;
}

.festivalImage {
    width:				auto;
	height:				35px;
    padding: 			0px 10px 0px 0px;
    border: 			0px;
	float:				left;
	margin: 			0px 0px 0px 0px;
}