body { 
background-image: url(../grafik/hintergrund.jpg);
}

body, td, th, div, p {
	vertical-align:top;
	/* #595A5C; */
	color: Black;
	font-size: 11px;
	line-height:14px;
	font-family: Verdana, Helvetica, sans-serif;
}
p {
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:12px;
}
h2 {
	font-size:13px;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:13px;
	margin-top:0px;
	margin-bottom:4px;
}
h4, fieldset {
	font-size:11px;
	margin-top:8px;
	margin-bottom:0px;
}
h5{
	margin-top:-1px;
	border-style:buttom;
	border: 1px solid;
	border-color: Blue;
	background-color: Yellow;
	padding: 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
}

h6{
	/*margin-top:10px;*/
	border-style:buttom;
	border: 0px solid;
	border-color: Blue;
	padding: 5px 5px 5px;
	/*margin-left: 2px;*/
	font-size: 11px;
	font-weight: bold;
	/*margin-bottom: +30;*/
}

ul li{
	padding:0;
	list-style-type : none;
	margin-left : -40;
	margin-bottom: -20;
}

hr {
	background-color:#FFFFFF;
	height:1px;
	border:0px;
}
br {
	line-height:8px;
}

/* link im content: dunkel*/
a:link.content, a:visited.content {
	color: Black;
	text-decoration: underline;
}
a:hover.content, a:active.content {
	color: White;
	text-decoration: underline;
}

/* link im menu aktiv */
a:link.offen, a:visited.offen {
	color: Black;
	text-decoration: none;
}


/* ALLGEMEIN-LINK */
a:link, a:visited {
	color: Red;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
a:hover, a:active {
	color:Black;
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
}
/*           ->       ALLGEMEIN */
.c {
	text-align:center;
}
.r {
	text-align:right;
}
.l {
	text-align:left;
}
