#Content p,
#Content ul,
#Content ol {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.3em;
}

/* @group Formatierungen */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: 0.75em;
  color: #008C21;
}
/* @end */

/* @group Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F6E898;
  margin-top: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2.no-top-margin {
  margin-top: 0;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.4em;
  color: #FFF;
}
h3 {
  font-size: 1.2em;
}
h4 {
  color: #FFF;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}
h5 {
  font-size: 1em;
}
/* @end */


/* @group Verlinkungen */
#Content a {
  color: #F6E898;
}
#Content a:hover {
  color: #F6E898;
}
a.download {
  background: url(/images/icons/download.gif) no-repeat left 50%;
  padding-left: 20px;
}
a.external {
  background: url(/images/icons/external.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.zoom {
  background: url(/images/icons/zoom.gif) no-repeat right 50%;
  padding-right: 20px;
}
a.back {
  background: url(/images/arrow_back.gif) no-repeat left 50%;
  padding-left: 12px;
}
a.more {
  background: url(/images/arrow_more.gif) no-repeat right 50%;
  padding-right: 12px;
}
/* @end */


/* @group Aufzählungen */
#Content ul {
  margin-left: 0;
}
#Content ol {
  margin-left: 1.6em;
}
#Content ol li {
  margin-bottom: 1em;
}
#Content ul li {
  list-style: none;
  background: url(/images/arrow_more.gif) no-repeat left 5px;
  padding-left: 1em;
  margin-bottom: 1em;
}
#Content ol li {
  list-style-type: decimal;
}
ul li.pdf {
  list-style-image: url(/images/icons/pdf.gif);
}
ul li.jpg {
  list-style-image: url(/images/icons/jpg.gif);
}
#Content ul.picture_list {
  margin-left: 0;
}
#Content ul.picture_list li {
  margin-bottom: 1em;
  padding: 12px 0px 12px 72px;
  list-style: none;
  background: no-repeat left 50%;
}
#Content ul.contents li {
  background: none;
  padding: 0;
  margin: 0;
}
#Content ul.contents {
  margin-bottom: 2em;
}
/* @end */


/* @group Bilder */
img.left {
  margin-right: 1em;
  float: left;
}
img.right {
  margin-left: 1em;
  float: right;
}
img.border {
  border: 2px solid #030;
  border-top: 1px solid #030;
  padding: 3px 0px 0px 0px;
  margin-top: 0.25em;
  background: url(/images/img_bg.jpg);
}
/* @end */


/* @group Textabschnitte */
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
p.clear-both,
h2.clear-both {
  clear: both;
}
.clearall {
  clear: both;
}
/* @end */



/* @group Tabellen */
table {
  margin-bottom: 1em;
}
th {
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  background: #002A06;
  text-align: left;
}
td, th {
  padding: 6px 8px 8px 6px;
  vertical-align: top;
}
/* @end */


/* @group Formulare */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 0;
}
input,
textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  border: 1px solid #002C00;
  border-top-color: #002600;
  background: #002f0b;
  color: #F6E898;
  padding: 4px;
}
input:focus,
textarea:focus {
  background: #002909;
}
fieldset {
  margin-bottom: 1em;
}
legend {
  font-size: 1.25em;
  font-weight: bold;
  color: #F6E898;
  display: block;
}
#Content fieldset p {
  margin-bottom: 0.5em;
  float: left;
}
fieldset label {
  clear: left;
  width: 240px;
  margin-right: 10px;
  display: block;
  float: left;
}
fieldset input,
fieldset textarea {
  width: 280px;
  display: block;
  float: left;
}
fieldset textarea {
  height: 5em;
}
fieldset input.radio,
fieldset input.checkbox {
  width: auto;
}
input.submit {
  clear: both;
  width: auto;
  border: 1px solid #002C00;
  border-bottom-color: #002600;
}
#Content form.simple fieldset p {
  margin-bottom: 0.5em;
  float: none;
}
form.simple fieldset label {
  width: 240px;
  float: none;
}
form.simple fieldset input,
form.simple fieldset textarea {
  width: 280px;
  float: none;
}
label.postal_code {
  width: 10em;
}
input.postal_code {
  width: 5em;
}
input.instant_submit {
  float: right;
  width: auto;
}
/* @end */

/* @accordion javascript*/

.accordion_toggle {
			display: block;
			height: 30px;
			width: 580px;
			background: 		url(/images/icons/arrow_up.gif) no-repeat 5px 50%;
			padding: 0 20px 0 10px;
			line-height: 30px;
			font-weight: normal;
			text-decoration: none;
			outline: none;

			cursor: pointer;
			margin: 0 0 0 0;
						
		}
		
		
h2.accordion_toggle {
		color: #ffffff;
 		font-weight: bold;
 		font-size: 16px;
 		padding-left: 20px;
  			
}
		
 h2.accordion_toggle_active {			
                        
            border: none;           
			color: #F6E898;
			background: 		url(/images/icons/arrow_down.gif) no-repeat 5px 50%;

		}
		
		
.selected a {
	color: 				#003975;
	background: 		url(/images/icons/arrow_down.gif) no-repeat 575px 50%;
	border-bottom: 		1px solid #999;
}
		
		
		
		.accordion_content {
			background-color: #00370d;
			color: #ffffff;
			overflow: hidden;
			
		}
		 
		 .accordion_content img {
       margin: 0px auto;
       display:block;
    }
			
			.accordion_content h2 {
                                margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
			
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

/* @end */

/* @group Boxen */
div.box,
span.box,
div.block,
fieldset {
  background: #003e13;
  padding: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #002f0b;
}
div.box h1,
div.box h2,
div.box h3,
div.block h1,
div.block h2,
div.block h3 {
  margin-top: 0;
}
span.notice,
div.notice {
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  color: #F6E898;
  border: 1px solid #F6E898;
  background: #900;
}
div.block {
  font-size: 0.9em;
  background: url(/images/box_bg.jpg) no-repeat right top;
  border: none;
}
div.half_left {
  clear: both;
  float: left;
  width: 44%;
}
div.half_right {
  float: right;
  width: 44%;
}
/* @end */


/* @group Buttons */
a.button,
a.button_long {
  display: block;
  background: url(/images/buttons/inline_button.gif) no-repeat;
  width: 155px;
  height: 32px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  padding-top: 12px;
}
a.button:hover,
a.button_long:hover {
  background: url(/images/buttons/inline_button_over.gif) no-repeat;
}
a.button_long {
  background: url(/images/buttons/inline_button_long.gif) no-repeat;
  width: 175px;
  font-size: 0.9em;
}
a.button_long:hover {
  background: url(/images/buttons/inline_button_long_over.gif) no-repeat;
}
/* @end */



/* @group Band Contest */
#Content .band_contest_submissions {
  margin: 0;
  padding: 0;
}
#Content .band_contest_submissions li {
  list-style: none;
  background: #003e13;
  border: 1px solid #002f0b;
  margin: 0 1em 1em 0;
  padding: 5px;
}
#Content .band_contest_submissions li .preview {
  margin: 0 0.5em 0.5em 0;
  padding: 0;
  float: left;
}
#Content .band_contest_submissions li .artist_name {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-left: 90px;
}
#Content .band_contest_submissions li .artist_teaser,
#Content .band_contest_submissions li .artist_description,
#Content .band_contest_submissions li .comments,
#Content .band_contest_submissions li .links {
  font-size: 0.85em;
  line-height: 1.2em;
  margin-left: 90px;
}
#Content .band_contest_submissions li .stars {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 90px;
}
#Content .band_contest_submissions li .stars li {
  border: none;
}
/* @end */

/* @group Sidebar */
.festivals{
  margin-left: 18px;
}
/* end */



