#mainnav  {
	margin-top:25px;
}

#mainnav ul li a { 
	clear:both;
	text-align: left;
	display: block;
	width: 200px;
	max-width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#fff;	
}

a.folder:link,
a.folder:visited {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	text-decoration: none;
}
a.folder:hover,
a.folder:active,
a.folder:visited:hover {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
	color: #cc0000;
	text-decoration: underline;
}
a.active_folder:hover,
a.active_folder:active,
a.active_folder:visited,
a.active_folder:link {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
	color: #cc0000;
	text-decoration: underline;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
ul#menu ul {
	padding-left:0px; /* hier 20px setzen wenn der strich auch gepaddet werden soll */
	
}
ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {

}

ul#menu li a {
	background: url('/templates/sda/images/strich.jpg') no-repeat;
	padding-top:8px;
	padding-bottom:7px;
	font-size:15px;
	margin-left:45px;	
}

ul#menu li a.firstElem {
	background: none;
	padding-top:0px;
}

ul#menu li a:hover {
}

ul#menu li ul {
	margin-top:-7px;
	padding-bottom:5px;
}

ul#menu li ul li a,
ul#menu li ul li a:hover {
	width: 245px;
	max-width: 245px;
	margin-left: 0px;
	background:none;
	padding:0px;
	font-size:12px;
}

ul#menu li ul li ul {
	margin-top:0px;
}

ul#menu li ul li ul li a,
ul#menu li ul li ul li a:hover  {
	width: 235px;
	max-width: 235px;
	margin-left: 10px;
}


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;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.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;
}.hellessuchfeld{
	filter: gray() alpha(opacity=50);
	opacity: 0.50;
}

/** Suche **/
.suchres{
	border-bottom:1px solid #333;	
	padding-top:3px;
	padding-bottom:3px;
}
.sucheOpenClose{
	background: #fff url('/templates/sda/images/container_close.gif');
	background-repeat:no-repeat;
	background-position:right 4px;
}
.tabtabelle{
	border:1px #fff solid;
	border-left:0px;
}
.tabtabelle td{
	width:91px;
	border-left:1px white solid;
	border-right:1px white solid;
	padding-left:4px;
	background-color: #e5e5e5;
}
.tabtabelle td.aktiv {
	border-top:1px #e5e5e5 solid;
	background-color: #fff;
}
.tabtabelle td.aktiv a{
	color:#000;
}
.sdaFTPad{
	padding:2px;	
}
.sdaText {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	width: 178px;
	height: 16px;
	line-height:14px !important;
	border: 0px solid #e5e5e5;
	background-color:#e5e5e5;
}
.sdaTextUpload {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	width: 178px;
	border: 0px solid #e5e5e5;
	background-color:#e5e5e5;
}
.tabspactelast{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;
}
.sdaText3-5{
	width: 299px;
}
.sdaText4-5{
	width: 198px;
}
.linkauflistung{
	display:none;
}
.linkauflistungOn{
	display:block;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/admin/images/b_calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}






/********************************/
/**********Allgemeines***********/
.searchForminFrontend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	width: 178px !important;
	height: 14px !important;
	line-height:14px !important;
	border: 0px solid #e5e5e5;
	background-color:#e5e5e5;
	
}


.onlyprint {
	display:none;
}

.noprint {}

html{
	height:100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	margin:0px;
	background-color:#fff;
}

a:link,
a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#cc0000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a:focus {
	outline: none;
}
td,
tr,
th,
h1,
h2,
h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	line-height: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
sub{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}
hr{
	border-top: 1px solid #CCC;
	border-right: 1pt solid #fff;
	border-bottom: 1pt solid #fff;
	border-left: 1pt solid #fff;
}


/********************************/
/**********Schriften*************/




.schriften {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#666666;
	text-decoration: none;
}

.schriftenklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#666666;
	text-decoration: none;
}

.titel{
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color:#666666;
	text-decoration:none;
}

.header{
	height:125px;
	width: 1096px;
	padding-top:15px;
}





#Content {
	margin-top:25px;
}

/********************************/
/***********Subnavi**************/
.servicelinksdiv {
	float:right;
	font-size: 15px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	padding-left:8px;
	height:18px;
}
.servicelinks a:link,
.servicelinks a:hover,
.servicelinks a:visited {
	float:right;
	font-size: 15px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	padding-left:8px;
	height:18px;
}
.servicelinksAktiv a:link,
.servicelinksAktiv a:hover,
.servicelinksAktiv a:visited,
.servicelinksAktiv a:active,
.servicelinks a:active {
	float:right;
	font-size: 15px;
	font-weight: normal;
	color:#cc0000;
	text-decoration:none;
	padding-left:8px;
	height:18px;
}
.servicelinkstrenner{
	float:right;
	font-size: 18px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	padding-left:8px;
	height:18px;
}

.trennerprachservice{
	float:right;
	font-size: 18px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	padding-left:40px;
	height:18px;
}




.AgendaTab{
	width:100%;
	padding-right:4px;
}

.agendatrenner{
	height:7px;
	background: #fff url('/templates/sda/images/strichagenda.gif') no-repeat top left;
}




/********************************/
/**********Containers************/
.container {
	width:210px;
	margin:0px;
	margin-bottom: 11px;
}
.containertitle {
	border-top:1px solid #000000;
	padding-left:0px;
	padding-top:3px;
	width: 210px;
	height:15px;
	font-weight:bold;
	color: #666666;
	cursor: pointer;
}
.containercontent {

}
.containercontentText {

}
.containerfoot {
	cursor: pointer;
	text-align: right;
	padding: 4px;
	background: #fff url('/templates/sda/images/container_closefoot.gif') no-repeat bottom right;
}
.containerfoot span {
	cursor: pointer;
}
.containercontentText img {
	max-width: 210px;
	height:auto !important;
	border:0px;
}

.containerclosed {
	background: #fff url('/templates/sda/images/container_open.gif');
	background-repeat:no-repeat;
	background-position:right 4px;
	
}
.containeropen {
	background: #fff url('/templates/sda/images/container_close.gif');
	background-repeat:no-repeat;
	background-position:right 4px;
	
}

.containerclosed .containercontent {
	display:none;
}
.containerclosed .containerfoot {
	display:none;
}



/****************************************/
/********** Kontakt Formular ************/
#kontaktFormSpez6 td,
#kontaktFormSpez8 td {
	padding-bottom: 5px;
}
td.dragHandle {
	margin-left:2px;
	width:20px;
  	background-image: url(/admin/images/updown.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	cursor: move;  
	opacity: 0.2;
	filter: alpha(opacity=20);
}
td.dragHandleVisible{
	opacity: 1;
	filter: alpha(opacity=100);
}

div.hidden {
	visibility: hidden;
}
