/* ---------------------------------------- */
/* Global Stylesheet for screen
/* Projekt: www.genelec-heimkino.de
/* ---------------------------------------- */

/* Colors and font-size

#ffffff Weiss
#22293F Blau
#84725A Braun dunkler
#5C4A32 Braun noch dunkler
#EBD599 Wüste hell
#CC9900 Wüste dunkel
#d0d0d0 Grau
#e8e8e8 Grau
#202020 Schwarz

font-size: 150%;
font-size: 140%;
font-size: 108%;
font-size: 86%;
font-size: 76%;
font-size: 69%;
font-size: 63%;

*/

body {	
    font-size: 101%;
    background-color: #22293F;
    color: #ffffff; 

/*	scrollbar-arrow-color:#202020;
	scrollbar-track-color:#F9E4B7;
	scrollbar-face-color:#F9BF45;
	scrollbar-darkshadow-color:#01072A;
	scrollbar-highlight-color:#F9BF45;
	scrollbar-3dlight-color:#F9E4B7;
	scrollbar-shadow-color:#F9BF45;
*/
	}
html, body, div, span, a, table, tr, td, th, form, img, pre, textarea, select, input, fieldset {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif, monospace; 
	font-weight: normal;
	}
img {
	border:  none; 
	} 
p, h1, h2, h3, h4, h5, h6, ul, ol, pre, fieldset, table {
	margin: 0 0 1em;
	padding: 0; 
	} 
a:link {
	color: #ffffff;
	text-decoration: underline;
	}
a:visited {
	color: #d0d0d0;
	text-decoration: underline;
	}
a:focus {
	color: #EBD599;
	text-decoration: underline;
	}	
a:hover {
	color: #EBD599;
	text-decoration: underline;
	}
a:active	{
	color: #EBD599;
	text-decoration: underline;
	}
legend {
	background-color: #EBD599;
	font-weight: bold;
	padding: 0 5px;
	}
hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px
	}
blockquote {
	width: 100%;
}	
	

//* ---------------------------------------- */
