* {
	text-transform: lowercase;
	outline: none;
}

html {
	overflow-y: scroll;
}

body
{
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;
	border: none;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 16px;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
}

textarea
{
	font-family: 'Trebuchet Ms', sans-serif;
	height: 300px;
	width: 400px;
}

a
{
	color: #f60;
	text-decoration: underline;
}

a:visited {
	color: #f60;
}

a:hover {
	text-decoration: underline;
}

.active {
	color: #f60 !important;
}

a img
{
	border:none;
}

address {
   font-style: normal;
}

form
{
	margin-bottom: 1em;
}

fieldset
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	border: none;
}

fieldset, legend {

	color: black !important;
}

fieldset legend {
	max-width: 650px !important;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
}

fieldset legend span 
{
	font-weight: normal;
}

fieldset dl {
	margin-top: 0.2em;
}

input, textarea
{
	text-transform: none;
	border: 1px solid black;
	padding: 2px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
}

input[type=checkbox] 
{
	border: none;
}

input, select
{
	/*margin:0 0 5px;*/
	margin: 0;
}

input.textfield,input.filefield
{
	width: 300px;
}

input[type=submit],
input[type=button]
{
	padding-left: 12px;
	padding-right: 12px;
}

input.button
{
	margin: 10px;
}

input.save
{
	margin-left: 150px;
}

/* Kontaktformular */
#mailform input[type=text],
#mailform textarea
{
	border:1px solid #000;
	width:400px;
	padding:0.25em;
}

* input.csc-mailform-submit
{
	width:auto !important;
	margin:1em 0 0 150px;
}

label
{
	float:left;
	display:inline-block;
	width:150px;
}

h1 {
	font-size: 16px;
}

h2
{
	color:#f60;
	font-size:1.2em;
	letter-spacing:0.2em;
	margin:0 0 0.5em;
	padding:0;
}

h3
{
	color: #000;
	font-size: 1em;
	letter-spacing: 0.2em;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

dl
{
	float:left;
	width:100%;
}

dt
{
	width:200px;
	padding-bottom:5px;
	display:block;
	float:left;
	clear:left;
}

dd
{
	width:460px;
	float:left;
	padding-bottom:5px;
	margin:0;
}

p
{
	margin-top:0;
}


ul {

}

ul li  {

}

/* DIV Layout
 - Schwarzer Balken oben */
div#blackbar
{
	height:75px;
	width:100%;
	background:#000;
	position:absolute;
	z-index:0;
	display:none;
}

/* css style centering */
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* - Header mit Logos */
#header
{
	height:49px;
	width:100%;
	padding:13px 0;
}

#headerlink_container
{
	top:0;
	width:960px;
	left:50%;
	margin-left:-480px;
	position:absolute;
	z-index:1000;
}

#headerlink
{
	height:75px;
	width:960px;
	position:static;
	display:block;
	line-height:75px;
	background-image:url('../img/clear.gif');
}

#logo-left
{
	width:157px;
	float:left;
}

#logo-right
{
	float:right;
}

/* - Suchfeld */
div#search
{
	margin-top: 5px;
	position: absolute;
	z-index: 100;
}

/* - Horizontales Menü */
div#navigation_container
{
	background-color:#efefff;
	z-index:1;
}

/* - Seitenleiste */
div#sidebar
{
	min-height:250px;
	width:220px;
	padding-right: 40px;
	float:left;
	font-size:12px;
}

div#content
{
    min-height: 300px;
	width: 700px;
	padding-bottom: 3em;
	float: left;
}

/* Textbreite begrenzen auf 630px */
div#content p {
	max-width: 630px;
}

div#content a
{
	color:#f60;
}

/* - Copyright, Disclaimer */
div#footer
{
	width:100%;
	margin-top:2em;
	margin-bottom:50px;
    padding-top:2px;
	position:relative;
	border-top:1px solid;
	font-size:12px;
	color:#a0a0a0;
	text-align:center;
}

div#footer a
{
	color:#a0a0a0;
}

/* Ende DIV Layout
 - Seitenleiste: Menü */

div#sidebar a:hover
{
	color:#f60;
}

div#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}

div#sidebar ul li
{
	padding: 0.25em 0;
}

div#sidebar a
{
	font-weight:bold;
	color:#000;
}

div#sidebar ul li.active a
{
	color:#f60;
}

/* -- Secondlevel */

div#sidebar ul li ul
{
	padding-left:1em;
}

div#sidebar ul li ul li
{
	padding:0.5em 0 0;
}

div#sidebar ul li.active ul li a
{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

div#sidebar ul li.active ul li a:hover
{
	color:#f60;
}

div#sidebar ul li ul li.active a
{
	color:#f60;
}

/* -- Nur Kurstitel unterstrichen */

div#sidebar ul ul li a span
{
	text-decoration:underline;
}

/* - Ende Sidebar Menü */

div#sidebar p
{
	padding-top:0;
	margin-top:0;
}

/* Ende Sidebar
 *

/*
 Lehrerliste und Details
*/

.nofloat
{
	float:none;
}



.teacherlist dt
{
	width:210px;
}

.teacherlist dd
{
	margin-left:240px;
}

/* Kursseite */

table.course-details {
	padding: 0;
	margin: 0;
    clear: both;
}
table.course-details td {
	padding-bottom: 7px;
}

table.course-details td.label {
    vertical-align:top;
	width:150px;
}

table.course-details td.detail p {
    margin-bottom: 0;
}


/* - Kursliste in Lehrerdetail */

table.teacher-profile {
	width: 650px;
	margin-bottom: 2em;
}

table.teacher-profile td.image {
	vertical-align: top;
}

table.teacher-profile td.top,
table.teacher-profile td.bottom {
	width: 100%;
}

table.teacher-profile td.top {
	vertical-align: top;
}

table.teacher-profile td.top h2 {
	top: -5px;
	position: relative;
	vertical-align: top;
}

table.teacher-profile td.bottom {
	vertical-align: bottom;
}

img.teacher-picture {
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	margin-right: 1em;
}

ul.teacher-courselist
{
	bottom: 0;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	font-size: 12px;
}


div.teacher-biography
{
	clear:both;
	margin-bottom: 2.5em;
}
/* Website & E-Mail */

div.teacher-details
{
	margin-bottom:2em;
}

/* - Discography in Lehrerdetail */

div.discography
{
	margin-top:2em;
}

div.discography-album {
	margin-bottom:1.8em;
	/*float:left;*/
}

div.discography-cover {
	width: 170px;
    margin-top: 2px;
    margin-bottom: 4px;
	float:left;
	border: 1px solid #e5e5e5;
}

table.discography-details
{
	margin-left:195px;
	width:500px;
}

table.discography-details p.bodytext {
    width:auto;
    margin: 0;
}

table.discography-details td.label
{
	vertical-align:top;
	width:90px;
}

table.discography-details td.description {
    /*padding-top: 0.5em;*/
}

.audiofiles {

}

.discography-audiofiles {
    padding-top: 0.5em;
}


/* Ende Discography */

div.two-column
{
	margin-bottom: 20px;
	padding-left: 160px;
	position: relative;
}

div.two-column .csc-header
{
	left: 0;
	position: absolute;
	margin:0;
}

div.two-column .csc-header *
{
	font-size:16px !important;
	font-weight:normal !important;
	letter-spacing:1px !important;
	display:inline;
}

/*************************
**** DROP DOWN MENU ****
*************************/
div#topnavi
{
	height:65px;
	width:100%;
	margin-top:4px;
	font-size:12px;
	color:gray;
	padding:0;
}

#topmenu
{
	height: 25px;
	width: 980px;
	margin-left: 0px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
}

/* remove all the bullets, borders and padding from the default list styling */
#topmenu ul
{
	left: 191px;
	list-style-type:none;
	position: absolute;
	margin:0 0 0 0px;
	padding: 0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topmenu li
{
	float:left;
	margin:0;
	padding:0;
}

#topmenu ul li
{
	background:#FFF;
	color:#f60;
	position: relative;
	display:block;
	z-index:100;
	margin:0 0 0 69px;
}

/*
#topmenu > ul > li:last-child {
	padding-right: 0;
}

 style the links for the top level */
#topmenu a,
#topmenu a:visited
{
	height:30px;
	line-height:29px;
	margin:0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topmenu ul li ul
{
	float: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	height: 0;
	position: absolute;
	left: -5px;
	top: 29px;
	visibility: hidden;
}

#topmenu ul ul li
{
	white-space:nowrap;
	width:100%;
	z-index:100;
	opacity:0.9;
	margin:0;
	padding:0;
}

/* a hack so that IE5.5 faulty box model is corrected
 style the second level background */
#topmenu ul ul a.drop,
#topmenu ul ul a.drop:visited
{
	background:#FFF;
}

/* style the second level hover */
#topmenu ul ul a.drop:hover
{
	background:#FFF;
}

#topmenu ul ul :hover > a.drop
{
	background:#FFF;
}

/* style the third level background */
#topmenu ul ul ul a,
#topmenu ul ul ul a:visited
{
	background:#FFF;
}

/* style the third level hover */
#topmenu ul ul ul a:hover
{
	background:#FFF;
}

#topmenu ul ul ul :hover > a
{
	background:#FFF;
}

/* another hack for IE5.5 */
* html #topmenu ul ul
{
	top:29px;
	t\op:30px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#topmenu table
{
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
#topmenu ul ul a,
#topmenu ul ul a:visited
{
	color:#000;
	display:block;
	height:auto;
	line-height:1em;
	width:100%;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	padding:5px;
}

/* yet another hack for IE5.5
 style the top level hover */
#topmenu ul li a:hover,
#topmenu ul li ul a:hover
{
	color:#f60;
}

#topmenu :hover > a,
#topmenu ul ul a:hover > a
{
	color:#f60;
}

/* make the second level visible when hover on first level list OR link */
#topmenu ul li:hover ul,
#topmenu ul a:hover ul
{
	visibility:visible;
}

#topmenu ul li.menu-firstlevel-5 ul {
    display: none;
}

/********************************
****** END DROP DOWN MENU *****
*******************************/


/* Bodytext */

p.bodytext {

}


/*
 * Indexed search
 */
ul.browsebox
{
	padding:0;
}

.tx-indexedsearch-redMarkup
{
	color:#2C2C2C !important;
}

.tx-indexedsearch-descr
{
	font-style:normal !important;
}

.tx-indexedsearch-noresults
{
	font-weight:normal !important;
	text-align:left !important;
}

.tx-indexedsearch-searchbox input
{
	margin-right:20px;
}

/* Table setting for Info Musikwerkstatt */
table.info td
{
	padding-bottom:10px;
}


/* - Home Style */
div.Home
{
	width:100%;
	position:relative;
}

div.Home div.Content
{
	width:480px;
	padding-top:0;
	float:left;
}

div.Home div.Content .csc-textpic *
{
	margin:0;
	padding:0;
}

div.Home div.Content .csc-textpic-imagewrap
{
	margin-bottom: 14px !important;
}

div.Home div.Content .csc-header {
	margin-top: -1px;
	position: relative;
}

div.Home div.Content .csc-header a {
	text-decoration: none;
}

div.Home div.Content .csc-header h2 {
	padding: 0;
	margin: 0;
}

div.Home div.Content .csc-header-n3 h2 {
	letter-spacing: 0.15em;
}

div.Home div.NewsBar
{
	width: 190px;
	float: right;
}

div.Home div.NewsBar p.Title
{
	font-size:12px;
	border-bottom:1px solid #2c2c2c;
	margin:0;
	padding:0;
}

div.Home div.NewsBar h1
{
	font-size:10px !important;
	font-weight:normal;
	margin:5px 0 0;
	padding:0;
}

div.Home div.NewsBar p.bodytext
{
	font-size:12px;
	margin:0;
	padding:0;
}

div.Home div.NewsBar a
{
	text-decoration:underline;
}

div.Home h2 {
	font-size: 1.1em;
	margin-bottom: 3px !important;
}

div.csc-textpic-banner
{
	margin-bottom:18px;
}

div.csc-textpic-banner dl.csc-textpic-image,div.csc-textpic-banner dl.csc-textpic-image dt
{
	margin:0 !important;
	padding:0 !important;
}



/* Registration */



fieldset#fieldset-submitgroup {
	margin-top:1em;
}
fieldset#fieldset-submitgroup input {
	margin-top: 15px;
	position: relative;
}


fieldset#fieldset-anmeldung dd,
fieldset#fieldset-rechnungsadresse dd {
	width:250px;
}

fieldset#fieldset-anmeldung input,
fieldset#fieldset-rechnungsadresse input
{
	width:250px;
}

fieldset#fieldset-agbcheck_group dl {
	padding: 0;
	margin: 0;
	position: relative;
}

fieldset#fieldset-agbcheck_group dl ul.errors {
	top: 40px;
	left: 45px;
	width: 350px;
	position: absolute;
}

fieldset#fieldset-agbcheck_group dl dt#agbcheck-label {
	left: 45px;
	width: 360px;
	padding: 0;
	margin: 0;
	position: relative;
}

fieldset#fieldset-agbcheck_group dl dd#agbcheck-element {
	left: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	position: absolute;
}

fieldset#fieldset-agbcheck_group dl input {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
	float: left;
	border: 0;
}

fieldset#fieldset-agbcheck_group dl label {
	width: 500px;
	float: none;
}

/*
fieldset#fieldset-agbtext_group dt {
	display: none;
}

fieldset#fieldset-agbtext_group textarea {
	height: 150px;
	width: 456px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	border: 0;
}*/

dt#note_agbtext-label,
dt#note_email-label {
	width:auto;
}
dt#note_agbtext-label label {
	width:auto;
	font-size:13px;
}
dt#note_email-label label {
	padding-top:1em;
	width:auto;
}
dd#note_agbtext-element,
dd#note_email-element {
	display: none;
}

fieldset#fieldset-agb				legend,
fieldset#fieldset-anmeldung			legend,
fieldset#fieldset-rechnungsadresse	legend
{
	min-height: 1.5em;
}


fieldset.fieldset-anmeldung-summary input {
	float: left;
	margin-right: 20px;
}

dt#note_pflichtfeld-label {
	top: -14px;
	position: relative;
}




/* Zend_Form errors */
ul.errors {
	width: 100%;
	padding: 2px 0px 0px 0px;
	margin: 0;
	list-style: none;
	color: red;
	font-size: 13px;
}

ul.errors li {
	padding: 0;
	margin: 0;
}



.tx-musikwerkstatt-pi2 div.TeacherNavigation {
	font-size: 12px;
}

.tx-musikwerkstatt-pi2 div.TeacherNavigation a {
	color: black;
	text-decoration: none;
}

.tx-musikwerkstatt-pi2 div.TeacherNavigation a:hover span.Subtitle {
	color: #f60 !important;
}

.tx-musikwerkstatt-pi2 div.TeacherNavigation a span.Title {
	text-decoration: underline;
}

.tx-musikwerkstatt-pi2 div.TeacherNavigation a span.Subtitle {
	color: black;
	text-decoration: none !important;
}



.tx-musikwerkstatt-pi2 div.TeacherNavigation p {
	padding: 0;
	margin-bottom: 6px;
}

.tx-musikwerkstatt-pi2 .textarea {
    width: 300px;
	margin-bottom: 5px;
}

.tx-musikwerkstatt-pi2 div.editorWrap {
    margin-left: 150px;
    margin-top: -1em;
    margin-bottom: 1em;
}

.tx-musikwerkstatt-pi2 form.discography-album {
	margin-bottom: 40px;
}

.tx-musikwerkstatt-pi2 dl {
	margin-top: 0;
}



/*
.tx-musikwerkstatt-pi2 div.editorWrap {
    width: 202px !important;
}

.tx-musikwerkstatt-pi2 div.htmlarea {
    width: 200px !important;
}
*/

.tx-musikwerkstatt-pi2 img.teacher-picture {

}

.tx-musikwerkstatt-pi2 p.bodytext {

}

.tx-musikwerkstatt-pi2 .disclaimer {
    margin-top: 2em;
    clear: both;
}

.tx-musikwerkstatt-pi2 .disclaimer p {
    font-size: 12px;
}



/* login */
.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password]
{
	width: 150px;
}


/* Ueber die Musikkwerkstatt */

#uid-50 .csc-textpic-text {
	width: 460px;
}

table.audioplayer {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.audioplayer td {
	padding: 3px 1em 0 0;
}

fieldset dd label {
	width: auto;
	display: inline;
	float: none;
	padding-right: 0.5em;
}

input.form-radio {
	width: auto !important;
}