/* generic */

body {
	margin: 2px;
	padding: 0;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}
/* newsdesign hauptbild hintergrundfarbe */
body.popup {
	background-color: #1f1f1f;
	text-align: center;
}
/* newsdesign hauptbild umrandung */
body.popup img {
	border: 1px solid #ffffff;
}
/* newsdesign hauptbild hover umrandung */
body.popup img:hover {
	border: 1px solid #ffffff;
	cursor: pointer
}
/* hauptmenü position */
div.menuEntries {
	position: absolute;
	top: 123px;
	left: 230px;
}
/* hauptmenübutton design inaktiv */
a.menuEntry {
	width: 147px;
	height: 21px;
	background-image: url(img/menuInactive.gif);
	font-size: 13px;
	float: left;
	padding-top: 3px;
	margin-right: -10px;
	color: #ffffff;
}
/* hauptmenübutton design aktiv */
a.menuEntry:hover {
	background-image: url(img/menuActive.gif);
	color: #ffffff;
}
/* hauptmenübutton design aktueller button aktuelle seite */
a.menuEntry#currentEntry {
	background-image: url(img/menuActive.gif);
	color: #ffffff;
}
/* untermenü abstand nach rechts zu zu tumbnail oder text */
div.naviColumn {
	width: 127px;
	float: left;
	margin-right: 34px;
	overflow: hidden;
}
/* untermenü design inaktiv */
a.navi {
	font-size: 11px;
	background-image: url(img/subNaviInactive.gif);
	display: block;
	padding-left: 30px;
	padding-top: 3px;
	height: 17px;
	color: #dddddd;
}
/* untermenü design aktiv */
a.navi:hover {
	color: #ffffff;
	background-image: url(img/subNaviOver.gif);
}
/* untermenü design aktueller button aktuelle seite */
a.navi#navCurrent {
	background-image: url(img/subNaviActive.gif);
	color: #ffffff;
}
/* kontaktformular fehlermeldungen*/
.errormsg {
	background-color: #bb0000;
	width: 100%;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	font-size: 13px;
}

table.contactTable {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	border-width: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* kontaktformular überschrift */
h1 {
	color: #cccccc;
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}
/* kontaktformular abstände gesamtgerüst*/
table.contactTable td {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 13px;
	
	border: 0;
	border-width: 0;
	outline: 0;
}
/* kontaktformular weite textspaltenfelder*/
table.contactTable td.labelCol {
	width: 93px;
}
/* kontaktformular weite komplett*/
table.contactTable td.fieldCol {
	width: 228px;
	margin: 0px;
}
/* kontaktformular eingabefelder padding:rahmenabstände nach innen*/
input.contactField {
	width: 222px;
	height: 16px;
	background-color: #f1f1f1;
	border: 1px solid #000000;
	padding: 1px 1px 1px 3px;
	margin: 0;
	float: left;
}
/* kontaktformular eingabefeld telefon padding:rahmenabstände nach innen*/
input.contactTelField {
	width: 129px;
	height: 16px;
	background-color: #f1f1f1;
	border: 1px solid #000000;
	padding: 1px 1px 1px 3px;
	margin: 0;
}
/* kontaktformular eingabehauptfeld padding:rahmenabstände nach innen*/
.contactMessage {
	width: 222px;
	height: 145px;
	background-color: #f1f1f1;
	padding: 1px 1px 1px 3px;
	border: 1px solid #000000;
	font-family: Arial,Helvetica;
	font-size: 13px;
	margin: 0;
	float: left;
}
/* kontaktformular absendebutton*/
.contactSubmit {
	width: 80px;
	height: 20px;
	background-color: rgb(50, 105, 190);
	border: 1px solid #000000;
	color: #ffffff;
}

/* adressblock links und rechts*/
a.mailLinkFarbe:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.linkFarbe:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* adressblock 3fach */
div.addressBlock p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 12px;
}

div.addressLeft {
	float: left;
	width: 170px;
	margin-right: 20px;
}

div.addressRight {
	float: left;
	width: 150px;
}

div.addressRight a {
	color: #03459d;
}

div.addressRight a:hover {
	color: #03459d;
	text-decoration: underline;
}

div.addressBottom {
	margin-top: 20px;
}

div.addressBottom p {
	text-align: justify;
}
