/* Style-Definitionen für musicworld.de */

/* Farben: ---------------------------------------------------------------------------------------------------------------------------- */
/* schwarz     #000000 */
/* weiss       #FFFFFF */
/* dunkelbraun #44361E */
/* hellbraun   #83714D */
/* gruen       #97B433 */
/* hellgrau    #DFDAD2 */

/* allgemeine Schriftart -------------------------------------------------------------------------------------------------------------- */
* { font-family: Verdana,Arial,Helvetica,sans-serif; }

/* allgemeine Body-Definitionen ------------------------------------------------------------------------------------------------------- */
body {
	background-color:#FFFFFF; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; 
	scrollbar-base-color:#FFFFFF; scrollbar-arrow-color:#97B433; scrollbar-track-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-highlight-color:#97B433; scrollbar-shadow-color:#97B433;
}

/* allgemeine Definitionen fuer HTML-Elemente ----------------------------------------------------------------------------------------- */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div {
	font-size: 11px;
	color: #FFFFFF;
}
p {
	font-size: 11px;
	color: #FFFFFF;
}
th {
	font-size: 11px;
	color: #FFFFFF;
}
td {
	font-size: 11px;
	color: #FFFFFF;
}
small {
	font-size: 10px;
}
a {
	color: #FFFFFF;
}
a.start {
	color: #44361E;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a.noline:link {
	text-decoration: none;
}
a.noline:visited {
	text-decoration: none;
}
a.noline:hover {
	text-decoration: underline;
}
a.noline:focus {
	text-decoration: none;
}
a.noline:active {
	text-decoration: none;
}

/* Spezial-Eigenschaften, Besonderheiten ---------------------------------------------------------------------------------------------- */
/* verhindert beim IE das Reservieren von Platz für Scrollbars */
body {
	overflow: auto;
}
/* Tabellen-Eigenschaften
   - Rahmen aller Zellen übereinander fallen lassen 
     (eine Zelle mit rechtem Rand von 1px und eine Zelle rechts davon 
     mit einem linken Rand von 1px bilden einen gemeinsamen Rahmen von 1px)
   - Rahmen um leere Zellen anzeigen*/
table {
	border-collapse: collapse;
	empty-cells: show;
}
/* Leerzeilen in Formularen vermeiden (IE-Bug) */
form {
	padding: 0px;
	margin: 0px;
}
/* Leerzeilen in Listen vermeiden */
ul,ol {
	margin-top: 0px;	/* (Mozilla-Bug) */
	margin-bottom: 0px;	/* (IE-Bug) */
}
