/* CSS Document */

/* Gesamtdefs */
/* ******************************************* */
.myaudio {
	height:60px;
	width: 200px;
	border: 1px solid #fff;
	background: #fff;
}



img, td img {
	max-width: 100%;
	height: auto;
}

* {padding: 0; margin: 0;}
html {height:101%;}


body {
font-family:  verdana, arial,helvetica, sans-serif;
font-size: 0.8em;
color: #5b5b5b;
background-color: #f5f3f3;
}

h1 {
font-size: 120%;
color: red;
padding-bottom: 15px;
font-weight:bold;
}

h2 {
font-size: 100%;
color: red;
padding-bottom: 15px;
}

h3 {
font-size: 100%;
color: red;
}

p {
padding-bottom: 10px;
line-height: 1.17em;
}

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

a:hover {
color: red;
}




/* Seitenlayout */
/* ******************************************* */

#wrapper  {
width: 960px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
text-align:left;


}

#top {
float:left;
width: 960px;
height:100px;;
background-repeat:no-repeat;
display:inline;
}

#logo {
float:right;
margin-top: 25px;
margin-right:50px;
width: 220px;
height: 39px;
background-image:url(../bilder/KunterBaend_Logo.jpg);
background-repeat: no-repeat;
display:inline;
}

#footer {
height: 55px;
clear:both;
background-color:#FFFFFF;
padding-bottom: 20px;
border-top: red !important;
}

#impressum {

text-align: center;
padding-top: 40px;
color: red;
}

#impressum a {
text-decoration:none;
	margin-bottom: 20px;
	color: red;

}

#impressum a:hover {
text-decoration:underline;
}

/* Navigation oben*/
/* ******************************************* */

#nav {
float: left;
width: 640px;
margin-top: 25px;
padding-left: 20px;
background-repeat:repeat;
font-weight:bold;
border-bottom: 1px solid red;
display: inline;
}

#nav a {
float: left;
padding: 11px 0px 6px 30px;
text-decoration: none;
color:#5b5b5b;
display: inline;
}

#nav01 a{
width: 50px;
background-image:url(../bilder/murmel_1.gif);
background-position: left;
background-repeat:no-repeat;
}

#nav02 a{
width: 75px;
background-image:url(../bilder/murmel_2.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav02a a{
width: 100px;
background-image:url(../bilder/murmel_1.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav03 a{
width: 56px;
background-image:url(../bilder/murmel_2.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav03a a{
width: 60px;
background-image:url(../bilder/murmel_3.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav04 a{
width: 65px;
background-image:url(../bilder/murmel_4.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav05 a{
width: 110px;
background-image:url(../bilder/murmel_1.gif);
background-position:left;
background-repeat:no-repeat;
}

#nav a:hover,
#home #nav01 a,
#konzerte #nav02 a,
#cds #nav05 a,
#bestoff #nav03a a,
#presse #nav03 a,
#kontakt #nav04 a {
color: #999999;
}




#nav ul {
list-style: none;
display:inline;
}

#nav li {
list-style: none;
display:inline;
}




/* Contentbereich*/
/* ******************************************* */



#spalte_mitte {
	float: left;
	width: 750px;
	height: 100%;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	display: inline;
	text-align: center;
	padding-bottom: 30px;

}

#spalte_mitte li{
padding-bottom: 10px;
margin-left: 15px;
list-style-position:outside;
}


/* Textauszeichnungsklassen*/
/* ******************************************* */

.linie {
display:block;
width: 100%;
margin-top: 5px;
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 2px dotted red;
}

.td_linie {
border-top: 2px dotted red;
}

.rot {
color: red;
}

.grau {
color: #5b5b5b;

}

.border{
	border: 1px solid #000;
}


@media only screen and (max-width: 720px) {

#wrapper {
width:  720px !important;
}
	
#top {
width: 720px !important;
	height: 100px;
	}
#nav {
width:100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
		}
	
	#nav a {
		 padding: 11px 0 6px 22px;
	}
	
	#na
	
	#spalte_mitte {
		width: 660px;
		margin-left: 20px;
		margin-right: 20px;
	}
	#logo {
	position: absolute;
	left: 480px !important;
    
    top: -15px;
	}

	.myaudio {
	height: 40px;
	width: 160px;
}
	
	}




@media only screen and (max-width: 500px) {

#wrapper {
width:  100% !important;
	margin: 0 15px 15px 15px; 
	padding: 20px;
}
	
.myaudio {
	height:60px;
	width: 100px;
	border: 1px solid #FFF;
	background: #fff;
}	
	
#top {
width: 90% !important;
	height: 150px;
	}
#nav {
width:90% !important;
	margin-top: 60px !important;
		}
	
	
	
	#spalte_mitte {
		width: 90% !important;
		margin-left: 0;
		margin-right: 0;
	}
	#logo {
		left: 30px !important;
		margin: 0 !important;
		top: 20px;
    
	}
	
		.myaudio {
	height: 40px;
	width: 160px;
}
	
	}
