/* css für kuba music website */

/* allgemeine styles*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #6E2704;
	text-decoration: none; 
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #6E2704;
	text-decoration: none; 
	border-bottom: 1px dotted ;
}


body 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#333333
}

/* menüleiste */
.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.3em;
	padding-bottom: 20px;
	color: #999999;
}

.menue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	text-decoration: none; 
	letter-spacing: 0.3em
}

.menue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	line-height: 24px;
	color: #ffffff;
	text-decoration: none; 
	border-bottom: 1px dotted ;
	letter-spacing: 0.3em	
}


/* main content bereich */
/* main content tabelle */
.maincontent {
	height:520px;
	text-align:left;
	border:0;
	background-color: #ffffff;
	vertical-align: top;
}
/* main content text */
.meinheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color:#333333
}

.meincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color:#333333;
	text-align:justify;
}

.meinsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#333333;
	font-weight: bold;
}


/* copyright und impressum unten */
.impress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#E6EED3;
}
.impress a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #E98E22;
	text-decoration: none; 
}
.impress a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #E98E22;
	text-decoration: none; 
	border-bottom: 1px dotted ;
}
