/**
 * Stylecheet von musikfreunde-do-wickede.de
 *
 * Autor: Lars Schäfer
 * Erstellt am: 24.09.2004
 *
 * Copyright 2004 Lars Schäfer.
 */
 

/* MainBereich */

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



a:link,
a:hover,
a:visited {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 			#C52515;
	font-size:		12px;
	text-decoration:  	none;
}

a:hover {
	text-decoration:  	underline;
}

h1 {
	color:			#CC6666;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:		30px;
	text-decoration:  	bold;
	
	margin-top:		0px;
}


h2 {
	color:			#B2B2B2;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:		13px;
	text-decoration:  	bold;
	
}

/* Navigation */

table.nav {
    	width:			150px;
    	height:			300px;
    	padding:		0px;
}
tr.nav {

}
td.nav {
	width:		150px;
	background:	#F1F1F1;
	padding-left:	6px;
}
a.nav,
a.nav:link,
a.nav:hover,
a.nav:active,
a.nav:focus {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#CC9933;
	font-size:		12px;
	text-decoration:  	none;
	padding-left:		8px;
}

a.nav:hover {
	font-weight:		bold;
	text-decoration:  	underline;
	color:			#CC3366;
}

a.nav:active,
a.nav:focus {
	color:	#CC3366;
}

font.aktiv{
	color:			#CC3366;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	text-decoration:  	none;
	padding-left:		8px;
}

h1.nav {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#CC6666;
	font-size:		13px;
	text-decoration:  	underline;
}

li.nav, ul.nav {

}

/********
 *
 * ENDE Navigation
 *
 ********/