* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000;
        line-height: 150%;
        background-color: #ccc;
}
img {
	border: 1px solid #000;
}
p,main {
	margin-top: 12px;
	padding-bottom: 10px;
        text-align: center;
}
ul, ol {
	padding-left: 15px;
	margin-left: 15px;
}
ol li {
        font-style: italic;
}
ul {
	list-style-type: circle;
	padding-top: 15px;
}
h1,h2,h3,h4 {
	text-align: center;
	padding-top: 15px;
}
h1 {
	letter-spacing: 10px;
 	font: bold 32px 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif; 
}
h2 {
	font: bold 16px 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif;
        color: #573c3e; 
}
h4 {
	font: bold 14px 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif; 
        padding-bottom: 15px;
}
a {	
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover	{
	text-decoration: underline;
	color: #fff;
}
.trenner {
        margin-top: 22px;
        border-top: 2px solid #351008;
}
.clear {
	clear: both;
}
.picright {
        float: right;
        padding-left: 15px;
        padding-top: 15px;
}
#inhalt, #impressum, #konzerte, #dispo {
	margin-left : auto; 
	margin-right : auto;
}
#inhalt {
        text-align: center;
}
#inhalt h1 {
	letter-spacing: 10px;
 	font: bold 46px 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif; 
}
#inhalt h2 {
	font: 15px 'Lucida Sans Unicode', verdana, helvetica, arial, sans-serif; 
        color: #573c3e;
        padding-top: 40px;
}
#konzerte, #dispo, #impressum {
        width: 800px;
        clear: left;
}
#dispo p, #impressum p {
        text-align: justify;
        margin-top: 15px;
}
#konzerte p {
        text-align: justify;
        margin-top: 30px;
}
#bildstartseite {
	padding-top: 80px;
	text-align: center;
}
#navstartseite {
	padding-top: 80px;
}
#navtop {
        width: 950px;	
        margin-bottom: 70px;
        margin-left: auto; 
	margin-right: auto;
        text-align: center;
}
#navtop ul {
	list-style-type: none;
        text-align: center;
}
#navtop li {
	list-style: none; 
	float: left;
  	font-size: 14px;  
}
#navtop a {
	display: block; 
	padding: 0 15px;
  	text-decoration: none; 
	color: #000;
}
#navtop a:hover	{
	text-decoration: underline;
	color: #fff;
}
.nav {
	padding: 0 14px;
}
.nav2 {
	padding: 0 15px;
}
span.displaynone { 
	display:none; 
}

