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


* {
	margin: 0;
}


img {
	border: none;
}

/*** Lists ***/
ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
}


li {
	list-style-position:outside;
	margin-left:12px;
}

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

/*** Links ***/
a {
	color: #888888;
	border: none;
}

a:hover {
	color: #ac3d3d;
}

/*** Aufzählungen ***/
tr, td .sectiontableentry1, sectiontableentry2 {
	height: 30px;
}
tr, td .contentdescription {
	height: 1px;
}


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


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

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

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

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

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

* html #topMenu {
	width:637px;
}

* html #topMenu a {
	height: 22px;
}

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

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

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

div#topMenu a:hover {
	color: #CCCCCC;
}

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

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

div.moduletable-topSubMenu {
	text-align:center;
	padding-bottom: 4px;
}

div.moduletable-topSubMenu li{
	display: inline;
	list-style: none;
	border: 1px solid #888888;
	margin: 4px;
}

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

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

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

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


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

/** Logo ***/
div#logo {
	background-color: #FFFFFF;
	float: left;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding-left: 4px;
	padding-top:0px;
	padding-bottom: 3px;
	height: 27px;
	width: 117px;
}

/*** 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: #888888;
	text-decoration:none;
}

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

div#mainMenu {
	color:#888888;
	background: #eaeaea;
	float:left;
	width:136px;
}

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

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

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

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

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

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

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

/*** Separator ***/
div#mainMenu td {
	border-bottom: 1px dashed #888888;	
	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: 50px 30px 0px 30px;
	height: 29px;
	font-size: 12px;
}

div#content {
	background:#FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	font-size:12px;
	color: #545454;
	float: auto;
	background-image: url(../images/bg-content.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div[id]#content {
	margin: 0px 30px 0px 30px;
	min-height: 400px;
}

* html div#content {
    margin: 0px 30px 0px 30px;
	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 30px 50px 30px;
	height: 29px;
	margin-bottom: 20px;
}


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

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

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

* html div.bannergroup-banners {
	margin-top: -28px; /** -40px**/
}

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

/*** Copyright ***/
div.moduletable-copyright {
	width: 240px;
	padding-top: 6px; /** 2,5px**/
	padding-left:20px;
}

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

/*** Footer Menu ***/
div.moduletable-footerMenu {
	margin-top: -15px;
	margin-left: 270px;
	width: 150px;
	font-size: 11px;
}

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

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

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

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: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;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.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;
}