/*
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Bildschirm, Projektor
*/

/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}/*
html, body
{
	width: 100%;
	height: 100%;
}*/
body
{
	color: #000;
	background: #eeeeee url(../_img/portal_hg.gif) repeat-x scroll 0px -62px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #0069af;
}
hr
{
	height: 1px;
	background-color: #bfbfbf;
	color: #bfbfbf;
}
p, dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: .8em 5px;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #009036;
	background-color: transparent;
}
h1, fieldset legend
{
	font-size: 17px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #009036;
	background-color: transparent;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 9px;
}
h6
{
	font-size: 7px;
}
a
{
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 36px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #000;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
	color: #000;
	background-color: transparent;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #000;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 0px;
}
.tooltip
{
	position: absolute;
	display: none;
	z-index: 40;
	padding: 3px;
	background-color: #fff;
	color: #000;
	text-align: left;
	border: 1px solid #006400;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.nowrap
{
	white-space: nowrap;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: Red;
}
.print
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.seite
{
	margin: 50px auto 0px;
	width: 816px !important;
	width: 836px;
	height: 634px !important;
	height: 654px;
	padding: 10px;
	color: inherit;
	background: transparent url(../_img/portal_seite_hg.jpg) no-repeat left top;
	text-align: left;
}
div.seite a.kontakt_box1
{
	display: block;
	text-decoration: none;
	width: 289px !important;
	width: 401px;
	height: 52px !important;
	height: 106px;
	padding: 46px 8px 8px 104px;
	color: inherit;
	background: transparent none no-repeat left top;
}
div.seite a.kontakt_box1 p
{
	margin: 0px 5px 0px 5px !important;
	margin: 0px 5px 0px 2px;
	float: left;
	white-space: nowrap;
}
div.seite a.kontakt_box1 p.titel
{
	margin: 0px 5px 0px 5px !important;
	margin: 0px 5px 0px 5px;
	float: none;
}
div.seite a.kontakt_box2
{
	display: block;
	text-decoration: none;
	width: 163px !important;
	width: 184px;
	height: 123px !important;
	height: 229px;
	padding: 98px 0px 8px 21px;
	float: right;
	color: inherit;
	background: transparent none no-repeat left top;
}
div.seite img.karten
{
	margin: 11px 0px;
}
div.seite div.aktuelles
{
	clear: both;
	width: 806px !important;
	width: 816px;
	height: 118px !important;
	height: 138px;
	padding: 10px 0px 10px 10px;
	background: transparent url(../_img/portal_aktuelles_hg.jpg) no-repeat left top;
}
div.seite div.aktuelles div
{
	width: 268px;
	height: 118px;
	float: left;
}
div.seite div.aktuelles div p.ueberschrift
{
	font-weight: bold;
	color: #e2017b;
	font-size: 12px;
}
div.seite div.aktuelles div p img
{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
}
div.seite div.aktuelles div p a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-top: 6px;
}
div.fuss
{
	margin: 0px auto;
	width: 798px !important;
	width: 836px;
	padding: 0px 19px;
	text-align: right;
}
div.fuss a
{
	color: #e2017b;
}
/*===== End of Site CSS STYLE =====*/

/*===== Lightbox CSS STYLE =====*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(../../_img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../../_img/overlay.png);
}
* html #lightboxOverallView, * html #overlay {
	background-color: #e5e5e5;
	background-image: url(../../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*===== End of Lightbox CSS STYLE =====*/

#subtitle
{
	border: 1px solid #323232;
	color: #000;
	background-color: #fff;
	padding: 5px;
	display: none;
	position: absolute;
	text-align: left;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*===== Begin of AjaxPopUp =====*/
div#AjaxPopUp
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e5e5e5;
	background-image: url(../../_img/overlay.png) !important;
	background-image: url(../../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	z-index: 50;
}
div#PopUpInfo
{
	position: fixed !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	color: #000;
	z-index: 60;
	display: none;
}
div#PopUpInfo input, div#PopUpInfo select, div#PopUpInfo textarea
{
	width: 350px;
	background-color: #ababab;
	color: #000;
	border: 0px solid #000;
}
div#PopUpInfo a.button
{
	width: auto;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 5px;
}
div#PopUpInfo textarea
{
	height: 80px;
}
div#PopUpInfo input.box
{
	width: auto;
	cursor: pointer;
}
div#PopUpInfo ul
{
	text-align: left;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
div#PopUpInfo ul li
{
	border-left: 10px solid #fff;
	padding-left: 5px;
	line-height: 18px;
}
div#PopUpInfo ul li.active
{
	border-left: 10px solid #6ca055;
	font-weight: bold;
}
div#PopUpInfo ul li a
{
	text-decoration: none;
	display: block;
}
/*===== End of AjaxPopUp =====*/