/*Generell*/
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

a
{
	color: #FE7D21;
	text-decoration: underline;
}

a:hover
{
	color: #FE7D21;
	text-decoration: none;
}

/*NIS Head*/
.sitetitel
{
	vertical-align: middle;
	font-family: arial;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: 800;
}

/*Menü*/
a.MenuLabelLink
{
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: None;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
}

a.MenuLabelLink:link { color: #000000; }
a.MenuLabelLink:visited	{ color: #000000; }
a.MenuLabelLink:hover{ color: #000000; }

a.MenuLabelLinkOn
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	text-decoration: None;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
}
a.MenuLabelLinkOn:link { color: #ffffff; line-height: normal; }
a.MenuLabelLinkOn:visited { color: #ffffff; }
a.MenuLabelLinkOn:hover { color: #ffffff; }

a.MenuItemLink
{
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: None;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
}
a.MenuItemLink:link { color: #000000; line-height: normal; }
a.MenuItemLink:visited { color: #000000; }
a.MenuItemLink:hover { color: #000000; }

a.MenuItemLinkOn
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	text-decoration: None;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
}
a.MenuItemLinkOn:link { color: #ffffff; line-height: normal; }
a.MenuItemLinkOn:visited { color: #ffffff; }
a.MenuItemLinkOn:hover { color: #ffffff; }

.myMenu
{
	position: absolute;
	visibility: hidden;
	z-index: 5;
}
.myMenuLabelleft { padding: 0px 0px 0px 0px; text-align: left; }
.myMenuLabelcenter { padding: 0px 0px 0px 0px; text-align: center; }
.myMenuLabelright { padding: 0px 0px 0px 0px; text-align: right; }
.myMenuItemleft { padding: 0px 0px 0px 0px; text-align: left; }
.myMenuItemcenter { padding: 0px 0px 0px 0px; text-align: center; }
.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }

#myTest
{
	width: 135px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

.menuzusatz {
	color: #000000;
	line-height: 13px;
	margin-left: 19px;
}

.menuzusatz a
{
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

.menuzusatz a:hover
{
	color: #000000;
	text-decoration: underline;
}


/*Inhalt*/
.inhalttabelle td
{
	vertical-align: top;
}

h2
{
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0px;
	display: block;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 8px;
	display: block;
}

ul
{
	margin-left: 12px; /*12 Pixel weil das Bild 12 Pixel breit ist.*/
	margin-top: 0px;
}

ul li
{
	margin-bottom: 3px; /*Abstand zum nächsten Aufzählungspunk*/
}

.kAufz li
{
	list-style-image: url(pictures/kAufz.gif); /*Beim Pfad wird vom CSS File ausgegangen!!*/
}

h4
{
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 0px;
}

.standortinfo
{
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	margin-left: 19px;
}

.standortinfo a
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
	margin-right: 0px;
}

.standortinfo a:hover
{
	color: #000000;
	text-decoration: underline;
}

#bildmAbst
{
	margin-bottom: 14px;
	margin-left: 0px;
	margin-right: 14px;
	margin-top: 0px;
	float: left;
}

#nachoben
{
	float: none;
}

.formelement
{
	border: solid Black;
	border-width: 1px;
	width:300px
}

.formbutton
{
	border: solid Black;
	border-width: 1px;
	background-color: white;
	text-align: center;
	line-height:normal;
}

#trennTabelle
{
	vertical-align: top;
	border-color: #E8E8E8;
	border-collapse: collapse;
}

#trennTabelle tr
{
	text-align: left;
	vertical-align: top;
	border-width: 1px;
	border-style: none none dashed none;
}

#trennTabelle td
{
	text-align: left;
	vertical-align: middle;
	border-width: 1px;
	border-style: none none dashed none;
}

/*Volltextsuche*/
.markierung
{
	font-weight:bold;
}

/*Admin CSS*/
.uebersicht th
{
	border:1px;
	border-style:dotted none dotted none;
	border-color:#CFCFCF;
	vertical-align:middle;
	text-align:center;
	background-color:#EFEFEF;
}

.uebersicht td
{
	border:1px;
	border-style:none none dotted none;
	border-color:#CFCFCF;
	vertical-align:middle;
	text-align:center;
}

#bschr
{
	text-align:left;
}

#dabschr
{
	text-decoration:line-through;
	text-align:left;
}
