/* 
 * Reset css (modified Eric Meyer) 
 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100.01%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat:no-repeat;
}
/* remember to define focus styles! */
:focus {
/*	outline: 1px dotted #0096e0;*/
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*
 * Basic styles
 */

strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
underline {
	text-decoration: underline;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #efe6d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
} 
p {
	line-height: 1.3em;
	margin-bottom:0.5em;
}
#wrapper {
	margin-top: 192px;
	margin-left: 55px;
	width: 930px;
}
#logo a {
	float: left;
	position: absolute;
	top: 12px;
	left: 160px;
	display:block;
	width: 181px;
	height: 108px;
}
a {
	text-decoration: none;
	color: #ac1308;
	font-weight: bolder;
}
a:hover {
	color: #484848;
}
h1 {
	font-size: 13px;
	font-weight: bolder;
	margin-top: 20px;
}
h2 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
}

/*
 * Menü
 */

#menu-right {
	float: right;
	width: 350px;
}
#menu-right ul {
	float: right;
	list-style: none;
}
#menu {
	width: 930px;
	border-bottom: 1px solid #484848;
}
#menu h6 a{
	font-size: 17px;
	color: #e5dcc8;
	font-weight: bolder;
	text-decoration: none;
}
#menu h6 a:hover {
	color: #ac1308;
}
#menu h6 a.current {
	color: #ac1308;
}
#menu ul li {
	float: left;
}

.live {
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 3px;
}

.start {
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 3px;
}
.wettbewerbs-infos {
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
}
.teilnehmer {
	padding-left: 29px;
	padding-top: 2px;
	margin-bottom: 3px;
}
.news {
	padding-left: 39px;
	padding-top: 2px;
	margin-bottom: 3px;
}
.votes {
	padding-left: 68px;
	padding-top: 2px;
	margin-bottom: 3px;
}
.login {
	padding-top: 2px;
	margin-bottom: 3px;
	margin-left: 20px;
}
.registrierung {
	padding-top: 2px;
	margin-bottom: 3px;
	margin-right: 20px;
}
#menu .bewerberprofil h6 a, #menu .registrierung h6 a, #menu .login h6 a {
	color:#ac1308;
}
#menu .bewerberprofil h6 a:hover, #menu .registrierung h6 a:hover, #menu .login h6 a:hover {
	color:#484848;
}
.bewerberprofil {
	padding-top: 2px;
	margin-bottom: 3px;
}
.bewerberprofilsite {
	background-color: #fffbf3;
	padding-left: 250px;
	
}
.bewerberprofilsite .closeX {
	display:none;
}

.twitter {
    float:left;
    width:250px;
    margin-right:20px;
    margin-bottom:20px;
}
.video {
    float:left;
    width:340px;
    margin-left:20px;
    margin-bottom:20px;
}
/*
 * Sub-Menü
 */

.sub-menu {
	width: 300px;
	float: left;
}
.sub-menu ul {
	float: left;	
}
.sub-menu ul li {
	text-align: right;
}
.sub-menu ul li a {
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	background-color: #c8c0b1;
	margin-bottom: 2px;
	width: 160px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}
.sub-menu ul li a:hover, .sub-menu ul li a.current {
	background-color: #ac1308;
	color: #fff;
}

/*
 * Content
 */

#content {
	width: 930px;
	background-color: #fffbf3;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #484848;
	min-height: 400px;
}
#content h1 {
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 10px;
}

/*
 * Right
 */

.right {
	float: left;
	width: 610px;
	padding-right: 20px;
	line-height: 1.3em;
}
.ablauf {
	float: right;
}
#Form_BandRegisterForm {
	width:204px;
	float: left;
}

/*
 * Content-Home
 */

#content-home {
	width: 930px;
	background-color: #fffbf3;
	padding-top: 20px;
	color: #484848;
	min-height: 190px;
}
#content-home #home-left {
	width: 332px;
	padding-left: 20px;
	line-height: 1.3em;
	float: left;
	padding-right: 20px;
}
#content-home #home-left h2 {
	font-weight: bolder;
	font-size: 30px;
	margin-bottom: 10px;
}

/*
 * Photos Startseite
 */

#photo1 {
	float: left;
	margin-right: 5px;
}
#photo1 a {
	background-image: url(../images/photo1.jpg);
	width: 232px;
	height: 172px;
	display: block;
}
#photo1 a:hover {
	background-image: url(../images/photo1_roll.jpg);
}
#photo2 {
	float: left;
	margin-right: 5px;
}
#photo2 a {
	background-image: url(../images/photo2.jpg);
	width: 153px;
	height: 172px;
	display: block;
}
#photo2 a:hover {
	background-image: url(../images/photo2_roll.jpg);
}
#photo3 {
	float: left;
}
#photo3 a {
	background-image: url(../images/photo3.jpg);
	width: 153px;
	height: 172px;
	display: block;
}
#photo3 a:hover {
	background-image: url(../images/photo3_roll.jpg);
}

/*
 * Footer
 */

#footer {
	width: 930px;
	border-top: 1px solid #484848;
	padding-top: 5px;
	margin-top: 40px;
}
#footer ul li {
	float: right;
}
#footer ul li a {
	text-decoration: none;
	color: #484848;
}
#footer ul li a:hover {
	color: #ac1308;
}

/*
 * Formular
 */

fieldset {
	margin-top: 10px;
	width: 400px;
}

label.left {
	width: 170px;
	float: left;
	font-weight: bolder;
}
input {
	float: left;
	margin-bottom: 5px;
	width: 150px;
}
.Actions input {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #484848;
	border: 1px solid #484848;
	padding: 5px;
	color: #efe6d4;
	font-weight: bolder;
	margin-right: 20px;
	float: left;
}
span.required, span.validation, span.error {
	color: #AC1308;
	clear: both;
	display:block;
}

#Form_EditApplicationForm,
#Form_EditProfileForm  {
	width: 450px;
	float:left;
}

#Form_EditApplicationForm  fieldset,
#Form_EditProfileForm fieldset {
	width: 450px;
}

#Form_EditApplicationForm  fieldset label,
#Form_EditProfileForm fieldset label {
	display:block;
	float:left;
	width: 450px;

}

#Form_EditApplicationForm fieldset input,
#Form_EditProfileForm  fieldset input {
		width: 245px;
		margin-bottom: 12px;
}

#Form_EditApplicationForm  fieldset input.checkbox,
#Form_EditProfileForm  fieldset input.checkbox {
	width: 30px;
	height: 20px;
	float:left;
} 



ul#Form_EditApplicationForm_Musikstile,
ul#Form_EditProfileForm_Musikstile  {
	width: 400px;
	clear:both;
	float:left;
	margin: 5px 0 10px 0px;
}



#Form_EditApplicationForm fieldset ul#Form_EditApplicationForm_Musikstile li,
#Form_EditProfileForm fieldset ul#Form_EditProfileForm_Musikstile li {
	width: 200px;
	height: 20px;
	float:left;
	margin: 0px 5px 5px 0px;
}

#Form_EditApplicationForm fieldset ul#Form_EditApplicationForm_Musikstile li input,
#Form_EditProfileForm fieldset ul#Form_EditProfileForm_Musikstile li input {
	float:right;
    border:1px solid red;
}

#Form_EditApplicationForm fieldset ul#Form_EditApplicationForm_Musikstile label,
#Form_EditProfileForm fieldset ul#Form_EditProfileForm_Musikstile label {
	float:left;
	width: 50px;
	clear:left;
}

#Form_EditApplicationForm  fieldset select,
#Form_EditProfileForm  fieldset select {
	float:left;
	width: 250px;
	margin-bottom: 12px;
}
#Form_EditApplicationForm  fieldset h3,
#Form_EditProfileForm  fieldset h3 {
	float:left;
	margin: 15px 0px 5px 0px;
	width: 400px;
}
#Form_EditApplicationForm  fieldset p#Erklaerung,
#Form_EditApplicationForm  fieldset p#Datenschutz {
	width: 400px;
	float:left;
}

#Form_EditApplicationForm  fieldset div,
#Form_EditProfileForm fieldset div {
	width: 400px;
	margin-bottom: 10px;
}




/*
 * Sponsoren
 */

#sponsoren {
	width: 944px;
	margin-top: 52px;
	margin-bottom:52px;
	height:69px;
}
#sponsoren ul li {
	float: left;
	margin-right: 14px;
}

/*
 * Teilnehmer
 */

#content.teilnehmer-box {
	padding:0;
	background: none;
	min-height: 0px;
} 
    
.teilnehmer-box .teilnehmer-list {
    height: 203px;
	width:465px;
    float: left;
}

.teilnehmer-box .teilnehmer-list ul {
    width: 930px;
}

.teilnehmer-box .teilnehmer-view {
	position:relative;
	float:left;
    display: none;
}

.teilnehmer-holder {
	position: relative;
	width:930px;
}
.viewport {
	width: 548px;
	padding: 5px;
    background-color: #FFFBF3;
}
.teilnehmer-box .open .teilnehmer-view {
    display: block;
	width: 558px;
	position: absolute;
	right: 0;
    background-color: #FFFBF3;
}
.teilnehmer-box .open .teilnehmer-view h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.teilnehmer-box .open .teilnehmer-list {
    width: 372px;
    overflow: auto;
	position:relative;
	z-index:10;
}

.teilnehmer-view .viewport {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.teilnehmer-view .videobox {
	width: 465px;
    height: 279px;	
	overflow: hidden;	
}

.line {
	width: auto;
	border-top: 1px solid #484848;
	display: block;
	margin-bottom: 10px;
	clear: both;
}
.name_left {
	float: left;
	width: 200px;
}
#content .name_left h1 {
	font-size: 25px;
	font-weight: normal;
}
.closeX {
	float: right;
	font-size: 15px;
}
.musikstil_profil {
	margin-left: 10px;
}

.bandprofilfoto {
	width: 345px;
	float: right;
	margin-bottom: 10px;
}
.beschreibung {
	clear: both;
	padding-left: 10px;
}
.beschreibung-text {
	margin-bottom: 30px;
}

.bandsong, .besetzung_left {
	width: 190px;
	float: left;
	padding-left: 10px;
}
.bandfotos, .besetzung_right {
	width: 345px;
	float: right;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.teilnehmer-view .overlay {
	position:absolute;
	z-index: 10;
	top:0px;
	left:0px;
	width: 558px;
    height: 450px;	
	background-color: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-image: url("../images/spinner.gif");
	background-position: center;	
}
.teilnehmer-view .overlay iframe {
	width: 558px;
    height: 450px;	
	background-color: transparent;
	z-index:99;	
	border: none;
}

/* Element */

.teilnehmer-list ul li {
    border: 1px solid #484848;
    width: 91px;
    height: 91px;
    float: left;
}

.teilnehmer-list ul li a {
    width: 91px;
    height: 91px;
    float: left;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	display:block;
	z-index:5;
	background-color: #FFFBF3;
}

.teilnehmer-list ul li a span.info{
    width: 85px;
    height: 85px;
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.teilnehmer-list ul li a span.info span.name{
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
        z-index:20;
}
.teilnehmer-list ul li a:hover {
	/*border: 1px solid red;*/
	border:none;
}
.teilnehmer-list ul li a span.status{
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
        z-index:10;
}
.teilnehmer-list ul li a:hover span.info, .teilnehmer-list ul li a.open span.info{
	display:block;
	border: 3px solid #ac1308;
}
.teilnehmer-list ul li a:hover span.info span.name, .teilnehmer-list ul li a.open span.info span.name {
	background-color: #fff;
	filter:alpha(opacity=80); /* IE */
  	-moz-opacity:0.8; /* FF */
	opacity: 0.80; /* Opera */
	padding-bottom: 3px;
	padding-top: 3px;
	color: #ac1308;
	font-weight: bolder;	
}

.teilnehmer-list ul li a span.link {
	display:none;    	
}


/*
 * Profil
 */

.headname {
	width: 250px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-weight: bolder;
}

table.bewerberview h2 {
	margin: 10px 0px 20px 0px;
}

form h2 {
		padding: 20px 0px 0px 0px;
}
tr.member {
	padding-bottom: 10px;	
}
tr.member td {

	padding: 10px 0 10px 0px;
	border-bottom: 1px dotted #AC1308;
}

div.calendardate img {
	cursor:pointer;
	position:relative;
	top:105px;
	left: -40px;
}

/*
 * News
 */

.news-article {
	padding-bottom: 20px;
	border-bottom: 1px solid #484848;
	margin-bottom: 25px;
}

div.field {

	display:block;
	width: 250px;
} 
.news-home {
	padding-top: 20px;
	width: 930px;
	clear: both;
}
.news-home ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #484848;
	width: 299px;
}
.news-home h1 {
	margin-bottom: 10px;
	margin-top: 0px;
}

/*
 * Blättern
 */

.nextsite {
	width: 610px;
	margin-bottom: 35px;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.nextsite_short {
	width: 558px;
	margin-left: 10px;
	padding-bottom: 7px;
}
.nextsite_short .prev {
	float: left;
}
.nextsite_short .nextx {
	margin-left: 10px;
	float: left;
}

table.bewerberview  {
	margin-top: 20px;  
	width: 602px;
}
table.bewerberview tbody {
	float: left;  
}
table.bewerberview th {
	font-weight: bold;
	padding: 7px 15px 4px 0px;
}
table.bewerberview td {
	padding: 7px 15px 4px 0px;
    vertical-align: middle;
	width: 602px;
}

table.bewerberview td.votes {
    text-align: right;
    padding-right: 20px;
}

table.bewerberview td h1 {
    margin-top: 10px;
    
}




p.checkbox {
	clear: both;
}

#ForgotPassword {
	clear:both;
}



#Erklaerung {
	border-bottom: 1px solid #484848;
	padding-bottom: 20px;	
}

.message {
	width:345px;
	padding:10px;
	margin-top:10px;
	float:left;
	clear:left;
	background-color:#fff;
}
#content-home-tn {
	width:441px;
	padding:10px;
	margin-top:10px;
	float:left;
	background-color:#fff;
        margin-left:10px;
        
}
h2 {
    color: #AC1308;
	    
}

.bandfoto {
	width: 300px;
	float: left;
	margin-right: 5px;
}
.small-bandfoto {
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.all-bandfotos {
	overflow: hidden;
}
tr.table-line {
	margin-top: 10px;
}
tr.table-line td {
	border-top: 1px solid #484848;
	padding-top: 5px;
}
.videobox-profil {
	display: none;
	margin-top: 10px;
}
.video-einausblenden {
	background-image: url(../images/arrow-unten.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.video-einausblenden.active {
	background-image: url(../images/arrow-oben.jpg);
}


.mceEditor {
	display:block;
	clear:both;
}

div.progress-container {
  border: none; 
  width: 400px; 
  margin: 2px 5px 2px 0; 
  padding: 1px; 
  float: left;
  clear:left; 
  background: white;
}

.data {
  background-color: #ac1308; 
  height: 12px;
}	
div.progress-container div.info {
	float:right;
}
.data-1, .data-2, .data-3, .data-4, .data-5, .data-6, .data-Finalist {
	background-color: #005F27;
}

