/* ---------- HTML redef.------------- */

html {
	padding-bottom: 1px;
	margin-bottom: 1px; /* erzwingt einen scrollbalken */
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	background: rgb(245,245,245) 0% 0%;
	text-align: justify;
	margin: 0;
	padding: 0;
}

body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
	color: rgb(112,112,112);
}

form {
	margin: 0;
}

h1, .H1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 30px;
}
.H2 {
	font-weight: bold;
	}

td {
	vertical-align: top;
}

td.referenzuebersicht {
	padding: 10px 0 30px 0;
	border-bottom: 2px solid white;
}
	td.referenzuebersicht img {
	margin-bottom:6px;
}

td.ref_ueb_tab_zelle {
	padding: 6px 0;
}

td.referenz-r-o {
	padding: 0 45px 0 0;
}

img.referenz-linke-spalte-fotos {
	margin: 0 10px 10px 0;
}

marquee {
	font-size: 13px;
	font-weight: bold;
	color: rgb(170,57,137);
}
ul, ol {
	margin: 0;
	padding-left: 1.4em;
}
li {
	margin-bottom: 0.5em;
	}


/* ---------- benutzerdefiniert ------------- */
td.news {
	padding: 6px 0;
	border-bottom: 2px solid white;
}

td.news2 {
	padding: 6px 0 6px 10px;
	border-bottom: 2px solid white;
}

td.news_titel {
	padding: 6px 0;
	text-align: left;
}

td.news_text {
	padding: 6px 0;
	border-bottom: 2px solid white;
	text-align: left;
}

.news_text {
	text-align: left;
}

.news_bild_center {
	padding: 4px;
	text-align: center;
}

.news_bild_left {
	padding: 4px 15px 4px 0px;
	text-align: left;
}

.refseite_ul  {
  padding: 0px;
	list-style: inside;
	text-align: left;
}

.wiruberuns_ul  {
	list-style: none;
}

.refseite_hinweis  {
	color: rgb(245,245,245);
	background-color: rgb(170,57,137);
}

.gebr_txt  {
	padding: 0px 15px 0px 15px;
}

.gebr_txt_links  {
	padding: 0px 15px 0px 0px;
}

.float-right {
	float: right;
	}



/* ---------- layout ------------- */
/* Soll die Seite zentriert werden? */
#wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#navi {
	width: 158px;
	float: left;
	background-color: rgb(170,57,137);
	padding: 9px 9px 9px 9px;
	color: rgb(245,245,245);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ---------- navigation ---------- */
#navi ul
{
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: rgb(112,112,112);
}

/* Wird auch fuer die "aktuelle Seite" mitverwendet */
#navi li {
	list-style: none;
	background-color: rgb(245,245,245);
	border-top: 9px solid rgb(170,57,137); 
	border-bottom: 9px solid rgb(170,57,137);
	padding-left: 6px;
	color: rgb(170,57,137);
}
/* Jeder normale Link in der Navi */
#navi li a
{
	list-style: none;
	background-color: rgb(245,245,245);
	color: rgb(112,112,112);
	text-decoration: none;
	font-weight: normal;
	width: 153px;
	display: block;
}

#navi li a:hover
{
	color: rgb(245,245,245);
	background-color: rgb(170,57,137);
	width: 150px;
	display: block;
	padding-left: 8px;
	margin-left: -6px;
}

#navi p
{
	color: rgb(245,245,245);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/* Die "normalen" Links... ---------------- */
a:link {  color: rgb(112,112,112); text-decoration: underline; font-weight: bold;}
a:visited {  color: rgb(112,112,112); text-decoration: underline; font-weight: bold;}
a:hover {  color: rgb(112,112,112); text-decoration: none; font-weight: bold;}
a:active {  color: rgb(112,112,112); text-decoration: none; font-weight: bold;}
