/**
 * 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:times;
}

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

h1
{
	margin:0px 0px 15px 0px;
	padding:5px;
	text-align:center;
	background-color:#ffffcc;
	background-image:url("bilder/h1-3.jpg");
	border-top:1px solid #671618;
	border-bottom:1px solid #671618;
	font-size:24px;
	color:#671618;
}

h2
{
	margin:0px 0px 15px 0px;
	padding:5px;
	text-align:center;
	border-top:0px solid #ff0000;
	border-bottom:0px solid #ff0000;
	font-weight:bold;
	font-size:28px;
	color:#000;
}

h3
{
	margin:0px 0px 5px 0px;
	padding:5px;
	text-align:center;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-weight:bold;
	font-size:16px;
	color:#000;
}

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

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

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

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