/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:"trebuchet MS", arial, sans-serif;
}

a, body, div, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:12px;
}

/* Schrifttyp, Farbe, Gemeinsame Überschriftenmerkmale !!! */
h1, h2, h3
{
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-family:"courier new";
	font-weight:bold;
	color:#000;
	line-height:1.3;
}

h1
{
	margin:0px 0px 15px 0px;
	padding:5px;
	text-align:center;
	font-size:25px;
}

h2
{
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:22px;
}

h3
{
	margin:0px 0px 5px 0px;
	padding:5px;
	text-align:center;
	border-top:0px solid #999999;
	border-bottom:0px solid #999999;
	font-size:12px;
}

/* Farbe ALLER Links ! */
a
{
	text-decoration:none;
	color:#732C10;
}

a:hover
{
	text-decoration:underline;
	color:#666666;
}

img
{
	vertical-align:middle;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

