/*******************************************/
/*	START - Importing various stylesheets **/
/*******************************************/
@import url('indexed_search.css');
@import url('content.css');

/*******************************************/
/*	STOP - Importing various stylesheets  **/
/*******************************************/

/*********************************************************/
/***** START - Main stylesheet for HTML & BODY ***********/
/*********************************************************/
* {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 1em;
}
html{
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

body{
	font-size: 1em; /* edit here for global setting - 1em eq. 10px*/
	padding: 0;
	width: 970px !important;
	margin: 0 auto;
	color: #000000;
	background: #D9C4B2 url(/fileadmin/templates/images/bg_fader_til_top.gif) 0 0 repeat-x; 
}

div#outerContainer {
	width: 970px; 
	background: transparent url(/fileadmin/templates/images/top_bg.gif) 0 0 no-repeat;
	padding-top: 37px;
}

div#topContainer {
	overflow: hidden;
	height: 295px;
	margin: 0px 35px;;
}

div#topContainerSub {
	overflow: hidden;
	height: 110px;
	margin: 0px 35px 5px;
}


div#logo {
	float: left;
	margin: 0;;
}

div#personalEngagement {
	float: left;
	background: transparent url(/fileadmin/templates/images/pers_engagement.gif) 0 0 no-repeat;
	width: 418px;
	height: 76px;
}

div#searchContainer {
	float: right; 
	background: transparent url(/fileadmin/templates/images/searchbox.gif) 0 0 no-repeat;
	width: 201px;
	height: 23px;
	margin-top: 18px;
}
div#searchContainer #search {
	height: 23px;
}
div#searchContainer .searchBox {
	float: left;
	margin: 3px 0 0 4px;
	width: 154px; 
	border: 0; 
	font-size: 1.2em;
	background-color: transparent;
}

div#searchContainer .search_btn {
	border: 0;
	margin-left: 6px;
}

div#printContainer {
	float: right;
	margin-right: 0;
}

div#horzMenuContainer {
	margin-top: 6px;
	margin-left: 0;
	float: left;
}

div#breadcrumb {
	padding-left: 20px;
	font-size: 1.1em;
	color: #404040;
	margin: 18px 0 12px;
	/*height: 16px;*/
}

div#breadcrumb ul {
	margin-top: 0;
}

div#breadcrumb ul li {
	display: inline;
}

div#breadcrumb ul li a {
	color: #404040;
	text-decoration: none;
}

div#breadcrumb ul li a:hover {
	text-decoration: underline;
}


div#breadcrumb .breadcrumbprefix1 {
	float: left;
	font-weight: bold;
}
 
div#breadcrumb .breadcrumbprefix2 {
	float: left;
	margin: 0 7px;
}

div#breadcrumb .breadcrumbprefix2 a {
	color: #404040;
	text-decoration: none;
}

div#breadcrumb .breadcrumbprefix2 a:hover {
	text-decoration: underline;
}

div#innerContainer {
	width: 940px;
	margin-left: 15px;
	background-color: #F5E7DB;
	overflow: hidden;
	min-height: 300px;
}

div#content {
	background-color: #F5E7DB;
	margin: 0 20px;
	overflow: hidden;
	font-size: 1.2em;
}

div.subcontent {
	float: right;
	width: 680px;
	margin-top: -5px;
	
}

div#entranceContainer {
	margin-top: 31px;
	margin-top: 25px;
}

div.entranceBox {
	float: left; 
	margin-left: 36px;
}

div#entranceBox-1 {
	margin-left: 3px;
}
/*
div#entranceBox-2 {
	margin-left: 36px;
}

div#entranceBox-3 {
	margin-left: 36px;
}
*/

div#bottomContainer {
	background: #DEC7B5 url(/fileadmin/templates/images/bund_bg.gif) 0 0 no-repeat;
	height: 127px;
	min-height: 127px;
	font-size: 1.2em;
	color: #CCDAE6;
	text-align: center;
	padding-left: 35px;
}

div#blueBottom {
	background-color: #004684;
	width: 944px;
	height: 110px;
	font-size: 1.2em;
	color: #CCDAE6;
	text-align: center;
}	

div#bottomContainer #addresses {
	clear: both;	
	height: 110px;
}

div#bottomContainer .addressContainer {
	float: left; 
	/*width: 225px;*/
	width: 180px;
	margin-top: 15px;
}


div#bottomContainer .blueBottomName {
	font-weight: bold;
	color: white;
	height: 1.2em;
}

div#bottomContainer .blueBottomAddress {
	height: 1.2em;
}
div#bottomContainer .blueBottomPhoneFax {
	margin-top: 1em;
	height: 1.2em;
}


div#tclogo {
	margin: 10px 0;
}
/*********************************************************/
/***** STOP - Main stylesheet for HTML & BODY  ***********/
/*********************************************************/

/******************************************************************************/
/***** START - menu ******************************************************/
/******************************************************************************/
ul.horzMenu {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	list-style-position: outside;
	margin-left: 0;
} 

ul.horzMenu li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: 1.3em;
}


ul.horzMenu li.horzMenuItem-no a {
	color: #004684;
	text-decoration: none;
}

ul.horzMenu li a:hover,
ul.horzMenu li.horzMenuItem-act a {
	color: #b89f89;
}


div#vertMenuContainer {
	float: left;
	font-size: 1.2em;
	width: 200px;
	margin-left: 20px;
	margin-top: 5px;
}

ul.vertMenu {
	list-style: none;
	padding-left: 15px;
	margin-top: 0;
	padding-left: 0;
	list-style-position: outside;
	margin: 0;
}

ul.vertMenuL1 {
	background: transparent url(/fileadmin/templates/images/stiplet_vandret.gif) 0 bottom no-repeat;
}

ul.vertMenu li {
}


ul.vertMenu li a {
	color: black;
	font-weight: bold;
	text-decoration: none;

}

ul.vertMenu li a:hover {
	color: black; 
	font-weight: bold;
	text-decoration: underline;
}

ul.vertMenu li.vertMenuL1 a {
	display: block;
	height: 23px;
}

ul.vertMenu li.vertMenuL1  {
	background: transparent url(/fileadmin/templates/images/stiplet_vandret.gif) top left no-repeat;
	line-height: 25px;
	
}



ul.vertMenu li.menuItem-act a {
	color: #004684;
}

ul.vertMenu li.vertMenuL1 ul {
	list-style-image: url(/fileadmin/tempaltes/images/listmark1.gif);
	margin-bottom: 6px;
	padding-left: 11px;
}

ul.vertMenu li.vertMenuL1 ul li {
	line-height: 18px;
}
	
ul.vertMenu li.vertMenuL1 ul li a {
	font-weight: normal;
	margin-left: 5px;
	display: inline;
}
ul.vertMenu li.vertMenuL1 ul li ul {
	list-style-image: url(/fileadmin/tempaltes/images/listmark2.gif);
	margin-bottom: 0px;
	padding-left: 11px;
}



/******************************************************************************/
/***** STOP - menu ******************************************************/
/******************************************************************************/

/******************************************************************************/
/***** START - maintenance **************************************************/
/******************************************************************************/

.maintenance{
	height: 500px;
	background-image: url('/fileadmin/templates/images/maintenance.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/******************************************************************************/
/***** STOP - maintenance **************************************************/
/******************************************************************************/


/******************************************************************************/
/***** START - columns ********************************************************/
/******************************************************************************/

.threeColumnLeft{
	float: left;
	width: 33%;
	overflow: hidden;
}

.threeColumnNormal{
	float: left;
	width: 33%;
	overflow: hidden;
}

.threeColumnRight{
	float: right;
	width: 33%;
	overflow: hidden;
}

.twoColumnNormal{
	float: left;
	width: 50%;
	overflow: hidden;
}

.twoColumnRight{
	float: right;
	width: 50%;
	overflow: hidden;
}

.oneColumnNormal{
	width: 100%;
	overflow: hidden;
}


/******************************************************************************/
/***** STOP - columns *********************************************************/
/******************************************************************************/

div#printTop {
	display: none;
}

div#printFooter {
	display: none;
}


/******************************************************************************/
/************** Newsletter Subscription *********************************/
/******************************************************************************/
div.tx-tcsubscribe-pi1 .tx_tcsubscribe_pi1_text {
	font-size: 1em;
	width: 180px;
	border: .1em solid #004684;
	height: auto;
	margin-top: auto;
}

div.tx-tcsubscribe-pi1 input {
	height: 24px;
	margin-top: 2px;
}