/*FARBSCHEMA
rot: #dc006b
text grau: #666666
mittelgrau: #d9dadb
hellgrau: #ececed
*/


/*Schriften*/

h1 {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	margin-top:0px;
}

h2 {
	color: #dc006b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom:10px;
	margin-top:5px;
}

h3 {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	margin:0px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	margin-bottom:-12px;
}

p {
	font-size: 13px;
	line-height: 140%;
}

.small {
	font-size: 11px;
	font-style:italic;
}

.kommentar {
	width: 518px;
	font-style:italic;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/* Tabellen */
.tb_konzerte {
	font-size:11px;
	line-height:100%;
	border-bottom:1px solid #e4d5c9;
	
}

.td_listentitel {
	color:#6e2011;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:10px;
}

.td_konzerte {
	vertical-align:top;
	height:30px;
	padding-top:5px;
}

/*Links*/
a:link, a:visited, a:hover, a:active { 
	color: #666666; 
	text-decoration: none;
	}
	
a:hover, a:active { 
	color: #666666; 
	text-decoration: underline;
	}

a:link.more, a:visited.more, a:hover.more, a:active.more{ 
/*	background:transparent url(../pics/icon-link-more.gif) no-repeat bottom right;*/
	color: #666666; 
	text-decoration: none;
	padding-right:00px;
	}
	
a:hover.more, a:active.more { 
	color: #666666; 
	text-decoration: underline;
	}


/* Link Download Dateien*/
a:link.download, a:visited.download, a:hover.download, a:active.download {
	background: transparent url('../pics/icon-acrobat.gif') no-repeat center right;
	color:#666666;
	/*display:block;*/
	line-height:170%;
	margin-top:5px;
	padding:1px 25px 0 0; 
	text-decoration:none;
}

a:hover.download, a:active.download { 
	color: #666666; 
	text-decoration: underline;
	}


a:link.referenzen, a:visited.referenzen, a:hover.referenzen, a:active.referenzen {
	background-image:url(../pics/icon-referenzen.gif);
	background-position:0px -3px;
	background-repeat:no-repeat;
	padding-left:15px;
	color: #999999; 
	text-decoration: underline;
	font-weight:bold;
}

a:hover.referenzen, a:active.referenzen {
	color: #333333;
}

a:link.anker, a:visited.anker, a:hover.anker, a:active.anker {
	background-image:url(../pics/icon-ancor.gif);
	background-position:0px -3px;
	background-repeat:no-repeat;
	padding-left:15px;
	color: #CC0000; 
	text-decoration: underline;
	font-weight:bold;
}

a:hover.anker, a:active.anker {
	text-decoration: none;
}

a:link.infos, a:visited.infos, a:hover.infos, a:active.infos {
	background-image:url(../pics/icon-infos.gif);
	background-position:0px -2px;
	background-repeat:no-repeat;
	padding-left:15px;
	color: #999999; 
	text-decoration: underline;
	font-weight:bold;
}

a:hover.infos, a:active.infos {
	text-decoration: none;
}

/* Listen 
ul {
	margin-top:10px;
	margin-left:20px;
}
*/
li.normal {
	font-size: 11px;
	
}


li {
	font-size: 10px;
	
}

hr {
	border:1px solid #e4d5c9;
	color: #e4d5c9;
	display:block;	
}


/*Bilder*/
    .bildright { 
    	float: right;
    	margin-left: 15px;
		margin-bottom: 10px;
    }

.bildleft { 
    	float: left;
    	margin-right: 15px;
		margin-bottom: 10px;
    }

.bildbuch { 
    	float: left;
    	margin-right: 15px;
		margin-bottom: 10px;
		border:1px solid #CCCCCC;
    }





