/**
 * 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;
	color:#330000;
}

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:left;
	border-bottom:2px solid #000;
	font-family:"trebuchet MS";
	font-weight:bold;
	color:#000;
	line-height:1.3;
}

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

h2
{
	margin:0px 0px 15px 0px;
	padding:5px;
	font-size:20px;
}

h3
{
	margin:0px 0px 5px 0px;
	padding:5px;
	text-align:center;
	background-image:url("bilder/");
	font-size:12px;
}

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

a:hover
{
	text-decoration:underline;
}

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

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

