/* css baseset for rosenquarz-tonstudio */
body {
background-image: url(../img/graukreuz.gif);
background-color: Black;
margin-top: 15px;
font: normal;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: Gray;
}

h1 {
	font-size: 18px;
	color: Silver;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #a0a0a0;
	font-weight: normal;	
}

h3 {
	font-size: 14px;
	color: #39f;
	font-weight: normal;	
}

b {
	font-weight: bold;
	font-size: 10px;
	color: Gray;
}

strong { 
	color: #39f;
	font-weight: bold;
	font-size: 10px;
}

p {
font: normal;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: White;
}

div {
font: normal;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: White;
}

a {
	font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Silver;
	word-spacing: 3px;
	text-decoration: none;		
}

a:link {
	color: Silver;	
}

a:hover {
	color: #39f;
}

a:active {
	color: Silver;		
}

a:visited {
	
}

a:focus {
	color: Silver;		
}

table{
	
}

td{
	
}

ol {
	list-style: decimal;
	list-style-type: decimal;
	color: Silver;
	font: bold;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

ul {
	/*list-style-image: url(../images/li.gif);*/
	list-style-type: none;
	color: White;
	font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}