/*******************************************************/
/* Erstellung: 19.06.2006					*/
/* Autor: Lars Lehners inixdata GmbH			*/
/* firefox.css                         			*/
/* Unterstützte Browser: firefox				*/
/* gehört zum Designtemplate main_tmpl.html	 	*/
/*******************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: #D1D3D4;
	margin: 0px;
	padding: 0px;
}


a, a:link, a:visited{
	color: #034EA2;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 15pt;
	color: #034EA2;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 15pt;
	color: #000;
	margin-bottom: 7px;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

h3 {
	font-size: 12pt;
	color: #034EA2;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	font-size: 12pt;
	color: #034EA2;
	margin-bottom: 7px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

h5 {
	font-size: 10.5pt;
	color: #034EA2;
	font-weight: bold;
	margin-bottom: 5px;
}

td {
	font-size: 10pt;
}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

ol {
	margin-top: 2px;
	margin-bottom: 2px;
}

a img {
	border: 0px;
}

p {
	margin-top: 0px;
}

td p{
	margin-bottom: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
	position:absolute;
	width: 779px;
	height: auto;
	background-image:url(../bilder/tmpl_main_bg.gif);
	background-repeat: repeat;
	border: 1px solid #000;
	left:50%;
	right:50%;
	margin-left:-390px;
	margin-top: 3%;
}

#kopfkontainer {
	width: 100%;
	height: 80px;
	background: #FFF;
	background-image: url(../bilder/tmpl_intermarec-logo.gif);
	background-repeat: no-repeat;
	background-position: 40px 10px;
	border-bottom: 2px solid #034EA2;
}

#links{
	float: left;
}

#navbarlinks{
	position: relative;
	margin-top: 70px;
	width: 195px;
}


#bild{
	position: relative;
	padding: 58px;
}

#bild img {
	margin-top: 25px;
}

#content{
	position: relative;
	padding: 6px;
	padding bottom: 70px;
	float: right;
	width: 568px;
	min-height: 420px;
	background-image: url(../bilder/tmpl_logos.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


#fusszeile{
	clear: both;
	height: 16px;
	width: 779px;
	font-size: 9pt;
}


/***********************************************/
/* header Components                           */
/***********************************************/

#banner{				/*ä*/
	float: right;
}

#logo {				/*d*/

}

#print {
	position: absolute;
	right: 8px;
	top: 56px;
	width: 20px;
	height: 18px;
	z-index: 4;
}

#sprachen {
	position: absolute;
	right: 35px;
	top: 59px;
	z-index: 4;
}

#sprachen img{
	margin-right: 5px;
	border: 1px solid #333;
}




/*********** #navbarlinks link styles ***********/

#navbarlinks dfn {
	visibility: hidden;
	font-size: 1px;
	width: 10px;
}

#navbarlinks .hidden {
	display: none;
}

#navbarlinks .accessKey {
	text-decoration: underline;
}

/***********************/

#navbarlinks ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	background-color: #034EA2;
}

#navbarlinks ul li{
	width: 195px;
/*	border-bottom: 1px solid #fff;*/
	background-image: url(../bilder/weiss.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}

#navbarlinks li.active{
	background-color: #FFFFFF;
}

#navbarlinks a,
#navbarlinks a:link,
#navbarlinks a:visited{
	width: 170px;
	line-height: 20px;
	padding-right: 20px;
	font-weight: normal;							/*ä*/
	color: #ffffff;
	display: block;
	background-color: ff0000;
}

#navbarlinks a:hover,
#navbarlinks li:hover{
	color: #000000;
	background-color: #FFFFFF;
}

#navbarlinks li.active a,
#navbarlinks li.active a:link,
#navbarlinks li.active a:visited{
	color: #000000;
}

/***********************/

#navbarlinks li.active ul {
	background-color: #ffffff;
}

#navbarlinks ul li.active ul li a, 
#navbarlinks ul li.active ul li a:link, 
#navbarlinks ul li.active ul li a:visited {
	font-weight: normal;
	font-size: 8pt;							/*ä*/
	line-height: 20px;
	padding-right: 20px;							/*ä*/
	/*fontstyle: oblique;						ä*/
}

#navbarlinks ul li ul li.active a, 
#navbarlinks ul li ul li.active a:link, 
#navbarlinks ul li ul li.active a:visited,
#navbarlinks ul li.active ul li a:hover {
	font-weight: bold;
}

/************* #fusszeile styles ***************/

#fusszlinks{
	position: absolute;
	width: 195px;
	height: 16px;
	display: inline;
}

#fusszlinks a, #fusszlinks a:link, #fusszlinks a:visited{

}

#fusszlinks a:hover{

}

#fusszmitte{
	position: absolute;
	left: 195px;
	width: 500px;
	height: 16px;
	display: inline;
	padding-top: 0px;
	border-top: 1px solid #000000;
}

#fusszmitte dfn {
	display: none;
}

#fusszmitte a, #fusszmitte a:link, #fusszmitte a:visited{
	color: #000;
	margin-left: 15px;
}

#fusszmitte a:hover{
 	color: #2C86A5;
}

#fusszmitte .hidden {
	display: none;
}

#fusszrechts {
	position: absolute;
	text-align: right;
	height: 16px;
	padding-right: 20px;
	right: 0px;
	padding-top: 0px;
	font-size: 8pt;
	color: #000;				/*ä*/
	border-top: 1px solid #000000;
}

/***********************************************/
/* Extension: CSS Styled Content		      */
/***********************************************/

/**** Rahmen für Contentelemente*/

.csc-frame-frame1 {
	border: 1px solid #333;
	padding: 3px;
}

.csc-frame-frame2 {
	border: solid 1px #333;
	background-color: #AAE1FA;
	padding: 3px;
}

div.csc-frame-rulerAfter {
	border-bottom: 1px solid #333;
	width: auto;
	height: 1px;
}

div.csc-frame-rulerBefore {
	border-bottom: solid #333;
	width: auto;
	height: 1px;
}

.csc-textpic-caption {
	font-size: 8pt;
}


/***********************************************/
/* Extension: html_area RTE			      */
/***********************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, 
h1.align-left, 
h2.align-left, 
h3.align-left, 
h4.align-left, 
h5.align-left, 
h6.align-left, 
td.align-left { 
	text-align: left; 
}

p.align-center, 
h1.align-center, 
h2.align-center, 
h3.align-center, 
h4.align-center, 
h5.align-center, 
h6.align-center, 
td.align-center { 
	text-align: center; 
}

p.align-right, 
h1.align-right, 
h2.align-right, 
h3.align-right, 
h4.align-right, 
h5.align-right, 
h6.align-right, 
td.align-right { 
	text-align: right; 
}

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, 
	table.csc-frame-frame1 { 
	background-color: none; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; }

p.csc-frame-frame2, 
table.csc-frame-frame2 { 
	background-color: #AAE1FA;
	padding: 2px 4px 2px 4px; 
	border: 1px solid #333; 
}

/* Bullet styles for unordered lists.*/
ul.component-items { 
	list-style-type: circle; 
}

ul.action-items { 
	list-style-image: url(img/red_arrow_bullet.gif); 
}

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { 
	list-style-type: lower-roman; 
}

ol.action-items-ordered { 
	list-style-type: lower-greek; 
}

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/


span.important { 
/*Rot*/
	color: #DF0404; 
}

span.name-of-person { 
/*hellblauGrau*/
	color: #AAE1FA; 
}

span.detail {
/*grün*/
	color: #034EA2; 
}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}


/* ---------------------------------------------- */
/* - Begin Extension: Dropdownsitemap */
/* ---------------------------------------------- */


.tx-dropdownsitemap-pi1 {
	width: 530px;
}

.tx-dropdownsitemap-pi1 A {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:link {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:hover {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:visited {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A:active {
	padding-left: 0px;
	background-image: none;
}

.tx-dropdownsitemap-pi1 A {
	font-weight: bold;
}

.level_1 a img{
	margin-bottom: 4px;
}

.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}
.tx-dropdownsitemap-pi1 DIV {
	padding: 2px;
	margin-bottom: 5px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
}

.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}

.tx-dropdownsitemap-pi1 DIV.level_3 {
}

.tx-dropdownsitemap-pi1 DIV.level_4 {

}

.tx-dropdownsitemap-pi1 DIV.level_5 {

}

.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: 1px solid #333;
}




/* ---------------------------------------------- */
/* - Begin Extension: TT_News 			*/
/* ---------------------------------------------- */

/* --------------------------------------------------------------------tt_NewsCssConfig */ 

/*-----------------------------------  clearer  */
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #EBEBEB;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view */

.news-latest-container {

}

.news-latest-container H2 {
	padding:3px;
	margin-bottom:0px;
	border-bottom:1px solid #0A246A;
	
}

.news-latest-container H3 {
	padding-bottom: 6px;
	margin-bottom:0px;
}

.news-latest-container H3 A:HOVER {
	color: #333;
}

.news-latest-container p{
	margin-top: 0px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:0px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {

}

.news-latest-gotoarchive A {
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:0px;
	/*border:1px solid #333333;*/
	border-bottom:1px solid #0A246A;
	/*background-color: #ffffff;*/
}

.news-latest-item IMG {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #333;
}


.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:8pt;
}

.news-latest-morelink {

}


.news-latest-morelink A, .news-latest-morelink A:link, .news-latest-morelink A:visited {
	float:left;
}

.news-latest-morelink  {

}

.news-latest-morelink A:HOVER {

}

.news-latest-morelink IMG {
	float: left;
	border:0px;
	margin-top: 4px;
}

.news-latest-date A:HOVER {

}



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.1;
	/* IE hack end */
	padding:0px;
	margin:3px;
	margin-top: 15px;
	margin-bottom: 17px;
}

.news-list-container H3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #333;	
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	padding-left:2px;
}

.news-list-container H3 A {
}

.news-list-container P {
	padding-left:3px;
}

.news-list-date {
	float: right;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 0px;
	margin-right: -2px;
	padding-top: 1px;
	padding-right: 10px;
	color: #034EA2;
	font-size: 8pt;
	font-weight: normal;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 8pt;
}

.news-list-container IMG {
	float: right;
	border:1px solid #333;
	margin-bottom:5px;
	margin-right:10px;
	margin-left:5px;
}


.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:8pt;
	margin-left:3px;
}

.news-list-morelink {
	margin-top: 6px;
	margin-bottom:3px;
}

.news-list-morelink IMG {
	float: left;
	border:0px;
	margin-top: 2px;
	margin-left:0px;
}

.news-list-browse {
	text-align: center;
}

.news-search-form {
	padding:3px;
	margin-bottom:0px;
	border:1px solid #333;
	background-color:#D1D3D4;			/*ä*/
}

.news-search-emptyMsg{
	margin:5px;
}

.news-search-form FORM {
	margin:0px;
}

	/*--------------------------------- tt_news SINGLE view  */


.news-single-item {
	margin-bottom:5px;
}

.news-single-item a:hover{
	color: #333;
	font-weight: bold;
}

.news-single-item HR.clearer {
	clear:right;
	height:1px;
	border:1px solid #333;
	visibility: hidden;
}

#news-single-item-header {
	margin-top: 10px;
       margin-bottom: 30px;
	border-bottom: 1px solid #333;
}

#news-single-item-header H2 {
	font-size: 17pt;
	font-weight:bold;
	font-variant: small-caps;
	padding-left: 15px;
	border: none;
	width: 100%;

}

.news-single-author {
	padding-left: 20px;
	color: #034EA2;
	float: left;
       margin-top: 0px;
}

.news-single-author a {

}

.news-single-author a:hover {
	
}

.news-single-timedata {
	padding-right: 10px;
	float: right;
       margin-top: -17px;
	color: #034EA2;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 8pt;
}

.news-single-item H3 {
	padding-left: 15px;
	font-size: 11pt;
	font-weight: bold;
}

.news-single-img {
	float: right;
	margin-left:5px;
	margin-right:10px;
}

.news-single-img img {
	border: 1px solid #333;
}

.news-single-imgcaption {
	clear:both;
	text-align: center;
	margin-top:2px;
}

#news-single-item-content {
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 15px;
}

.news-single-backlink, .news-single-backlink a:hover {
	color: #000;
}

.news-single-additional-info {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:3px;
	background-color: #D1D3D4;				/*ä*/
}


.news-single-additional-info a:hover {
	font-weight: bold;
	color: #333;
}

.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;

}

.news-single-related DD, .news-single-links DD, .news-single-files DD, .news-single-links DD p {
	margin: 0px;
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


	/*---------------------------------  tt_news Page-Browser */
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #333;
	padding:3px;
}
.tx-ttnews-browsebox TD {
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {

}

.news-search-emptyMsg {
	margin-left: 10px;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	padding:10px;
	border-bottom: 1px solid #EBEBEB; 
}

.news-amenu-container UL {
	padding:0px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
}

li.news-amenu-item-year{
	margin-top: 10px;
	color: #fff;
	font-size: 10pt;
	border-bottom: 1px solid #333;
	padding-left: 10px;
}

li.news-amenu-item-year dd{
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	width: 130px;
	margin-top: 10px;
	color: #fff;
	font-size: 10pt;
	background-color: #034EA2;
	border: 1px solid #333;
	border-bottom: none;
}

.news-amenu-container li{
	list-style-position: inside;
	padding-top: 3px;
	padding-left: 10px;
	list-style-type: none;
}

.news-amenu-container H2 {
	padding:3px;	
	margin: 0px;
}

