/***************************************************/
/* Schweizerische Vereinigung der Musiksammlungen  */
/* CSS Style Sheet Apr 2007                        */
/***************************************************/

/***********************************************/
/* HTML tags                                   */
/***********************************************/ 

body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #333333;
	font-style: normal;
}

a:link {
	text-decoration: none;
	color:#333333;
}

a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}


ul {
	list-style-type: none;
}

/***********************************************/
/* Layout                                      */
/***********************************************/ 

.beige {
	background-color: #CCCC99;
}

.grau {
	background-color: #CCCCCC;
}

.dunkelgrau {
	background-color: #999999;
}

.weiss {
	background-color: #FFFFFF;
}

/***********************************************/
/* Content                                     */
/***********************************************/ 

#content {
	margin: 25px 0px 0px 20px;
	padding: 0px 15px 0px 0px;
}

#content a{
	text-decoration: none;
	color:#FF0000;	
}

.titel { 
	font-size : 93%;
	font-weight: bold;
}

.titelsammlung { 
	font-size : 85%;
}

.inhalt, .inhaltsliste {
	font-size: 75%;
	font-weight: normal;
	
}

.fett { 
	font-weight: bold;
}

.sprachen {  
	font-size: 65%; 
	
}

.inhaltsliste {
	list-style-type: disc; 
	
}

/***********************************************/
/* Navigation                                  */
/***********************************************/ 

#navigation {
	margin: 25px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

#navigation a{
	text-decoration: none;
	color:#000066;	
}

#navigation a:hover{
	color:#FF0000;	
}

.nav {
	font-size: 85%;
	color: #000066;
	line-height: 26px;
	border-bottom: 1px dotted #CCCC99;
}

.navaktuell {
	margin-left: -12px;
	padding-left: 12px;
	font-size: 85%;
	color: #000066;
	background-color: #FFFFFF;
	line-height: 26px;
	border-bottom: 1px dotted #CCCC99;

}

.subnav {
	font-size: 85%;
	color: #000066;
	line-height: 26px;
}



/***********************************************/
/* Aktuelles / Servicespalte / Sammlungen      */
/***********************************************/ 


.aktuelltitel { 
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	font-size : 12px;
	font-weight: bold;
	color: #CCCC99;
	background-color: #000066;
}

#aktuell { 
	margin: 15px 0px 0px 0px;
	padding: 0px 8px 0px 15px;	
}

#aktuell a{
	text-decoration: none;
	color:#000000;	
}

#aktuell a:hover{
	color:#FF0000;	
}

.aktuellinhalt {
	color: #000000;
	font-size : 65%;
	line-height: 19px;
	border-bottom: 1px dotted #CCCC99;	
}

#sammlungen { 
	margin: 15px 0px 0px 0px;
	padding: 0px 8px 0px 15px;	
}

#sammlungen a{
	text-decoration: none;
	color:#000000;	
}

#sammlungen a:hover{
	color:#FFFFFF;	
}

.sammlungen {
	color: #000000;
	font-size : 65%;
	line-height: 19px;
	border-bottom: 1px dotted #CCCC99;	
}



/***********************************************/
/* Kopfbereich                                 */
/***********************************************/ 

#kopfbereich {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 20px;
}

#kopfbereich a{
	text-decoration: none;
	color:#000000;	
}

#kopfbereich a:hover{
	color:#FF0000;
}

.kopf {
	font-size: 75%;
	color: #000000;
	line-height: 17px;

}

/***********************************************/
/* Fussbereich                                 */
/***********************************************/ 

.fusszeile {
	padding: 0px 0px 0px 20px; 
	font-size: 65%; 
	color: #333333; 
	background-color: #CCCC99;
}

