/* Rollerkeller */
/* Style-Sheet-Datei roller.css */

/*Wichtige Farben 
Hintergrund: #ED3223
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li 
{
  	font-family:Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 1.3;
	color: Black;
}


body
{
	margin: 0px;
	padding: 0px;
	background-color: Silver;
	overflow: scroll;
 	text-align:center;
}

p,div,td,th
{
	margin 0px;
}

div#Inhalt p
{
	margin-bottom: 24px;
}

ul,ol
{
	margin-top: 5px;
}

li
{
}

p b
{
	font-weight : bold;
	color: #ED3223;
}

li b
{
	font-weight : bold;
	color: #ED3223;
}

h1
{
	margin-bottom : 20px;
	font-size: 22px;
	font-weight:bold;
	color: #ED3223;
}

h2
{
	margin-bottom : 15px;
	margin-top: 0px;
	font-size:14px;
	color : #ED3223;
	font-weight:bold;
}

h3
{
	color : #ED3223;
	font-weight:bold;
	margin-top : 15px;
	margin-bottom : 3px;
}

h4
{
	color : black;
	font-weight:bold;
	margin-top : 6px;
	margin-bottom : 3px;
}

/* Links */
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ED3223;
  font-size:12px;
  line-height: 16px;
}
a:hover {color:#ED3223;}

