a { font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px; }
h1 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 20px; }
h2 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 17px; }
h2:first-letter { font-family:Monotype Corsiva; font-size:200%; font-weight:bold; color:red }
h3 { font-style:italic; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 13px; }
ol {list-style-type:decimal}
a:link { color: #0050A0; text-decoration: none; }
a:visited { color: #666699;	text-decoration: none; }
a:hover { color: #333399; text-decoration: none; }
a:active { color: #333399; text-decoration: none; }

select,input,ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:square;

}

  
legend {
color: #000000;
}


body,textarea,select{

	background-color: #ffffff;
	margin:0px
	scrollbar-base-color:#CCDDEE;
	scrollbar-face-color:#CCDDEE;
	scrollbar-shadow-color:#6F6F6F;
	scrollbar-highlight-color:#666699;
	scrollbar-3dlight-color:#EEEEEE;
	scrollbar-darkshadow-color:#EFEFEF;
	scrollbar-track-color:#EBF1F8;
	scrollbar-arrow-color:#0050A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.cb {
	border: none;
	font-weight:bold;
	color:green;
/*	background-color: #EBF1F8; */
	width:100%;
}

fieldset {
	border: 1px solid black;
	padding-left:3px;
	padding-bottom:3px
}



.menu { 
	font-weight:bold; 
	color: #FFFF00
}

.bodytitle {
	background-color: #ffffff;
	background-image: url(../image/bg_m_o_l.gif); 
    background-repeat:no-repeat;
	margin:0px
}
.bodynav {
	background-color: #ffffff;
	background-image: url(../image/bg_r_y.gif); 
	background-repeat:repeat-y;
	background-attachment:fixed;
	margin:0px
}

.navtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

.table {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;

}        

.table th { background-color: #ccddee; }
.table td { background-color: #EBF1F8; }


#newsmenu {
	background-color : lightblue;
	padding:5px;
	border: none;
	width:155px;
	margin-right:5px;
	position:absolute; right:20px; top:35px;


}
#newsmenutest {
	background-color : sandybrown;
	padding:5px;
	border: none;
	width:120px;
	margin-right:5px;
	position:absolute; right:20px; top:20px;


}

#newswindow {
	color:black;
	padding:30px;
	border: none;
height:95%;
width:60%;
margin:0;
padding:0;
overflow:auto;

	position:absolute;
	left:0px;
	top:0px;
	float:left;
	visibility: visible;






}
#show {
    background-color:#FFFFFF;
	position:absolute;
	margin-left:auto;
	margin-top:30px;
	left:0px;
	top:30px;
	width:70%;
	height:90%;
	padding:3px;
	border: none;
	owerflow:auto;
	float:left;
	margin-right: auto;
	margin-bottom: auto;

}


#trefferbereich {

   padding:14px 5px;
   border:1px dashed black;
   padding-bottom:10px;
   background:#fff;
   margin-bottom:20px;
   width:90%;
   text-align:left;
   clear:left
 
}
#trefferbereich p[align] {
   margin:1em 0 0; /* 'Suche abgeschlossen' ausser IE */
}


#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}

 #menu { width: 100%; float: left; }

#menu ul { list-style: none; margin: 0; padding: 0; width: 150px; float: left; }

#menu a, #menu span
  { font: bold 11px/16px arial, helvetica, sans-serif;
  display: block; border-width: 1px; border-style: solid;
  border-color: #ccc #888 #555 #bbb;
  margin: 0; padding: 2px 3px; background: #efefef; cursor:pointer}

#menu a { color: #000; background: #AAE; text-decoration: none;  border-color: #227;}

#menu a:hover { color: #a00; background: #fff; }

#menu li {position: relative;}

#menu ul ul { position: absolute; z-index: 500; }

#menu ul ul ul { position: absolute; top:2px; left: 98%; }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;}



/*Data-Picker*/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* AJAX-Kalender (onMouseOver) Fenster mit Termin 
.ajaxcalwindow {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #1155aa;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Univers, sans-serif;
}


/* AJAX-Kalender (onMouseOver) Hilfsklasse 
.ajaxcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}   */
/* CSS-Klassen für benutzerdefinierte Terminkategorien */
td.sbdetHB-PNU {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #ffaaaa;
}

td.sbdetHB-WAW {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #aaffaa;
}
