/*Ralf Wagners Style Sheets*/


body {
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	background-color: #333333;	
	}

h1,h2,h3,h4,h5,h6 {
font-family:calibri,verdana,Arial,sans-serif;
color:#FFFFFF;
}

h1
 { font-size:24pt;
Text-Align: left; 
}

h2
 { font-size:16pt;
}

h3
 { font-size:12pt;
}

h4
 { font-size:10pt;
}

h5
 { font-size:10pt;
}

/*H6= Fußzeile*/
h6
 {
	font-size:7pt;
	line-height:12pt;
	color:black;
	Text-Align: right;
 }

p,ol,li,div,th,td,adress,blockquote,nobr,b,i
{
	font-family:calibri,verdana,Arial,sans-serif;
	color:#FFFFFF;
	font-size:16px;
	}

ul
{
list-style-type=square
}

li
{padding:5}

hr 
{color:lightgrey
}

a:link {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
	font-variant: normal;
}
a:visited {
	color:#CCCCCC;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight: bolder;
}	
a:hover {
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
}

table {
	text-align: left;
	vertical-align: top;
	line-height: 20pt;
}
th {
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}
