/*Standard-CSS für www.mdoering.de */
/* (c)2006 Michael Döring */

/*Farben
Textfarbe = #DDDDDD
Linkfarbe = #FF6600
Hoverfarbe = #FF9933
*/

body
{
	topmargin: 0;
	leftmargin: 0;
}
html, body, p, h1, h2, h3, h4, h5, span, a, table, form, img
{
	margin:0; font-family: Century Gothic;
	font-size: 8pt;
	line-height: 12pt; 
	text-indent: 0; 
	word-spacing: 0; 
	text-align:left; 
	color:#000000
}
html, body
{
	background-color:#111;
}
table
{
	vertical-align: top;
	horizontal-align: center;
}
div
{
	align: center;
}
td
{
	vertical-align: top;
	horizontal-align: left;
	padding:5;
	spacing:6;	
}
a
{
	text-decoration: none;
	color: #008080;
}
a:hover
{ 
	color: #F93;
}
h5
{
	font-weight: bold;
	color: #F30;
}
h3
{
	font-weight: bold;
	color: #F30;
	font-size: 10pt;
}
ul
{ 
	list-style-image: url('../../images/bullet.gif');
	text-align: left; 
	text-indent: 0;
	word-spacing:0; 
	line-height:14pt; 
	margin-left:5; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0
}
li           
{ 
	text-align: left; 
	word-spacing: 0; 
	line-height: 14pt; 
	margin-left: 5; 
    margin-right: 0; 
    margin-top: 0; 
    margin-bottom: 0 }

