/* ==== Allgemein ==== */
* {
	padding: 0;
	margin: 0;
}
body {
	background: url("../images/bgpattern.png") center 30px repeat;
	font-family: "Lucida Sans", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #f7931e;
}
a:hover {
	text-decoration: underline;
	color: #d47d19;
}
input, select {
	font-family: "Lucida Sans", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
label {
	font-size: 0.75em;
}
p {
	margin-bottom: 1em;
}
/* ==== / ==== */


/* ==== Überschriften ==== */
h1, h2, h4, h5 {
	margin-bottom: 12px;
}
h3 {
	margin-bottom: 22px;
}
h3 span, h3 a {
	color: #fff;
	font-weight: bolder;
	padding: 4px 10px 20px 30px;
	background: transparent url("../images/h3bar.png") bottom left no-repeat;
	text-transform: uppercase;
	margin-left: -10px;
	display: block;
}
h3 a:hover {
	color: #fff;
}
h1 {	font-size: 24px;	}
h2 {	font-size: 20px;	}
h3 {	font-size: 16px;	}
h4 {	font-size: 14px;	}
h5 {	font-size: 12px;	}
/* ==== / ==== */


/* ==== Layout ==== */
#holder {
	margin: 0 auto;
	width: 924px;
}
#bodyheader {
	background: url("../images/bgtopshadow.png") center top no-repeat;
	width: 924px;
	height: 24px;
}
#bodyholder {
	background: url("../images/bgpanelfull.png") center 6px repeat-y; /* alternate */
	width: 924px;
}
#mainbody {
	background: url("../images/headertop.png") 0 0 no-repeat;
	position: relative; /* DD */
	left: 35px;
	top: 0;
	width: 853px;
	padding-top: 5px;
}
#mainheader {
	height: 250px;
}
#mainheader #logos {
	width: 187px;
	float: left;
}
#mainbody #logos img {
	border: 0;
	display: block;
}
#mainheader #headerimage {
	margin: 0;
	float: left;
	width: 666px;
	height: 250px;
	background: url("../images/headerimage.jpg") 0 0 no-repeat;
}
#mainbody.compact #mainheader #headerimage {
	height: 63px;
	background: url("../images/headerimagecompact.jpg") 0 0 no-repeat;
}
#mainheader #headerimage div {
	/* temporär */
	padding: 8px 12px 0 0;
	position: relative;
	float: right;
}
#mainheader #headerimage div input {
	/* temporär */
	border: 1px solid #f7931e;
	background: white url("../images/inputbgpattern.png") 0 0 no-repeat;
	padding: 2px;
}
#mainbody #verticalmenu {
	float: left;
	width: 187px;
	background: transparent url("../images/verticalmenufade.png") repeat-x;
	/* background: transparent url("../images/leftmenubottom.jpg") bottom left no-repeat; */
	margin-bottom: 2em;
}
#mainbody #verticalmenu a {
	color: #1c4107;
}

#mainbody #bodyholder {
	width: 853px;
}
#mainbody #contentarea {
	float: left;
	width: 666px;
	background: transparent url("../images/fadedheader.jpg") no-repeat;
	margin-bottom: 2em;
}
#mainbody.compact #contentarea {
	background: transparent url("../images/fadedheadercompact.jpg") no-repeat;
	height: 310px;
	overflow: visible;
}
#mainbody.compact #logokl, #mainbody.compact #logodav {
	display: none;
}
#mainbody.default #logodavkl {
	display: none;
}
#mainbody #footerblock {
	background: transparent url("../images/footerbottom.png");
	width: 853px;
	height: 5px;
	font-size: 1%;
}
#bodyfooter {
	background: url("../images/bgbottomshadow.png") center top no-repeat;
	width: 924px;
	height: 24px;
	text-align: center;
}
#contentarea {
	position: relative; /* DD */
}
#contentarea #contents {
	padding: 14px 20px 10px 25px;
	margin-top: 34px;
}
#contentarea #breadcrumb {
	top: 0; 
	white-space: nowrap;
	display: inline;
	line-height: 26px;
	padding: 7px 10px; /* padding: 7px 10px; */
	background: url("../images/locbar.png") right top no-repeat;
	font-size: 11px;
}
#messageTrace {
	position: absolute;
	padding: 0 20px;
	margin-top: -220px;
	width: 626px;
	/* position: relative;  DD 
	/* DD z-index: 1; 
	top: 40px;
	margin-bottom: 80px;
	padding: 0 20px;*/
}
#messageTrace div {
	background: #eee url("../images/whitebgpattern.png");
	border-top: 3px solid #00ad88; /* #f7931e; */
	border-bottom: 1px solid #ccc;
	padding: 8px;
	clear: both;
}
#messageTrace p {
	padding-left: 18px;
	background: transparent url("../images/info.gif") left top no-repeat;
	line-height: 17px;
}
#messageTrace ul {
	padding-left: 32px;
}
#messageTrace ul li.type40 {
	color: #992021;
}
/* Standard Left- und RightCol Angaben */
div.leftCol {
	float: left;
	width: 30%;
}
div.rightCol {
	float: right;
	width: 68%;
}

/* Spezifische Left- und RightCol Angaben */
#frontsite .leftCol {
	width: 39%;
}
#frontsite .rightCol {
	width: 59%;
}

/* Fusszeile */
#footerlist {
	list-style: none;
	font-size: 10px;
}
#footerlist li {
	display: inline;
	padding: 0 12px;
}
#footerlist li a {
	color: #ccc;
}
/* ==== / ==== */


/* ==== Klassen ==== */
div.clear {
	clear: left;
}
p.par {
	text-align: justify;
}
span.marked {
	color: #444;
	padding: 0 2px 0 2px;
	background-color: #e6e6e6;
}
span.simpled {
	background-color: orange;
}
.line {
	display: block;
}
div.ctrlbuttons {
	margin-top: 2em;
	margin-bottom: 1em;
}
div.ctrlbuttons div {
	display: inline;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	background: url("../images/shaderb.png") right bottom no-repeat;
}

div.ctrlbuttons .dropbtn span {
	padding-left: 18px;
	background: transparent url("../images/dropbtn.png") left top no-repeat;
}
div.ctrlbuttons .newbtn span {
	padding-left: 18px;
	background: transparent url("../images/newbtn.png") left top no-repeat;
}
div.ctrlbuttons .cancelbtn span {
	padding-left: 18px;
	background: transparent url("../images/cancelbtn.png") left top no-repeat;
}
div.ctrlbuttons .savebtn span {
	padding-left: 18px;
	background: transparent url("../images/savebtn.png") left top no-repeat;
}
div.ctrlbuttons .viewbtn span {
	padding-left: 18px;
	background: transparent url("../images/viewbtn.png") left top no-repeat;
}
div.ctrlbuttons .sendmailbtn span {
	padding-left: 18px;
	background: transparent url("../images/sendbtn.png") left top no-repeat;
}
div.ctrlbuttons .backbtn span {
	padding-left: 18px;
	background: transparent url("../images/backbtn.png") left top no-repeat;
}
div.ctrlbuttons .calcbtn span {
	padding-left: 18px;
	background: transparent url("../images/calcbtn.png") left top no-repeat;
}

div.adminctrlbuttons h5 {
	color: #f99;
	padding: 0;
	margin: 0 0 3px 0;
}
div.adminctrlbuttons {
	float: left;
	padding: 3px;
	border: 1px solid #f99;
	background: url("../images/whitebgpattern.png");
}
div.adminctrlbuttons div.btn {
	float: left;
}
a.adminlnk {
	color: #fff;
	padding: 2px;
	background-color: #999;
	border: 1px solid #eee;
	font-size: 10px;
}
span.help {
	cursor: help;
	border-bottom: 1px dotted #00CC66;
}
.error, .warning {
	color:#E94110;
}
.info {
	color: #009c00;
}
/* ==== / ==== */


/* ==== Eingabefelder und Formulare ==== */
input.text {
	border: 1px solid #888;
	background: white url("../images/inputbgpattern.png") 0 0 no-repeat;
	padding: 2px;
}
input.mandatory {
	border: 1px solid #995421;
}
input.wide {
	width: 492px;
}
select.select {
	border: 1px solid #888;
	background: white url("../images/inputbgpattern.png") 0 0 no-repeat;
	padding: 2px;
}
select.select option {
	padding-top: 3px;
}
select.mid {
	width: 100px;
}
select.short {
	width: 60px;
}
select.wide {
	width: 400px;
}
label.mandatory span {
	padding-right: 10px;
	background: url("../images/mandatoryinput.png") top right no-repeat;
}
span.mandatory {
	padding-right: 10px;
	background: url("../images/mandatoryinput.png") top right no-repeat;
}
div.groupbox {
	background: #fff url("../images/graygradient200.png") top left repeat-x;
	/*background: #eee url("../images/skewbgwhite.png");*/
	border: 3px solid #fff;
	padding: 30px 8px 14px 8px;
	position: relative;
	margin-bottom: 8px;
}
div.groupbox ul {
	list-style: none;
}
div.groupbox h4 {
	background: transparent url("../images/groupboxh4.png") bottom right no-repeat;
	position: absolute;
	top: 0; left: 0px;
	padding: 2px 8px 5px 5px;
}
/* ==== / ==== */


/* ==== Galerien ==== */
#gallerycategories div.category {
	padding: 5px 5px 10px 20px;
}
#gallerycategories span.desc, p.desc {
	font-size: 0.75em;
}
#gallerycategories div.category div.galleries, div.media {
	width: 100%;
}
#gallerycategories div.category h4 a {
	color: black;
}
#gallerycategories div.category h5 a {
	color: gray;
}
#gallerycategories div.category div.galleries div.gallery {
	padding: 4px;
	margin: 2px;
	float: left;
	width: 176px;
	height: 284px;
	border: 1px solid #ccc;
}
#gallerycategories div.category div.media div,
#galleryeditor div.media div {
	padding: 4px;
	margin: 2px;
	float: left;
	width: 182px;
	text-align: center;
	height: 148px;
	background-color: #fff;
	border: 1px solid #eee;
}
#gallerycategories div.backRef {
	padding-top: 1em;
}
#gallerycategories span.selectionpanel {
	display: block;
	
}
/* ==== / ==== */


/* ==== Galerien, Media Viewer ==== */
#mediaviewer {
}
#mediaviewer #mediawindow {
	text-align: center;
	padding: 12px;
	background-color: #fff;
	border: 1px solid #eee;
}
#medianav {
	margin-top: 1em;
}
#medianav #goPrv {
	float: left;
}
#medianav #goFwd {
	float: right;
}
#medianav #goFwd.na, #medianav #goPrv.na {
	text-decoration: line-through;
}
/* ==== / ==== */


/* ==== Navigation: Sonderfarben für Menüs ==== */
li.m40 { }
/* ==== / ==== */


/* ==== Forum ==== */
#forums #thread div.post {
	padding: 5px 0px 10px 0px;
}
#forums #thread div.post div.date {
	display: inline;
	font-size: 11px;
}
#forums #thread div.post .message {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px;
}
#forums div.postctrlbuttons {
	float: right;
}
#forums div.postctrlbuttons div {
	display: inline;
	padding: 2px;
	background-color: #555;
	border: 1px solid #eee;
	font-size: 10px;
}
#forums div.postctrlbuttons div a {
	color: #fff;
}
#forums div.attachments div.att {
	float: left;
	margin: 4px;
	text-align: center;
}
#forums div.attachments img {
	margin: auto;
	display: block;
}
#forums div.attachments a {
	color: #000;
}
#forums div.attachments span.filename {
	display: block;
}
#forums div.attachments span.size {
	font-size: 0.8em;
}
/* ==== / ==== */


/* ==== Login Box ==== */
#loginbox {
	padding: 4px 4px 0 5px;
}
#loginpanel {
	border: 3px solid #fff;
	background: #eee;
	padding: 2px;
}
#loginpanel input.wide {
	width: 160px;
}
#loginpanel h3 {
	font-size: 0.9em;
}
#loginpanel div.regoptions {
	margin-top: 1em;
	font-size: 0.7em;
	background-color: #fff;
	padding: 2px;
}
#loginpanel div.regoptions span {
	display: block;
}
#loginpanel #loginbtnpanel {
	margin-top: 5px;
}
/* ==== / ==== */

/* ==== Newsletter Subscribe Box ==== */
#newslettersubscr {
	padding: 4px 4px 0 5px;
}
#newsletterpanel {
	border: 3px solid #fff;
	background: #eee;
	padding: 2px;
}
#newsletterpanel input.wide {
	width: 160px;
}
#newsletterpanel h3 {
	font-size: 0.9em;
}

#loginpanel #loginbtnpanel {
	margin-top: 5px;
}
/* ==== / ==== */

/* ==== Tabellen ==== */
table.tab {
	width: 100%;
	background-color: white;
}
table.tab {
	border-collapse: collapse;
}
table.tab td.right, th.right {
	text-align: right;
}
table.tab thead {
	background: url("../images/menuitembgpattern.png") left top repeat-x;
	color: #333;
}
table.tab td.smaller {
	font-size: 10px;
}
table.tab td, table.tab th {
	padding: 4px 5px;
}
table.tab td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	background: transparent url("../images/shaderblite.png") right bottom no-repeat;
}
table.tab tfoot td {
	background: transparent;
}
table.tab tfoot td.sum {
	border-top: 2px solid black;
	font-weight: bold;
}
table.tab th {
	padding: 6px 5px;
	vertical-align: bottom;
	font-size: 11px;
}
table tr.subthead td {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
/* ==== / ==== */


/* ==== Kalender, Kalender-Tabelle ==== */
.calendartab td {
	height: 64px;
	background-color: #fff;
}
#minicalendar .calendartab td {
	height: 24px;
	padding: 1px;
}
#minicalendar .calendartab {
	font-size: 80%;
}
#minicalendar .calendartab th {
	font-size: 90%;
}
#minicalendar {
	padding: 4px 4px 0 5px;
}
#minicalendar #calendardateshow {
	display: none;
}
.calendartab td.blank {
	background: #eee url("../images/graybgpattern.png");
}
.calendartab td span.daynum {
	font-size: 0.75em;
}
.calendartab td.event span.daynum {
	font-weight: bold;
}
.calendartab td.event div a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2px;
}
#minicalendar .calendartab td.event div a {
	display: block;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 1px;
}
/* Einzelne Event-Types und Ihre Icons/Farben */
.calendartab td.event div a.eventtype1 {
	background-color: green;
}
.calendartab td.event div a.eventtype2 {
	background-color: yellow;
}
.calendartab td.event div a.eventtype3 {
	background-color: #f90;
}
.calendartab td.event div a.eventtype4 {
	background-color: blue;
}
.calendartab td.event div a.eventtype5 {
	background-color: #3cf;
}
.calendartab td.event div a.eventtype6 {
	background-color: red;
}
.calendartab td.event div a:hover {
	position: relative;
}
.calendartab td.event div a span {
	display: none;
}
.calendartab td.event div a:hover span {
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 200px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
}
#eventPreviewPanel {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.commityearmonthcontrol {
	clear: both;
}
.calendartab {
	margin-top: 1em;
}
.calendarcontrols .rightCol {
	text-align: right;
}
.dayeventbox {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
/* ==== / ==== */


/* ==== Benutzerformulare (Registrierung, Administration, Anmeldung) ==== */
#userdataform  {
	position: relative;
}
#userdataform label {
	position: relative;
}
#userdataform span.padded {
	position: absolute;
	left: 200px;
}
#userdataform input.text, #userdataform select.text {
	position: absolute;
	left: 200px;
	width: 180px;
}
#userdataform #email {
	width: 260px;
}
#submitbtn {
	margin-top: 1em;
}
#sndnamepanel input.wide, #recnamepanel input.wide {
	width: 150px;
}
#sndmailpanel input.wide, #recmailpanel input.wide {
	width: 380px;
}
#usergroupsmenu {
	z-index: 60;
}
#membershipform .membershipformpanel p {
	margin: 0; padding-bottom: 4px;
}
/* ==== / ==== */


/* ==== Benutzeradministration ==== */
#usergrouppanel #usergroups ul {
	list-style: none;
}
#useradministration div.leftCol {
	padding: 4px;
	width: 28%;
}
a.userbtn {
	background: transparent url("../images/userbtn.png") left top no-repeat;
}
a.modbtn {
	background: transparent url("../images/modbtn.png") left top no-repeat;
}
a.newsbtn {
	background: transparent url("../images/newsbtn.png") left top no-repeat;
}
a.mailbtn {
	background: transparent url("../images/sendnews.png") left top no-repeat;
}
a.tablebtn {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	padding-right: 4px;
}
a.tablebtn span {
	display: none;
}
.modareaslist {
	margin-bottom: 2em;
}
.modareaslist li {
	padding-left: 1em;
}
ul.simple, ul.simple li {
	margin: 0px;
	padding-top: 2px;
	list-style-type: none;
}
ul.simple li {
	position: relative;
}
ul.simple ul {
	margin: 0 0 0 32px;
	padding-top: 2px;
}
ul.simple ul ul {
	margin: 0 0 0 32px;
	padding-top: 2px;
}
ul.simple li label {
	font-size: 1.0em;
}
ul.simple li.gray {
	color: #666;
}
ul.simple span.ofolder {
	padding-left: 20px;
	height: 16px;
	background: transparent url("../images/ofolderbtn.png") left top no-repeat;
}
ul.simple span.opage {
	padding-left: 20px;
	height: 16px;
	background: transparent url("../images/viewbtn.png") left top no-repeat;
}
/* use different comparative positioning for ie, 
   to avoid problems with virtual z-ordering */
* html ul.simple li { position:static; }
* html ul.simple a { position:relative; }
/* ==== / ==== */


/* ==== Tabs ==== */
div.tabs {
	width: 100%;
	/* Wenn gewünscht: background: #666 url("../images/skewbg.png"); */
	font-size: 93%;
	line-height: normal;
}
div.tabs ul {
	list-style: none;
}
div.tabs li {
	float: left;
	background: url("../images/tabout.png") no-repeat left 4px;
	margin: 0 1px 0 0;
	padding: 0 0 0 15px;
}
div.tabs a {
	float: left;
	display: block;
	background: url("../images/tabout.png") no-repeat right 4px;
	padding: 9px 14px 4px 0px;
	text-decoration: none;
	color: #765;
}
div.tabs li.selected {
	background: url("../images/tabover.png") no-repeat left 0px;
}
div.tabs li.selected a {
	background: url("../images/tabover.png") no-repeat right 0px;
}
div.tabpanel {
	background: #fff; /*  url("../images/whitebgpattern.png") */
	border: 2px solid #fff;
	padding: 4px;
}
/* ==== / ==== */


/* ==== Inhalte und News, Startseite ==== */
div.ctrlactions {
	padding: 4px 8px 20px 8px;
	background: #eee url("../images/skewbggradient.png") bottom left repeat-x;
	border-top: 1px solid #ccc;
	margin: 20px 0px;
}
div.ctrlactions a, div.ctrlactions a:hover {
	color: #666;
}
div.ctrlactions div {
	margin: 4px 4px;
	display: inline;
}
div.ctrlactions div.btn {
	padding-left: 24px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 10pt;
	white-space: nowrap;
}
div.ctrlactions div.sendmailbtn {
	background: transparent url("../images/emailbtn.png") left top no-repeat;
}
div.ctrlactions div.printbtn {
	background: transparent url("../images/printbtn.png") left top no-repeat;
}
div.ctrlactions div.forumbtn {
	background: transparent url("../images/forumbtn.png") left top no-repeat;
}
#portalcontent div.portalcontentbody p {
	text-align: justify;
}
#portalcontent ul {
	margin: 0.8em 1.3em;
}
#portalcontent table * {
	text-align: left;
}
#portalcontent table td {
	padding: 3px;
}
#portalcontent table {
	text-align: left;
}
#regNowBox {
	margin-top: 20px;
	padding: 4px;
	color: #666;
	background: #eee url("../images/graybgpattern.png");
	border: 1px solid #ccc;
}
/* ==== / ==== */


/* ==== News-Bereich, News Block ==== */
div.newsblockentry {
	border-top: 1px solid #ccc;
	margin-bottom: 2em;
}
div.newsblockentry div.headblock {
	border-top: 1px solid #fff;
	padding: 4px 4px;
	background: #eee url("../images/skewbggradient.png") bottom left repeat-x;
}
div.newsblockentry div.newspreview {
	text-align: justify;
	padding: 4px;
}
div.newsblockentry div.date {
	font-size: 0.7em;
}
div.newsblockentry h4 {
	margin: 0;
}
div.newsblockentry h5 {
	margin: 0;
	font-size: 0.7em;
	text-transform: uppercase;
}
/* ==== / ==== */


/* ==== Impressum ==== */
span.pad {
	position: relative;
}
span.pad span {
	position: absolute;
	left: 108px;
	top: 0;
	white-space: nowrap;
}
div#k3logo p {
	padding-bottom: 10px;
}
div#k3logo {
	padding-left: 108px;
	padding-bottom: 10px;
	background: transparent url("../../../images/k3logo.png") top left no-repeat;
}
/* ==== / ==== */


/* ==== Statistik ==== */
#statstab ul {
	list-style: none;
	font-size: 0.8em;
	padding-top: 16px;
	padding-left: 3px;
	background: transparent url("../images/detailHint.png") top left no-repeat;
}
#statstab ul li {
	padding: 0;
}
/* ==== / ==== */


/* ==== Statistik: Chart ==== */
div.barChart {
	margin: auto;
}
table.barChartTable {
	width: 95%;
	border-collapse: collapse;
}
table.barChartTable td {
	width: 60%;
	padding: 1px;
	margin: 0px;
}
table.barChartTable td.label {
	width: 40%;
	text-align: right;
	font-size: 0.8em;
	padding-right: 8px;
}
table.barChartTable div.bar {
	padding: 0 0 0 8px;
	background: transparent url("../images/chartbar.png") top left no-repeat;
}
table.barChartTable div.bar div {
	height: 18px;
	background: transparent url("../images/chartbar.png") top right no-repeat;
}
/* ==== / ==== */



/* ====        Devmode           ==== */
.DevModeArea {
 background-color: #FFF0F0;
 border: 1px solid black;
 padding: 5px;
 margin: 5px;
}