html {
	min-height: 101%;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:link {
    color: #fff;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
    color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
    text-decoration: underline;
    color: #fff;
}
a img {
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 26px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

h2.boxtitle {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 28px;
}

p {
	margin-top: 0px;
	margin-bottom: 18px;
}
p.nomargin {
	margin-top: 0px;
	margin-bottom: 0px !important;
}
hr {
	display: none;
}

.hidden, .accessability {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}

.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
img.right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
}


ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	list-style-type: none;
}
#content ul li {
	padding-left: 28px;
	background-image: url(/static/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: list-item;
}
#content li.linklist {
	padding-left: 19px;
	background-image: url(/static/img/li_linklist.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content li.linklist-extern {
	padding-left: 19px;
	background-image: url(/static/img/li_linklist_extern.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#content li.linklist-download {
	padding-left: 19px;
	background-image: url(/static/img/li_linklist_download.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/*form definitions*/

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.eingabeXL {
	width: 500px;
}
.eingabeL {
	width: 400px;
}
.eingabeM {
	width: 250px;
}
.eingabeS {
	width: 100px;
}
.eingabeXS {
	width: 50px;
}
.eingabeRef {
	width: 150px;
}

fieldset {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
legend {
	color: #999999;
}

label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
}
label.labelleft {
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 150px;
	float: left;
}
label.referenzen {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
label.radiobox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
label.checkbox {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.buttondiv {
	text-align: right;
	padding-top: 10px;
}

.buttondiv label{ 
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px 
}
/*form definitions*/



/* MESSAGEBOXES */
.ErrorBox {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 7px;
}

.ErrorBox .title  {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/static/img/bg_head_error.gif) !important;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 6px;
	line-height: 14px;
}

.ErrorBoxInner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #FC9393;
	color: #000000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.SuccessBox {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 7px;
}

.SuccessBox .title  {
	font-weight: bold;
	color: #000000;
	background-image: url(/static/img/bg_head_success.gif) !important;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a9ce16;
	border-right-color: #a9ce16;
	border-left-color: #a9ce16;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 6px;
	line-height: 14px;
}

.SuccessBoxInner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a9ce16;
	border-left-color: #a9ce16;
	background-color: #e0f5a4;
	color: #000000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9ce16;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.WarningBox {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 7px;
}

.WarningBox .title {
	font-weight: bold;
	color: #000000;
	background-image: url(/static/img/bg_head_warning.gif) !important;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFD632;
	border-right-color: #FFD632;
	border-left-color: #FFD632;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 6px;
	line-height: 14px;
}

.WarningBoxInner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFD632;
	border-left-color: #FFD632;
	background-color: #FFEB9A;
	color: #000000;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD632;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


/* pager styles */
.colsetPager {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.colsetPager .col2 {
	float: right;
	padding-top: 10px;
	width: 110px;
}
.colsetPager .col1 {
	margin-right: 130px;
	padding-left: 10px;
	padding-top: 10px;
}

.colsetPager label {
	color: black;
	display: inline;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.colsetPager ul {
	list-style-type: none;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.colsetPager li {
	background-image: none;
	display: inline;
}

.colsetPager ul a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #666;
	color: #000 !important; 
	display: block;
	float: left;
	height: 12px;
	margin-right: 4px;
	min-width: 18px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	text-align: center;
	width: 18px;
}

.colsetPager ul a:hover {
	background-color: #CCC;
	border: 1px solid #666;
	color: #000;
}

.colsetPager ul a.inact {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
}
.colsetPager ul a.act {
	background-color: #666;
	border: 1px solid #666;
	color: #FFF;
	font-weight: bold;
}

.colsetPager ul a.but_first_inact {
	background-color: #fff;
	border: 1px solid #ccc;
	background-image:url(../img/but_first-inact.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_back_inact {
	background-color: #fff;
	border: 1px solid #ccc;
	background-image:url(../img/but_back-inact.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_next_inact {
	background-color: #fff;
	border: 1px solid #ccc;
	background-image:url(../img/but_next-inact.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_last_inact {
	background-color: #fff;
	border: 1px solid #ccc;
	background-image:url(../img/but_last-inact.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}

.colsetPager ul a.but_first {
	background-image:url(../img/but_first.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_back {
	background-image:url(../img/but_back.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_next {
	background-image:url(../img/but_next.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;	
}
.colsetPager ul a.but_last {
	background-image:url(../img/but_last.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}




/* pager styles */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#timeaxis {	
	
	height: 44px;
	overflow: hidden;
	position: relative;
}
#bannerInner {	height: 30px;
	background-image: url(../img/bg_banner.png);
	width: 4400px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	padding-bottom: 14px;
}
#moveLeft {
	height: 44px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 10px 32px;
}
#moveRight {
	height: 44px;
	width: 40px;
	position: absolute;
	left: 940px;
	top: 0px;
	cursor: pointer;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 2px 32px;
}
#bannerInner a {
	color: #000;
	font-size: 24px;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 93px;
	margin-top: 5px;
	padding-left: 7px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	overflow: hidden;
	line-height:20px;
	cursor: pointer;
}
#bannerInner a span {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
	display: none;
}

#bannerInner ul li {
	float: left;
	width: 100px;
}#mainheader h1 {
	display: none;
}
#mainheader  {
	background-color: #FFF;
}

#mainheader hgroup {
	float: left;
	height: 29px;
	width: 240px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 37px;
	padding-right: 347px;
}
#util {
	color: #000;
	float: left;
	width: 336px;
	padding-top: 18px;
}
#searchform label {
	float: left;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 14px;
}
#searchform {
	float: left;
	width: 276px;
}
#searchInput {
	line-height: 16px;
	width: 198px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#util ul {
	padding-top: 6px;
}
#util a {
	color: #000;
	text-decoration: underline;
}
#main {
	background-color: #000;
	min-height: 700px;
}
#mainnav {
	float: left;
	width: 76px;
	padding-top: 8px;
}
#content {
	float: left;
	width: 870px;
	padding: 0 0 0 14px;
	line-height: 18px;
}
#mainnav ul li a {
	line-height: 18px;
	font-weight: bold; 
	color: #FFF;
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 4px 0 13px 0;
	text-decoration: none;
}
#subnav  {
	margin-top: 340px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 13px;
}

#subnav li a {
	line-height: normal !important;
	font-weight: normal !important;
	color: #FFF;
	text-align: right;
	display: block;
	border-bottom: none !important;
	text-decoration: none;
	padding:  4px 0   !important;
}


#homearticle {
	padding: 12px 0 0 14px;
	width: 555px;
}
.home #main {
	background-image: url(../img/Zurich_by_Night.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bands  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.bands .colset {
	background-image: url(../img/bg_bands.png);
	background-repeat: repeat-y;
}
.bands .colset .col1 {
	float: left;
	width: 254px;
	padding-right: 14px;
} 
.bands .colset .col2 {
	float: left;
	width: 301px;
	padding: 12px 21px 0 0;
}
.bands .colset .col3 {
	float: left;
	width: 280px;
	padding: 12px 0 0 0;
}
h2.soundtrack {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 32px;
	margin-bottom: 17px;
}
.flashplayer {
	position: relative;
	top: 4px;
	float: left;
	height: 30px;
	width: 30px;
	padding-right: 12px;
}
.songtitle {
	font-size: 24px;
	line-height: normal;
}
h1.bandname {
	margin-bottom: 0px;
}
dl {
	margin-top: 0px;
	margin-bottom: 9px;
}
dt {
	float: left;
	width: 85px;
}
dd {
	padding-left: 85px;
	margin-left: 0;
}

.contentline {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

h2.discografie {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 2px;
	padding-top: 38px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
.medium {
	float: right;
	padding-right: 15px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
#mainheader h2 {
	margin: 0px;
}

.years  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.years .colset {
	background-image: url(../img/bg_bands.png);
	background-repeat: repeat-y;
}
.years .colset .col1 {
	float: left;
	width: 254px;
	padding: 12px 14px 0 0 ;
} 
.years .colset .col2 {
	float: left;
	width: 301px;
	padding: 12px 21px 0 0;
}
.years .colset .col3 {
	float: left;
	width: 280px;
	padding: 12px 0 0 0;
} 

.lists  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.audiotrack {
	padding-right: 14px;
}

.years .audiotrack {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 17px;
}
.audiotrack .audioinfo {
	padding-left: 42px;
	margin-bottom: 18px;
}
.years .audiotime {
	width: 45px;
	float: left;
}
.years .audiobandname {
	padding-left: 45px;
	display: block;
}
.years .songtitle {

	display: block;
}.bands .albuminfo {
	display: block;
}
.years .col1 h1 {
	text-align: right;
	height: 40px;
	padding-right: 14px;
	margin-bottom: 11px;
}
#list {
	padding: 12px 0px 14px 14px;
}
.lists  table  {
	width: 100%;
	border-collapse: collapse;
	border: none;	
}
.lists  table a {
	text-decoration: none;
}
.lists  th {
	text-align: left;
	font-weight: normal;
	padding: 0 0 3px 0;
}
.lists  td {
	vertical-align: bottom;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0 14px 3px 0;
	
	
}

.lists  td.large {
	height: 35px;
	font-size: 24px;
	line-height: 32px;
	padding: 0 14px 0 0 ;
	
}

.contentImage  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.contentImage .colset {
	margin-bottom: 18px;
}
.contentImage .colset .col1 {
	float: left;
	width: 555px;
	padding: 12px 21px 0 14px ;
} 
.contentImage .colset .col2 {
	float: left;
	width: 252px;
	padding: 0 0 0 0;
}

.contentFull  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.contentText #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

.contentText article {
	width: 555px;
	padding: 12px 21px 0 14px ;
} 


.contentFull  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}




.contentFull article {
	padding: 12px 28px 0 14px ;
} 
table {
	border-collapse: collapse;
	border: none;	
	
}

.contentFull td {
	height: 36px;
	padding: 0 28px 0 0;
}


.search  #main {
	background-image: url(../img/bg1.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.search .colset {
	margin-bottom: 18px;
}
.search .colset .col1 {
	float: left;
	width: 160px;
	padding: 12px 14px 0 14px ;
} 
.search .colset .col2 {
	float: left;
	width: 654px;
	padding: 12px 0 0 0;
}
.search .col1 h2 {
	padding-left: 28px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.search .col2 h2 {
	margin-bottom: 0px;
}
.socialicons li {
	background-image: none !important;
	padding-left: 0px !important;
	display: inline !important;
	padding-right: 14px;
}
.youtube {
	position: relative;
}
.youtube >a> img {
	display: block;
	padding-bottom: 6px;
}
.yplay {
	position: absolute;
	z-index: 100;
	height: 23px;
	width: 30px;
	left: 45px;
	top: 33px;
}

.divboxtitle {
        float: left;
}

.divboxlink {
        float: right;
        margin-top: 5px;
}

.divboxerror {
        padding-bottom: 6px;
}

#bandslideshow {
  width: 254px;
  height: 188px;
}
.addthis_button_compact span {
	background:url(../img/share.png) !important;
	height: 24px !important;
	width: 24px !important;
}
ul.socialicons li {
	margin-left: 2px;
}
#footer {
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
}
