/* 

    gruen   #90bb36 
    grau    #414141
    lila    #573594

*/

@import url(klangbrett-textstyles.css);
@import url(footer.css);
@import url(blog.css);


body {
    margin: 0px;
    text-align: center;
    background-color: #f5f5f5;
}

#center {
    background: url(img_kb/klangbrett_menu_hg.gif) no-repeat 0 150px;
    text-align: left;
    margin: 0 auto 0 auto;
    width: 900px;
    background-color: white;
    padding-bottom: 40px;
}

img {
    border: 0px;
}

.content-left {
    
    height: 600px;
    width: 200px;
    float: left;
}

.content-center {
    width: 680px;
    float: left;
    margin-left: 20px;
}

.center-left {
    width: 450px;
    float: left;
}

.center-right {
    float: left;
    width: 200px;
    margin-left: 20px;
}



#mainmenu {
    padding: 20px 20px 0 20px;
    line-height: 200%;
    list-style-type: none;
}

#mainmenu a {
    color: white;
    text-decoration: none;
    background: none;
    padding-left: 0;
    border-bottom: none;
}

#mainmenu .layer_1 {
    border-top: 1px solid white;
    padding-left:  15px;
    background: url(img_sjr/sjr_menu_link.png) no-repeat 3px 10px;
}

#mainmenu .layer_1.first {
    border-top: none;
}

#mainmenu .layer_2 {
    padding-left: 25px;
    background: url(img_sjr/sjr_menu_link_2.png) no-repeat 13px 10px;
}

#mainmenu .selected {
    font-weight: bold;
}

input, textarea {
    width: 300px;
    border: 1px solid #90bb36;
    background-color: #414141;
    color: white;
    font-size: 90%;
    margin:0 2px 5px 0;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
}

input.button {
    width: 149px;
    text-align: center;
    background-color: #90bb36;
    font-family: georgia, times, serif;
}

fieldset {
    margin: 2em 0 2em 0;
    border: 1px solid #90bb36;
   	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

legend {
    font-family: georgia, times, serif;
    font-size: 130%;
}

#musikwunsch {
    margin-bottom: 20px;
}

#musikwunsch h1 {
    margin-bottom: 0;
}

#musikwunsch label {
    display: block;
}

#musikwunsch input {
    width: 198px;

}

#musikwunsch input.button {
    width: 140px;
    float: right;

}

.playlist {
    border-bottom: 1px dotted #573594;
    padding-bottom: 1em;
    padding-left: 20px;
}

.center-right .playlist {
    border: none;
}

.playlist .titel {
    font-weight: bold;
}

.playlist .band {
    font-style:italic;
}

.gb_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.gb_list li {
    border-bottom: 1px solid #573594;
}

.gb_list p.header {
    font-size: 80%;
    
}

.gb_list li .name {
    font-weight: bold;
    font-family: georgia, times, serif;
    font-size: 150%;
}
.legende {
    font-size: 80%;
}

.clearer {
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}