/*
  ALLGEMEINE DEFINITIONEN
*/
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
 border: none;
 font-size: 1em;
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}

html {
 background: #eaeaea;
 color: #333;
}

body {
 font-family: Verdana, Sans-Serif;
 font-size: 100.01%;
 padding: 0 0 50px;
}

code {
 font-family: "Courier New", Courier, monospace;
}

label {
 cursor: pointer;
}

ol,ul {
 list-style: none;
}





/*
 HELPER-KLASSEN
*/
.c {
 clear: both;
}

.x {
 display: none;
}

.bold {
 font-weight: bold;
}

.blue {
 color: #006fb4;
}

.pdf {
 background: url(/i/pdf_icon.gif) no-repeat left center;
 padding: 0 0 0 18px;
}

.txtright {
 text-align: right;
}

.percent100 {
 width: 100%;
}

.help {
 border-bottom: 1px dotted #b5b5b5 !important;
 cursor: help !important;
}

.error {
 color: red;
}





/*
 WRAPPER
*/
#wrapper {
 background: #fff;
 border-bottom: 1px solid #b5b5b5;
 border-right: 1px solid #b5b5b5;
 width: 801px;
}





/*
 HEADER
*/
#header {
 background: #0066b0 url(/i/bg_header.png) no-repeat;
 border: 1px solid #005a91;
 border-top: none;
 height: 139px;
 position: relative;
}

/* Metanavigation */
#header #metanav {
 color: #fff;
 font-size: 0.6875em;
 left: 0;
 padding: 5px 0 0 8px;
 position: absolute;
 top: 0;
 z-index: 100;
}

#header #metanav li {
 border-left: 1px solid #fff;
 float: left;
 padding: 0 6px;
}

#header #metanav a:link,#header #metanav a:visited {
 color: #fff;
 text-decoration: none;
}

#header #metanav a:hover,#header #metanav a:focus {
 text-decoration: underline;
}

/* Logo */
#header #logo {
 left: 310px;
 padding: 7px 0 0;
 position: absolute;
 z-index: 100;
}

/* Login */
#header #login {
 color: #fff;
 top: 0;
 position: absolute;
 right: 0;
 width: 240px;
 z-index: 100;
}

#header #login form {
 background: #0062a4;
 border-left: 1px solid #3e88ba;
 border-right: 1px solid #004370;
 padding: 4px 0 5px 10px;
}

#header #login label {
 display: block;
 font-size: 0.6875em;
}

#header #login a:hover,#header #login a:focus {
 text-decoration: underline !important;
}

#header #login input {
 background: #fff;
 border: 1px solid #dadee3;
 font-size: 0.625em;
 width: 106px;
}

#header #login .left {
 float: left;
 width: 115px;
}

#header #login .left a {
 color: #fff;
 font-size: 0.5625em;
 margin: 4px 0 0;
 text-decoration: none;
}

#header #login .right {
 float: left;
 width: 110px;
}

#header #login .right .btn {
 border: none;
 float: right;
 margin: 3px 0 0;
 width: auto;
}

#header #login .buttons a {
 border-top: 1px solid #004370;
 color: #fff;
 float: left;
 font-size: 0.6875em;
 font-weight: bold;
 height: 17px;
 outline: none;
 padding: 4px 9px 0 9px;
 text-align: center;
 text-decoration: none;
}

#header #login .buttons #login_link {
 background: url(/i/bg_login_link.gif) no-repeat;
 border: none;
 height: 17px;
 padding: 4px 0 0;
 width: 117px;
}

#header #login #loggedin p {
 font-size: 0.5625em;
 margin: 5px 5px 0 0;
 text-align: right;
}

#header #login #loggedin a {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

#header #login #loggedin a:hover,#header #login #loggedin a:focus {
 text-decoration: underline;
}

/* Sparkasse Logo */
#header #sponsorenlogos {
 bottom: 8px;
 position: absolute;
 right: 11px;
 z-index: 100;
}

#header #sponsorenlogos a {
 margin: 0 0 0 10px;
}

/* Flash Header */
#header #flash_header {
 left: 0;
 position: absolute;
 top: 0;
}





/*
 NAVIGATION
*/
#nav {
 background: #003366 url(/i/bg_nav.gif) top;
 float: left;
 font-family: Arial, Sans-Serif;
 font-size: 0.8125em;
 font-weight: bold;
 position: relative;
 width: 100%;
}

#nav li {
 background: #003366 url(/i/bg_nav.gif) repeat-x top;
 float: left;
 height: 33px;
}

#nav li.act a {
 background: url(/i/bg_nav.gif) repeat-x bottom;
}

#nav a:link,#nav a:visited {
 color: #fff;
 display: block;
 xfont-weight: bold;
 padding: 9px 22px 7px 22px;
 text-decoration: none;
}

#nav .last a {
 xpadding: 9px 18px 7px 22px !important;
}

#nav a:hover {
 background: url(/i/bg_nav.gif) repeat-x center;
}

#nav a:active {
 background: url(/i/bg_nav.gif) repeat-x bottom;
}

#nav ul {
 background: #0061a3;
 border-bottom: 1px solid #003366;
 display: none;
 font-size: 0.85em;
 left: 0;
 position: absolute;
 width: 801px;
}

#nav ul li {
 height: auto;
}

#nav .act ul {
 display: block;
}

#nav ul a:link,#nav ul a:visited {
 background: #0061a3;
 font-weight: normal;
 padding: 4px 10px 3px 19px;
}

#nav ul a:hover,#nav ul a:focus {
 background: #0061a3;
 text-decoration: underline;
}





/*
 CONTENT
*/
#content {
 background: url(/i/bg_content.gif) repeat-x;
 padding: 35px 0 0;
}

#content h1 {
 background: url(/i/bg_hl.gif) no-repeat 0 7px;
 font-size: 1.4375em;
 font-weight: normal;
 margin: 0 0 5px;
 padding: 0 0 0 10px;
}

#content h2 {
 font-size: 0.8125em;
 margin: 0 0 10px;
}

#content h3 {
 font-size: 0.6875em;
 margin: 5px 0;
}

#content p,#content .absatz {
 font-size: 0.6875em;
 line-height: 1.4;
 margin: 0 0 10px;
}

#content blockquote {
 background: url(/i/quote.gif) no-repeat scroll left 5px;
 color: #555;
 font-style: italic;
 margin: 10px 0;
 min-height: 25px;
 padding: 0 0 0 30px;
}

#content ul {
 margin: 0 0 10px;
}

#content ul li {
 background: url(/i/bg_li.gif) no-repeat 0 5px;
 font-size: 0.6875em;
 padding: 0 0 2px 12px;
}

* html #content ul li {
 height: 1%;
}

*+html #content ul li {
 height: 1%;
}

#content ol {
 font-size: 0.6875em;
 margin: 0 0 10px 20px;
 list-style: decimal;
}

#content a:link,#content a:visited {
 color: #006fb4;
 text-decoration: none;
}

#content a:hover,#content a:focus {
 text-decoration: underline;
}

/* Box */
#content .box {
 background: #f0f0f0 url(/i/bg_box.gif) repeat-x;
 border: 1px solid #dadee3;
 margin: 0 0 20px;
 padding: 6px 10px 10px;
}

/* Artikelbilder */
#content .img_left {
 clear: both;
 float: left;
 font-size: 0.5625em;
 margin: 4px 16px 16px 0;
}

#content .img_right {
 clear: both;
 float: right;
 font-size: 0.5625em;
 margin: 4px 0 16px 16px;
}

#content .img_vb {
 clear: both;
 font-size: 0.5625em;
 margin: 0 0 10px;
}





/*
 CONTENT LEFT
*/
#content_left {
 float: left;
 padding: 0 20px 50px;
 width: 460px;
}

/* Kuenstlerliste */
#content_left .kuenstler {
 float: left;
 line-height: 1.25;
 margin: 6px 18px 0 0;
 width: 100px;
}

#content_left .kuenstler.last {
 margin: 6px 0 0;
}

#content_left .kuenstler h2 {
 font-size: 0.6875em;
 margin: 2px 0 0;
}

#content_left .kuenstler p {
 margin: 1px 0;
}

#content_left .kuenstler .ranking {
 font-size: 0.5625em;
}

#content_left .kuenstler .ranking img {
 float: left;
}

#content_left .kuenstler .ranking span {
 padding: 0 0 0 4px;
}

#content_left .kuenstler a:link,#content_left .kuenstler a:visited {
 color: #333;
}

#content_left .kuenstler a:hover,#content_left .kuenstler a:focus {
 color: #006fb4;
}

#content_left .jumplist {
 clear: both;
 font-size: 0.6875em;
 padding: 20px 0 10px 0;
 text-align: center;
}

#content_left .jumplist.fotogalerie {
 padding: 20px 32px 0 0;
}

#content_left .jumplist .left {
 float: left;
 text-align: left;
 width: 110px;
}

#content_left .jumplist .left a {
 background: url(/i/btn_left.gif) no-repeat left center;
 color: #333 !important;
 padding: 0 0 0 20px;
}

#content_left .jumplist .right {
 float: right;
 text-align: right;
 width: 110px;
}

#content_left .jumplist .right a {
 background: url(/i/btn_right.gif) no-repeat right center;
 color: #333 !important;
 padding: 0 20px 0 0;
}

#content_left .jumplist b {
 color: #006fb4;
 text-decoration: underline;
}

/* Neuzugaenge */
#content_left #neuzugaenge {
 float: left;
 margin: 6px 0 20px;
 width: 100%;
}

#content_left #neuzugaenge li {
 float: left;
 width: 206px;
}

#content_left #neuzugaenge a {
 color: #333;
}

#content_left #neuzugaenge a:hover,#content_left #neuzugaenge a:focus {
 color: #006fb4;
}

/* Kuenstlersuche */
#content_left #kuenstlersuche {
 width: 438px;
}

#content_left #kuenstlersuche .left {
 float: left;
 width: 300px;
}

#content_left #kuenstlersuche .left label {
 display: block;
 font-size: 0.8125em;
 font-weight: bold;
 padding: 0 0 4px;
}

#content_left #kuenstlersuche .left input {
 margin: 0 10px 0 0;
 vertical-align: middle;
}

#content_left #kuenstlersuche .left p {
 color: #006fb4;
 font-weight: bold;
 margin: 5px 0 0;
}

#content_left #kuenstlersuche .right {
 float: left;
 padding: 10px 0 0;
 width: 134px;
}

/* Wettbewerb */
#content_left #wettbewerb .left {
 background: url(/i/bg_li.gif) no-repeat 0 7px;
 float: left;
 padding: 0 0 0 12px;
 width: 310px;
}

#content_left #wettbewerb .right {
 float: left;
 width: 131px;
}

/* Artikel */
#content_left .article {
 clear: both;
 margin: 5px 0 20px;
 width: 100%;
}

#content_left .article .text {
 float: left;
 width: 319px;
}

#content_left .date {
 font-weight: bold;
}

#content_left .article h2 {
 margin: 0;
}

#content_left .article p {
 margin: 3px 0;
}

#content_left .article a {
 font-weight: bold;
}

#content_left .article a.bildergalerie {
 background: url(/i/icon_galerie.gif) no-repeat;
 padding: 0 0 0 21px;
}

/* Fusszeile */
#content_left .footer {
 clear: both;
 padding: 5px 0 0 0;
}

#content_left .footer .absatz {
 font-size: 0.625em;
}

/* Box fuer Band-Profile */
#content_left #band_box {
 margin: 15px -10px 0 0;
}

#content_left #band_box #reiter {
 height: 17px;
 margin: 0;
}

#content_left #band_box #reiter li {
 background: url(/i/bg_reiter.gif);
 float: left;
 height: 17px;
 padding: 4px 5px 0 0;
 text-align: center;
 width: 88px;
}

#content_left #band_box #reiter li.act {
 background: url(/i/bg_reiter_act.gif);
}

#content_left #band_box #reiter li.last {
 margin: 0;
 padding: 4px 0 0;
}

#content_left #band_box #reiter li a {
 color: #333;
}

#content_left #band_box .bearbeiten a {
 background: url(/i/icon_bearbeiten.gif) no-repeat right;
 padding: 0 15px 0 0;
}

#content_left #box_content {
 border: 1px solid #dadee3;
 border-top: none;
 clear: both;
 padding: 10px 10px 0;
 width: 438px;
}

/* Video */
#content_left #box_content.video {
 text-align: center;
}

#content_left #box_content.video p {
 margin: 0 0 10px 5px;
 text-align: left;
}

#content_left #box_content .gblink {
 margin: 20px 0 40px;
}

#content_left #box_content .entry {
 margin: 20px 0 0;
}

/* Fotos */
#content_left #box_content.fotos {
 padding: 15px 5px 5px 15px !important;
}

/* Gaestebuch Formular */
#content_left #box_content #gbform {
 border-top: 1px solid #dadee3;
 padding: 30px 0 10px;
}

#content_left #box_content #gbform fieldset {
 font-size: 0.6875em;
}

#content_left #box_content #gbform .left {
 float: left;
 width: 200px;
}

#content_left #box_content #gbform input {
 border: 1px solid #dadee3;
 font-size: 1em;
 margin: 1px 0 0;
 padding: 1px;
 width: 150px;
}

#content_left #box_content #gbform textarea {
 border: 1px solid #dadee3;
 clear: both;
 font-family: Verdana, Sans-Serif;
 font-size: 1em;
 height: 130px;
 margin: 10px 0 0;
 padding: 1px;
 width: 400px;
}

#content_left #box_content #gbform .btn {
 border: none;
 float: right;
 margin: 5px 33px 0 0;
 width: auto;
}

#content_left #box_content #gbform #spamschutz {
 float: left;
 padding: 5px 0 0 0;
}

/* Musikplayer */
#content_left #musikplayer {
 border: 1px solid #dadee3;
 border-top: none;
 margin: 0 10px 0 0;
 padding: 10px 10px 0;
}

#content_left #musikplayer h2 {
 font-size: 1.25em;
}

#content_left #musikplayer .rating {
 float: right;
 padding: 7px 0 0;
}

#content_left #musikplayer .rating img {
 vertical-align: middle;
}

/* Galerie */
#content_left .galerie {
 background: #f0f2f4;
 border: 1px solid #dadee3;
 float: left;
 margin: 5px 17px 12px 0;
 padding: 4px;
 width: 120px;
}

#content_left .galerie.last {
 margin: 5px 0 12px 5px;
}

#content_left .galerie table {
 height: 120px;
 width: 120px;
}

#content_left .galerie td {
 text-align: center;
 vertical-align: middle;
}

#content_left .galerie .link {
 font-size: 0.5625em;
 margin: 4px 0 2px;
 text-align: center;
}

#content_left .galerie .link a {
 background: url(/i/icon_vergroessern.gif) no-repeat left center;
 font-weight: bold;
 padding: 0 0 0 16px;
}

/* Profil bearbeiten */
#content_left #profil label,
#content_left #profil .label_ersatz {
 float: left;
 font-size: 0.6875em;
 margin: 5px 0;
 padding: 0 5px 0 0;
 text-align: right;
 width: 105px;
}

#content_left #profil fieldset {
 margin: 0 0 20px;
}

#content_left #profil #b_row1 label {
 margin: 5px 8px 0 0;
 text-align: left;
 width: 140px;
}

#content_left #profil input {
 border: 1px solid #dadee3;
 float: left;
 font-size: 0.6875em;
 margin: 5px 0;
 padding: 1px 0;
 width: 300px;
}

#content_left #profil .input_ersatz {
 float: left;
 font-size: 0.6875em;
 margin: 5px 0;
 padding: 0 1px;
 width: 300px;
}

#content_left #profil .btn {
 border: none;
 float: right;
 margin: 0 45px 0 0;
 width: auto;
}

#content_left #profil .datei_entfernen {
 vertical-align: middle;
}

#content_left #profil textarea {
 border: 1px solid #dadee3;
 float: left;
 font-family: Verdana, Sans-Serif;
 font-size: 0.6875em;
 height: 200px;
 margin: 5px 0;
 padding: 1px 0;
 width: 300px;
}

#content_left #profil #besetzung,#content_left #profil #internet {
 float: left;
 position: relative;
 width: 320px;
}

#content_left #profil #besetzung input {
 margin: 5px 8px 5px 0;
 width: 145px;
}

#content_left #profil #fotos {
 position: relative;
 width: 430px;
}

#content_left #profil #morebesetzung,#content_left #profil #moreinternet,#content_left #profil #morefotos {
 bottom: 5px;
 position: absolute;
 right: 0;
}

/* Pressebereich */
#content_left #presse {
 margin: 20px 0 30px;
 padding: 7px 10px 5px;
}

#content_left #presse img {
 float: left;
 margin: 0 10px 0 0;
}

#content_left #presse p {
 margin: 3px 0 10px;
}

#content_left .galerie.dl .link a {
 background: #f0f2f4;
 padding: 0;
}





/*
 CONTENT RIGHT
*/
#content_right {
 background: url(/i/bg_content_right.gif) no-repeat;
 float: left;
 min-height: 850px;
 padding: 0 23px 0 25px;
 width: 253px;
}

* html #content_right {
 height: 850px;
}

#content_right h1 {
 margin: 0 0 7px;
}

#content_right .rechts {
 margin: 0 0 0 14px;
}

#content_right #online-spende {
 margin: 10px 0 0;
}

#content_right #online-spende li {
 font-weight: bold;
 margin: 0 0 7px;
}

#content_right #film {
 left: 0;
 padding: 7px 10px 0;
 position: absolute;
 top: 0;
 width: 231px;
}

#content_right #film img {
 float: right;
}

#content_right #film a {
 font-size: 1.18em;
 font-weight: bold;
}

#content_right #film p {
 margin: 5px 0 0;
}

#content_right #film span {
 font-size: 0.82em;
}

#content_right #film_player {
 height: 124px;
 margin: 20px 0 0;
 position: relative;
}

/* Banddetails */
#content_right.bands {
 padding: 52px 23px 0 25px;
}

#content_right #banddetails {
 font-size: 0.6875em;
 line-height: 1.4;
}

#content_right #banddetails dt {
 font-weight: bold;
 margin: 15px 0 0;
}

#content_right #banddetails .ranking img {
 float: left;
 margin: 2px 0 0;
}

#content_right #banddetails .ranking span {
 margin: 0 0 0 5px;
}

#content_right .bearbeiten {
 padding: 20px 0 0 0;
}





/*
 FOOTER
*/
#footer {
 background: #0066b0 url(/i/bg_footer.png) no-repeat;
 border-top: 20px solid #1b4f6d;
 color: #fff;
 font-size: 0.6875em;
 height: 30px;
 padding: 12px 0 0;
 text-align: center;
}

#footer a:link,#footer a:visited {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}

#footer a:hover,#footer a:focus {
 text-decoration: underline;
}





/*
 SIFR
*/
.sIFR-flash {
 margin: 0;
 padding: 0;
 visibility: visible !important;
}

.sIFR-replaced,.sIFR-ignore {
 visibility: visible !important;
}

.sIFR-alternate {
 display: block;
 height: 0;
 left: 0;
 overflow: hidden;
 position: absolute;
 top: 0;
 width: 0;
}

.sIFR-active h1 {
 font-size: 23px;
 line-height: 1em;
 padding: 3px 0 0 10px !important;
 visibility: hidden;
}





/*
 THICKBOX
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}