/**
 * 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:left;
	font-family:georgia;
	font-weight:bold;
	color:#1F4A1d;
	line-height:1.3;
}

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

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

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

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

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

img
{
	vertical-align:middle;
	border-bottom: 1px solid black;
	border-right:1px solid black;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

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

