/***************************************************/
/******************** General ********************/
/***************************************************/


* {
	margin: 0;
}

img {
	border: none;
}
/*** Lists ***/
ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}


li {
	list-style-position:outside;
	/*** original war inside - outside rückt die 2. Zeile ein ***/
	/*** dafür musste bei ul der paddingwert für jede seite definiert werden, 0px war standard ***/
	/*** 10px links und der rest 0 ***/
	margin-left:20px;
}

* html img {
	margin-bottom: -3px;
	border: none;
}

/*** Links ***/
a {
	color: #007357;
}

a:hover {
	color: #66cc66;
}

/*** Body ***/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

/*** Caption - Bildklasse ***/
img_caption  {
	margin-right: 10px;
	margin-bottom: 7px;
}

img.caption  {
	margin-right: 10px;
	margin-bottom: 7px;
}

h3 {
  /*font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #135cae;*/
  padding-bottom: 5px;
}
/* definiert tiefgestellte zahlen*/
sub {
	font-size:8px;
	line-height:0.1px;
	
}

/*****************Message********************/
/********************************************/

#system-message dd.message ul { 
	color: #007357;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background: none;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background: none;
	border: none;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #007357;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background: none;
	border: none;
}

#system-message {
	background: #FFFFFF;
	margin-left:7px;
}

#message {
	color: #FFFFFF;
	background: #FFFFFF;
	margin-left: 25px;
	margin-left:171px;
	width:574px;
}



/***************************************************/
/****************** Main-Bereich ******************/
/***************************************************/

div#main {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background: #f0f5ef;
	border: 1px solid #a1c4b1;
}

/*** Header ***/
div#header {
	background: url(../images/head_start.jpg) 0 0 no-repeat;
	height: 109px;
}

/***************************************************/
/******************** Top Menue ********************/
/***************************************************/

div#topMenu {
	float:left;
	background: #007357;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding-left: 10px;
	height: 30px;
	width:629px;
	font-size:12px;
}

* html #topMenu {
	width:637px;
}

* html #topMenu a {
	height: 22px;
}
div#topMenu ul {
	padding-left: 0px;
}

div#topMenu li {
	margin-top: 8px;
	color:#FFFFFF;
	float: left;
	list-style: none;
	margin-right: 0px;	
}

div.moduletable-topMenu li.active span{
	color:#66cc66;
}

div#topMenu a {
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

div#topMenu a:hover {
	color: #66cc66;
	text-decoration: inherit;
}

div#topMenu a:active {
	color: #66cc66;
}

/***************************************************/
/****************** Top Sub Menü ******************/
/***************************************************/

* html .moduletable-topSubMenu a {
	height: 1px;
}

div.moduletable-topSubMenu {
	text-align:center;
	/*** border-bottom: 1px dashed #007357; ***/
	padding-bottom: 4px;
}

div.moduletable-topSubMenu li{
	display: inline;
	list-style: none;
	border: 1px solid #007357;
	margin: 3px;
	padding: 2px;
}

div.moduletable-topSubMenu a{
	text-decoration:none;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;		
}

div.moduletable-topSubMenu li.active span{
	color: #FFFFFF;
}

div.moduletable-topSubMenu li.active {
	background: #007357;
}

div.moduletable-topSubMenu a:hover {
	color: #66cc66;
}

/***************************************************/
/*****************Termin Top Sub Menu **************/
/***************************************************/

* html .moduletable-TerminTopSubMenu a {
	height: 1px;
}

div.moduletable-TerminTopSubMenu {
	text-align: left;
	/*** border-bottom: 1px dashed #007357; ***/
	padding-bottom: 4px;
	width: 523px;
}

div.moduletable-TerminTopSubMenu li {
	margin-left: 0px;
	margin-right: 5px;
	list-style-type: none;
	display: inline;
}

div.moduletable-TerminTopSubMenu a{
	text-decoration:none;
	font-size: 10px;
	margin-right: 0px;
	margin-left: 2px;		
}

div.moduletable-TerminTopSubMenu li.active span{
	color: #FFFFFF;
}

div.moduletable-TerminTopSubMenu li.active {
	background: #007357;
}

div.moduletable-TerminTopSubMenu a:hover {
	color: #66cc66;
}

ul.menu-TerminTopSubMenu {
	padding: 0 0 0 0px;
}



/***************************************************/
/**************** Logo, Breadcrumbs ****************/
/***************************************************/

/** Logo ***/
div#logo {
	float: right;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	height: 30px;
}

/*** Breadcrumbs ***/
div#breadcrumbs {
  	background: url(../images/bg_info.jpg) 0 0 no-repeat;
	height: 14px;
	margin-bottom: 8px;
}

div[id]#breadcrumbs {
	margin-top: 42px;
}

* html div#breadcrumbs {
	margin-top: 6px;
  }
  
span.pathway {
	margin-left: 156px;
	vertical-align: top;
	height: 14px;
}
	
.pathway {
	font-size: 11px;
	font-weight:bold;
	color: #007357;
	text-decoration:none;
}

/***************************************************/
/******************** Main Menü ********************/
/***************************************************/

div#mainMenu {
	color:#007357;
	background: #f0f5ef;
	float:left;
	width:150px;
}

div[id]#mainMenu {
	margin-left:8px;
}

* html div#mainMenu {
	margin-left: 5px;
}

a.mainlevel-mainMenu:link, a.mainlevel-mainMenu:visited {
	color:#007357;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.mainlevel-mainMenu:hover {
	color: #66cc66;
}

a#active_menu-mainMenu {
	border: 1px solid  #007357;
	background: #007357;
	color:#FFFFFF;
	padding:0px;
}

/*** Sublevel ***/
a.sublevel-mainMenu:link, a.sublevel-mainMenu:visited {
	color:#007357;
	text-decoration: none;
	font-size: 11px;
	/*padding-left: 5px;*/
	font-weight: bold;
}

a.sublevel-mainMenu:hover {
	color: #66cc66;
}

/*** Separator FÜR DAS MAIN-Menu***/
div#mainMenu td {
	/***border-bottom: 1px dashed #007357;***/
	line-height: 20px;
}


/***************************************************/
/*************** Suche, Login Status ***************/
/***************************************************/

div.moduletable-search {
	margin-top: 5px;
}

input.button-search {
	margin-left: 5px;
	vertical-align: text-bottom;
}

div#loginStatus {
	font-size:10px;
}

/*** Login ***/
fieldset.input {
	width: 140px;
}

.input p{
	text-align: left;
	font-weight:bold;
	margin-top: 10px;
}


/***************************************************/
/********* Pagination (Seitennummerierung) *********/
/***************************************************/

.pagination span { 
	padding: 5px;
}
.pagination a {
	padding: 5px;
}


/***************************************************/
/******************** Content ********************/
/***************************************************/

div#contentBorderTop {
	background: url(../images/table_top.jpg) left top no-repeat;
	margin: 0px 15px 0px 171px; /** 0 30 0 156 **/
	height: 29px;
	font-size: 12px;
}

div#content {
	background:#FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	font-size:12px;
	color: #545454;
	float:auto;
}

div[id]#content {
	margin: 0px 15px 0px 171px; /** 0 30 0 156 **/
	min-height: 400px;
}

* html div#content {
    margin: 0px 15px 0px 171px; /** 0 30 0 153 **/
	height: 1%;
	height: 400px;
	font-size:12px;
}

div#content p, td{
	font-size:12px;
}

.contentheading {
	font-weight: bold;
	font-size:16px;
	padding-bottom: 10px;
}

.contentpagetitle {
	text-decoration:none;
	color: #545454;
}

.componentheading {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 20px;
}
 
.createdate {
	color:#999999;
	font-style: italic;
}

div#contentBorderBottom {
	background: url(../images/table_bottom.jpg) left bottom no-repeat;
	margin: 0px 15px 0px 171px; /** 0 30 0 156 **/
	height: 29px;
	margin-bottom: 10px;
}


/***************************************************/
/********************* Footer **********************/
/***************************************************/

div#footer {
	background: url(../images/bg_bottom.jpg) repeat;
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
	font-size: 11px;
	color: #007357;
	border: none;
}

/*** Banners ***/
div.bannergroup-banners {
	float: right;
	margin-top: -38px;
	border: none;
}

* html div.bannergroup-banners {
	margin-top: -40px;
	border: none;
}

div.bannergroup-banners a {
	margin-right: 10px;
	height: 1px;
	border: none;
}

/*** Copyright ***/
div.moduletable-copyright {
	width: 250px;
	padding-top: 2.5px;
}

* html div.moduletable-copyright {
	width: 250px;
	padding-top: 4px;
}

/*** Footer Menu ***/
div.moduletable-footerMenu {
	margin-top: -16px;
	margin-left: 250px;
	width: 150px;
	border: none;
}

* html div.moduletable-footerMenu {
    margin-top: -17px;
	margin-left: 250px;
	width: 150px;
}

a.mainlevel-footerMenu:link, a.mainlevel-footerMenu:visited {
	color: #007357;
	text-decoration: none;
	font-size:11px;
	margin:none;
}

a.mainlevel-footerMenu:hover {
	color: #66cc66;
}

a#active_menu-footerMenu {
	color:#676767;
}

/***************************************************/
/********************** Point **********************/
/***************************************************/

a.point-link {
	background-color:#336699;
	text-decoration: none;
	color:#FFFFFF;
	padding: 4px;
	font-weight:bold;
}

a.point-link:hover {
	background-color:#336699;
	color:#FFFFFF;
	padding: 4px;
	font-weight:bold;
	font-size: 13px;
}

/***************************************************/
/********************** Links **********************/
/***************************************************/

table.links-verbaende td {
	border-bottom:hidden;		/*1px dashed #cccccc;*/
	border-left:hidden;
	border-right:hidden;
	border-top: hidden;
}

table.links-adresses td {
	/*border:1px dashed #cccccc;*/
}

/***************************************************/
/******************** Tool-Tips ********************/
/***************************************************/

.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
	background-color: #999999;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 11px;
	margin: 0;
}

span.hasTip img {
	border: none;
}

/***************************************************/
/******************** Suchfunktion *****************/
/***************************************************/

.searchtable_1 {
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 4px;
}

.searchtable_2 {
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.searchbox {
	display:inline;
	margin-right:5px;
	font-size:12px;
	height: 14px;
	border: 1px solid #007357;
}

.inputbox {
	display:inline;
	margin-right:10px;
	font-size:12px;
	height: 18px;
	border: 1px solid #007357;
	margin-top: 4px;
}

.button {
	display:inline;
	margin-right:10px;
	font-size:12px;
	height: 18px;
	border: 1px solid #007357;
}

.searchintro {
	margin:0px;
	padding: 0px;
	line-height:12px;
}

.searchresult_bold {
	font-weight:bold;
	line-height:20px;
}
.searchresult_link {
}

/***************************************************/
/***************dfContact+++++++++ *****************/
/***************************************************/

.dfcontact {
margin-top:30px;
}

.messagebox {
	display:inline;
	margin-right:10px;
	font-size:12px;
	height: 70px;
	width:200px;
	border: 1px solid #007357;
	margin-top: 4px;
}
