/* Grundformate */
p {
	margin: 0;
	padding: 0;
}
strong, .highlight{
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
/* span-Klassen für Subscripts, Superscripts und Fußnoten */
.sup {
	font-size: 9px;
	position:relative;
	bottom: 3px;
}
.sub {
	font-size: 9px;
	position:relative;
	top: 3px;
}
.footnote {
	font-size: 9px;
	line-height: 12px;
}
.error {
	border: 1px solid #E58316;
	background-color: #E58316;	
}
.errorMessage {
	color: #E58316;	
}
/* Definitionen für full_content links + mitte + rechts */
#full_content h1 {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
}
#full_content h1.first {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
	margin:0px;
	margin-bottom: 10px;
	padding-top:2px;
}
#full_content a {
	color: #46617D;
	text-decoration: underline;
}
#full_content a:hover {
	color: #E58316;
	text-decoration: underline;
}
#full_content a strong {
	color: #46617D;
	background-color: #F1F0EE;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#full_content a:hover strong {
	color: #E58316;
	background-color: #F1F0EE;
	font-weight: bold;
	text-decoration: underline;
}


/* Definitionen für MITTLERE SPALTE*/
#normal_content p {
	margin-bottom: 12px;
	display: block;
}

/* Überschriften */ 
#normal_content h1 {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
	background-color: #F1F0EE;
	margin: 0;
}
#normal_content h1.first {
	margin-bottom: 10px;
	padding-top: 2px;
	clear: both;
}
#normal_content h1.img {
	padding: 0;
}
#normal_content a {
	color: #46617D;
	text-decoration: underline;
}
#normal_content a:hover {
	color: #E58316;
	text-decoration: underline;
}
#normal_content a strong {
	color: #46617D;
	background-color: #F1F0EE;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#normal_content a:hover strong {
	color: #E58316;
	background-color: #F1F0EE;
	font-weight: bold;
	text-decoration: underline;
}
#normal_content a.anker,
#normal_content a.anker:hover {
	color: #333;
	text-decoration: none;
}

#normal_content h2, 
#normal_content h3,
#normal_content h3 a.anker,
#normal_content h3 a.anker:hover,
#normal_content h3 span.a.anker,
#normal_content h3 span.a.anker:hover {
	clear: left;
	color: #46617D;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 3px 0;
}

/* Links in normal_content*/
/* Anker ohne Formatierung */
/* Definitionen
	<h2 class="quadrat"><a class="anker" name="ankerTop">HeadlineBlue</a></h2>
	<h2 class="quadrat"><a class="quadrat" name="ankermiddle">HedlineAnker</a></h2>
	<h2><a class="quadrat" name="headankerlinkBlue">TEMAX</a></h2>
*/
#normal_content h2.quadrat, 
#normal_content h2 a.anker,
#normal_content h2 a.anker:hover, 
#normal_content h2 a.quadrat,
#normal_content h2 a.quadrat:hover, 
#normal_content h2.quadrat a.quadrat,
#normal_content h2.quadrat a.quadrat:hover,
#normal_content h2.quadrat a.anker, 
#normal_content h2.quadrat a.anker:hover
{
	color: #46617D;
	clear: both;
	background-color: #D6DCE2;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
	width: 381px;
	padding: 1px 0 1px 0px;
}
/*
#normal_content h2.quadrat a.anker, 
#normal_content h2.quadrat a.anker:hover
{
	color: #46617D;
	padding: 0px 0px 0px 0px;
}
*/
#normal_content h2.subtext {
	background-color: #F1F0EE;
	margin: 2px 0 2px 0;
	padding: 4px 0 4px 0;
}
#normal_content h3.listhead {
	background-color: #F1F0EE;
	margin: 2px 0 -3px 0;
	padding: 4px 0 0 0;
}


/* Bilder */
/* große Bilder */
#normal_content img {
	border: none;
	margin: 3px 0 10px 0;
	float: none;
}
/* textumflossene Bilder */
#normal_content img.image_right {
	float: right; 
	margin: 0 0 0 5px;

}
#normal_content img.image_left {
	float: left; 
	margin: 0 5px 10px 0;

}
/* div für Bild mit umfließendem Text: braucht float left um richtige Größe wenn Bild > Text zu haben! */
#normal_content div.image_block {
    float: left;
    display: block;
    width: 388px;
    margin: 0;
    padding: 0;
}

#normal_content div.image_block1 {
    float: left;
    position: relative;
    display: block;
    width: 388px;
    margin: 5px 0 12px 0;
    padding: 0;
}

#normal_content div.image_block_rel {
    float: left;
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
}


#normal_content div.image_block_abs_top_left {
	float: left;
	position: absolute;
	display: block;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: auto;
	margin: 0;
	padding: 0; 
}

#normal_content div.image_block_abs_top_right {	
	float: left;
	position:absolute;	
	display: block;
	z-index: 2;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 0;
	padding: 0; 
}


/* div für Banner: zentriert */
#normal_content div.image_banner {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#normal_content div.image_banner img {
	float: none;
	margin: 0;
	padding: 5px;
	border: none;
}



/* flash im Content */
#normal_content .flash {
	float: left;
	margin: 3px 5px 10px 0;
}

/* flash im Content */
#normal_content .flash_notext {
	float: none;
	margin: 3px 0px 10px 0;
}


/* Bildunterschriften */
#normal_content .bu_left_100 {
	clear: left;
	float: left;
	width: 100px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* kastei neu eingefügte für andere Bildgrössen */
#normal_content .bu_left_50 {
	clear: left;
	float: left;
	width: 46px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
#normal_content .bu_left_100 {
	clear: left;
	float: left;
	width: 96px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
#normal_content .bu_left_150 {
	clear: left;
	float: left;
	width: 146px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* Bildunterschriften */
#normal_content .bu_left_200 {
	clear: left;
	float: left;
	width: 200px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* Bildunterschriften */
#normal_content .bu_left_300 {
	clear: left;
	float: left;
	width: 300px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/*---------------------------------------*/
#normal_content .bu_left_192 {
	clear: left;
	float: left;
	width: 187px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
#normal_content .bu_left_388 {
	display: block;
	width: 383px;
	color: #91857B;
	margin: 0 0 5px 5px;
}

#normal_content .bu_right_100 {
	clear: right;
	float: right;
	width: 95px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* kastei neu eingefügte für andere Bildgrössen */
#normal_content .bu_right_50 {
	clear: right;
	float: right;
	width: 45px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
#normal_content .bu_right_150 {
	clear: right;
	float: right;
	width: 145px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* Bildunterschriften */
#normal_content .bu_right_200 {
	clear: right;
	float: right;
	width: 195px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* Bildunterschriften */
#normal_content .bu_right_300 {
	clear: right;
	float: right;
	width: 295px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/*---------------------------------------*/


/* Listen */
#normal_content ol {
	margin: 10px 0 10px 15px;
	padding: 0;
	background-color: transparent;
}
#normal_content ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	background-color: transparent;
	list-style-image: url(/imperia/md/content/img/quadrat_6px_blue.gif);
}
#normal_content li {
	margin-left: 10px;
	background-color: transparent; 
}


/* mehrspaltige Listen */
#normal_content .list_columns {
	float: left;
	width: 380px;	
}
#normal_content div.struktur_list {
	float: left;
/*	width: 388px;*/
	margin: 0 0 5px 0;
}
#normal_content div.struktur_list_pad {
	float: left;
	padding: 0 10px 0 0;
}
#normal_content .list_1column_entry {	
	width: 378px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;	
}
#normal_content .list_2column_entry {	
	width: 188px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;	
}
#normal_content .list_3column_entry {	
	width: 124px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;
}
/* Klassen für Bilder mit Text in Spalten mit 188er bzw. 124er Weite */
/* kastei image_block_378 für nur eine Spalte */
#normal_content div.image_block_1col {
    width: 378px;
	clear: both;
	margin-bottom: 10px;    
}
/* kastei image_block_1col */
#normal_content div.image_block_1col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei umbenannt von image_block_188 in image_block_2col */
#normal_content div.image_block_2col {
    width: 188px;
	clear: both;
	margin-bottom: 10px;
}

/* kastei umbenannt von image_block_188 in image_block_2col */
#normal_content div.image_block_2col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei umbenannt von image_block_124 in image_block_3col */
#normal_content div.image_block_3col {
    width: 124px;
	clear: both;
	margin-bottom: 10px;    
}
/* kastei umbenannt von image_block_124 in image_block_3col */
#normal_content div.image_block_3col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei span-Klassen für 100x100px-icon mit Text mittig daneben */
#normal_content .row3_100px {
	display: block;
	height: 75px;
	padding: 25px 0 0 0;
	margin: 0;
}	
#normal_content .row2_100px {
	display: block;
	height: 65px;
	padding: 35px 0 0 0;
	margin: 0;
}
#normal_content .row1_100px {
	display: block;
	height: 60px;
	padding: 40px 0 0 0;
	margin: 0;
}
/* span-Klassen für 50x50px-icon mit Text mittig daneben */
#normal_content .row3_50px {
	display: block;
	height: 45px;
	padding: 5px 0 0 0;
	margin: 0;
}	
#normal_content .row2_50px {
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
	margin: 0;
}
#normal_content .row1_50px {
	display: block;
	height: 30px;
	padding: 20px 0 0 0;
	margin: 0;
}
/* span-Klassen für 30x30px-icon mit Text mittig daneben */
#normal_content .row3_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}	
#normal_content .row2_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 5px 0 0 0;
	margin: 0;
}
#normal_content .row1_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 11px 0 0 0;
	margin: 0;
}



/* indent-Listen für Suchergebnisse und Events */
#normal_content span.date
{
	margin: 0 10px 0 0;
	font-weight: bold;
}
#normal_content div.indent
{
	margin: 0 0 3px 86px;
	text-indent: -86px;
}
	
#normal_content p.searchitem
{
	margin: 0 0 10px 30px;
	text-indent: -30px;
}
#normal_content a.searchlemma
{
	font-size: 11px;
	font-weight: bold;
	border: none;
}

#normal_content .dropdown
{
	float: left;
	width: 380px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;	
}

#normal_content .dropdown SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;	
}

/* Download-Link mit Icons */
#normal_content div.download,
#normal_content div.excel, 
#normal_content div.zip, 
#normal_content div.video, 
#normal_content div.audio, 
#normal_content div.image 
#wide_content div.download,
#wide_content div.excel, 
#wide_content div.zip, 
#wide_content div.video, 
#wide_content div.audio, 
#wide_content div.image 
{
	clear: left;
	display: block;
	height: auto; 
	width: 186px;
	background-color: #E8E3E1;
	padding: 2px 7px 5px 7px;
	overflow: hidden;
}

/* pdf */
#wide_content div.download a,
#normal_content div.download a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.download a:hover,
#normal_content div.download a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* excel */
#wide_content div.excel a, 
#normal_content div.excel a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/excel_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.excel a:hover, 
#normal_content div.excel a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/excel_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* zip */
#wide_content div.zip a, 
#normal_content div.zip a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/zip_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.zip a:hover, 
#normal_content div.zip a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/zip_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* video */
#wide_content div.video a, 
#normal_content div.video a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/video_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.video a:hover, 
#normal_content div.video a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/video_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* audio */
#wide_content div.audio a, 
#normal_content div.audio a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/audio_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.audio a:hover, 
#normal_content div.audio a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/audio_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* bild */
#wide_content div.ijmage a, 
#normal_content div.image a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/jpg_download.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content div.ijmage a:hover, 
#normal_content div.image a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/jpg_download.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}



/* Definitionen für breite MITTLERE SPALTE */

#wide_content p {
	margin-bottom: 12px;
	display: block;
}

/* Überschriften */ 
#wide_content h1 {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
	background-color: #F1F0EE;
	margin: 0;
}
#wide_content h1.first {
	margin-bottom: 10px;
	padding-top: 2px;
	clear: both;
}
#wide_content h1.img {
	padding: 0;
}
#wide_content a {
	color: #46617D;
	text-decoration: underline;
}
#wide_content a:hover {
	color: #E58316;
	text-decoration: underline;
}
#wide_content a strong {
	color: #46617D;
	background-color: #F1F0EE;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#wide_content a:hover strong {
	color: #E58316;
	background-color: #F1F0EE;
	font-weight: bold;
	text-decoration: underline;
}
#wide_content a.anker,
#wide_content a.anker:hover {
	color: #333;
	text-decoration: none;
}

#wide_content h2, 
#wide_content h3,
#wide_content h3 a.anker,
#wide_content h3 a.anker:hover,
#wide_content h3 span.a.anker,
#wide_content h3 span.a.anker:hover {
	clear: left;
	color: #46617D;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 3px 0;
}

/* Links in normal_content*/
/* Anker ohne Formatierung */
/* Definitionen
	<h2 class="quadrat"><a class="anker" name="ankerTop">HeadlineBlue</a></h2>
	<h2 class="quadrat"><a class="quadrat" name="ankermiddle">HedlineAnker</a></h2>
	<h2><a class="quadrat" name="headankerlinkBlue">TEMAX</a></h2>
*/
#wide_content h2.quadrat, 
#wide_content h2 a.anker,
#wide_content h2 a.anker:hover, 
#wide_content h2 a.quadrat,
#wide_content h2 a.quadrat:hover, 
#wide_content h2.quadrat a.quadrat,
#wide_content h2.quadrat a.quadrat:hover,
#wide_content h2.quadrat a.anker, 
#wide_content h2.quadrat a.anker:hover
{
	color: #46617D;
	clear: both;
	background-color: #D6DCE2;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
	width: 381px;
	padding: 1px 0 1px 0px;
}
/*
#wide_content h2.quadrat a.anker, 
#wide_content h2.quadrat a.anker:hover
{
	color: #46617D;
	padding: 0px 0px 0px 0px;
}
*/
#wide_content h2.subtext {
	background-color: #F1F0EE;
	margin: 2px 0 2px 0;
	padding: 4px 0 4px 0;
}
#wide_content h3.listhead {
	background-color: #F1F0EE;
	margin: 2px 0 -3px 0;
	padding: 4px 0 0 0;
}


/* Bilder */
/* große Bilder */
#wide_content img {
	border: none;
	margin: 3px 0 10px 0;
	float: none;
}
/* textumflossene Bilder */
#wide_content img.image_right {
	float: right; 
	margin: 0 0 0 5px;

}
#wide_content img.image_left {
	float: left; 
	margin: 0 5px 10px 0;

}
/* div für Bild mit umfließendem Text: braucht float left um richtige Größe wenn Bild > Text zu haben! */
#wide_content div.image_block {
    float: left;
    display: block;
    width: 388px;
    margin: 0;
    padding: 0;
}

#wide_content div.image_block1 {
    float: left;
    display: block;
    width: 388px;
    margin: 5px 0 12px 0;
    padding: 0;
}
/* div für Banner: zentriert */
#wide_content div.image_banner {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wide_content div.image_banner img {
	float: none;
	margin: 0;
	padding: 5px;
	border: none;
}



/* flash im Content */
#wide_content .flash {
	float: left;
	margin: 3px 5px 10px 0;
}

/* Bildunterschriften */
#wide_content .bu_left_100 {
	clear: left;
	float: left;
	width: 100px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* kastei neu eingefügte für andere Bildgrössen */
#wide_content .bu_left_50 {
	clear: left;
	float: left;
	width: 50px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
#wide_content .bu_left_150 {
	clear: left;
	float: left;
	width: 150px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* Bildunterschriften */
#wide_content .bu_left_200 {
	clear: left;
	float: left;
	width: 200px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/* Bildunterschriften */
#wide_content .bu_left_300 {
	clear: left;
	float: left;
	width: 300px;
	color: #91857B;
	margin: 0 5px 0 5px;
}
/*---------------------------------------*/
#wide_content .bu_left_192 {
	clear: left;
	float: left;
	width: 192px;
	color: #91857B;
	margin: 0 0 5px 5px;
}
#wide_content .bu_left_388 {
	display: block;
	width: 383px;
	color: #91857B;
	margin: 0 0 5px 5px;
}

#wide_content .bu_right_100 {
	clear: right;
	float: right;
	width: 95px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* kastei neu eingefügte für andere Bildgrössen */
#wide_content .bu_right_50 {
	clear: right;
	float: right;
	width: 45px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
#wide_content .bu_right_150 {
	clear: right;
	float: right;
	width: 145px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* Bildunterschriften */
#wide_content .bu_right_200 {
	clear: right;
	float: right;
	width: 195px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/* Bildunterschriften */
#wide_content .bu_right_300 {
	clear: right;
	float: right;
	width: 295px;
	color: #91857B;
	margin: 7px 0 5px 5px;
}
/*---------------------------------------*/


/* Listen */
#wide_content ol {
	margin: 10px 0 10px 15px;
	padding: 0;
	background-color: transparent;
}
#wide_content ul {
	margin: 10px 0 10px 15px;
	padding: 0;
	background-color: transparent;
	list-style-image: url(/imperia/md/content/img/quadrat_6px_blue.gif);
}
#wide_content li {
	margin-left: 10px;
	background-color: transparent; 
}


/* mehrspaltige Listen */
#wide_content .list_columns {
	float: left;
	width: 380px;	
}
#wide_content div.struktur_list {
	float: left;
/*	width: 388px;*/
	margin: 0 0 5px 0;
}
#wide_content div.struktur_list_pad {
	float: left;
	padding: 0 10px 0 0;
}
#wide_content .list_1column_entry {	
	width: 378px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;	
}
#wide_content .list_2column_entry {	
	width: 188px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;	
}
#wide_content .list_3column_entry {	
	width: 124px;
	float: left;
	padding: 0 2px 0 0;	
	overflow: hidden;
}
/* Klassen für Bilder mit Text in Spalten mit 188er bzw. 124er Weite */
/* kastei image_block_378 für nur eine Spalte */
#wide_content div.image_block_1col {
    float: left;
    display: block;
    margin: 0;
    width: 378px;
}
/* kastei image_block_1col */
#wide_content div.image_block_1col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei umbenannt von image_block_188 in image_block_2col */
#wide_content div.image_block_2col {
    float: left;
    display: block;
    margin: 0;
    width: 188px;
}

/* kastei umbenannt von image_block_188 in image_block_2col */
#wide_content div.image_block_2col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei umbenannt von image_block_124 in image_block_3col */
#wide_content div.image_block_3col {
    float: left;
    display: block;
    margin: 0;
    width: 124px;
}
/* kastei umbenannt von image_block_124 in image_block_3col */
#wide_content div.image_block_3col img {
    float: left;
	margin: 3px 5px 10px 0;
	border: none;
	clear: left;
}
/* kastei span-Klassen für 100x100px-icon mit Text mittig daneben */
#wide_content .row3_100px {
	display: block;
	height: 75px;
	padding: 25px 0 0 0;
	margin: 0;
}	
#wide_content .row2_100px {
	display: block;
	height: 65px;
	padding: 35px 0 0 0;
	margin: 0;
}
#wide_content .row1_100px {
	display: block;
	height: 60px;
	padding: 40px 0 0 0;
	margin: 0;
}
/* span-Klassen für 50x50px-icon mit Text mittig daneben */
#wide_content .row3_50px {
	display: block;
	height: 45px;
	padding: 5px 0 0 0;
	margin: 0;
}	
#wide_content .row2_50px {
	display: block;
	height: 40px;
	padding: 12px 0 0 0;
	margin: 0;
}
#wide_content .row1_50px {
	display: block;
	height: 30px;
	padding: 20px 0 0 0;
	margin: 0;
}
/* span-Klassen für 30x30px-icon mit Text mittig daneben */
#wide_content .row3_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}	
#wide_content .row2_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 5px 0 0 0;
	margin: 0;
}
#wide_content .row1_30px {
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 11px 0 0 0;
	margin: 0;
}



/* indent-Listen für Suchergebnisse und Events */
#wide_content span.date
{
	margin: 0 10px 0 0;
	font-weight: bold;
}
#wide_content div.indent
{
	margin: 0 0 3px 86px;
	text-indent: -86px;
}
	
#wide_content p.searchitem
{
	margin: 0 0 10px 30px;
	text-indent: -30px;
}
#wide_content a.searchlemma
{
	font-size: 11px;
	font-weight: bold;
	border: none;
}


/* Tabellen */

table {
	margin: 0 0 15px 0;
}
table.table_gfk {
	width: 100%;
	font-size: 9px;
	line-height: 13px;
	table-layout: fixed;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0;
	padding: 4px 7px;
}
table.table_gfk,
table.table_gfk p,
table.table_gfk strong,
table.table_gfk b {
	font-size: 9px;
	margin: 0;
}
#wide_content table.table_gfk td, 
#normal_content table.table_gfk td { 

	padding: 4px 7px;
}
table.table_11px {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
}
table.table_gfk caption, table.table_11px caption {
	margin: 0;
	font-size: 11px;
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
	background: #f1f1f1;
	color: #46617D;
	font-weight: bold;
}
table.table_gfk th, table.table_gfk td, table.table_11px th, table.table_11px td {
	margin: 0;
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #b5b5b5;
	
}
table.table_11px th, table.table_11px td  {
	font-size: 11px;
	color: #333;
}
table.table_11px,
table.table_11px p,
table.table_11px strong,
table.table_11px b {
	font-size: 11px;
	margin: 0;
}

table.table_gfk tr, table.table_11px tr ,table.table_11px tr.background_dark, table.table_gfk tr.background_dark{
	background: #e6e6e6;
}
table tr.alt, table tr.bgWhite, table tr.bgwhite, table tr.background_light {
	background: #f1f1f1;
}

table td.text_left, table td.align_text_left{
	text-align: left;
}
table td.text_right, table tr.text_right,table td.align_text_right, table tr.align_text_right{
	text-align: right;
}

table tr.text_right_white, table tr.align_text_right-light_background{
	text-align: right;
	background: #f1f1f1;
}

/* Sonderfälle mittlere Spalte */
.sitemap {
	float: left;
	width: 388px;																			/* width: 380px;	16.07.08 kastei */
}
.sitemap h1.first {
	color: #46617D;
	background-color: #F1F0EE;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 2px;
	clear: both;
}
/* 16.07.08 kastei Veschiebung in der Überschrift vermeiden bei längeren Texten */
.sitemap h2.subtext {
	height: 26px;
}
/* 16.07.2008 kastei */
.sitemap li {
	margin-left: 0;
}
.sitemap .sitemap_row {
	width: 388px;
	padding: 0;	
	overflow: hidden;
}
.sitemap .sitemap_entry {
	width: 124px;
	padding: 0 2px 0 3px;																		/* padding: 0 2px 0 0;	16.07.08 kastei */	
	float: left;
	overflow: hidden;
}


/* Definitionen für RECHTE SPALTE */
#right_content_box p {
	width: 186px;
	display: block;
	background-color: #E8E3E1;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 7px 5px 7px;
	text-align: left;
}
/* CSS Document GfK worldmap.css */
/* Ueberschrift Worldmap Company-Liste (Land) */
#right_content_box p.strongOrange {
	width: 186px;
	display: block;
	background-color: #E8E3E1;
	color: #E58316;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 7px 5px 7px;
	margin-top: 0px;
	text-align: left;
}
#right_content_box a.thick_link_a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box a.thick_link_a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}

#right_content_box a.socialMediaLink {
	color: gray;	
}
#right_content_box a.socialMediaLink:hover {
	color: gray;	
}
#right_content_box .socialMedia_subTitle {
	color: gray;	
}
#right_content_box .socialMediaDeepLink {
	padding-left: 24px;
	padding-bottom: 1px;	
	line-height: 22px;
}
#right_content_box .socialMediaConnectLink {
	line-height: 20px;
}
#right_content_box .socialMediaConnectMatrix {
	width: 93px;
	float: left;
	line-height: 20px;
	padding-bottom: 4px;
}
#right_content_box .socialMediaConnectLink .img,
#right_content_box .socialMediaConnectMatrix .img {
	vertical-align: middle;	
}
#right_content_box .socialMediaIconFacebook {
	background: url(/imperia/md/content/img/GfK-Facebook.gif) no-repeat 0 2px;
	display: block;
}
#right_content_box .socialMediaIconTwitter {
	background: url(/imperia/md/content/img/GfK-Twitter.gif) no-repeat 0 2px;
	display: block;
}
#right_content_box .socialMediaIconYoutube {
	background: url(/imperia/md/content/img/GfK-Youtube.gif) no-repeat 0 2px;
	display: block;
}
#right_content_box .socialMediaIconLinkedIn {
	background: url(/imperia/md/content/img/GfK-LinkedIn.gif) no-repeat 0 2px;
	display: block;
}
#right_content_box .socialMediaIconWordpress {
	background: url(/imperia/md/content/img/GfK-Wordpress.gif) no-repeat 0 2px;
	display: block;
}

#right_content_box span.hint {
	color:#46617D;
	font-weight: normal;
	font-style: italic;
}

/* Companyliste Worldmap */
#worldmap_txtbox p {
	width: 186px;
	display: block;
	background-color: #E8E3E1;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 7px 5px 7px;
	text-align: left;
}

#right_content_box h1 {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
}

#right_content_box h1.first {
	margin-bottom: 10px;
	padding-top: 2px;
	clear: both;
}

/* Überschriften */
#right_content_box h2.quadrat,
#right_content_box h2.box_orange,
#right_content_box h2.box_orange_intlink {
	clear: both;
	width: 180px;
	display: block;
	background-color: #E58316;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 3px 8px;
	text-align: left;
	margin: 20px 0 0 0;
}

#right_content_box h2.box_warmgreydunkel {
	width: 180px;
	display: block;
	background-color: #A79F97;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 3px 8px;
	text-align: left;
	margin: 20px 0 0 0;
}

#right_content_box a {
	color: #E58316;
 	background-color: inherit;
	font-size: 11px;
	text-decoration: underline;
}
#right_content_box a:hover {
	color: #46617D;
 	background-color: inherit;
	font-size: 11px;
	text-decoration: underline;
}
#right_content_box a strong {
	color: #E58316;
 	background-color: inherit;
	font-size: 11px;
	text-decoration: underline;
}
#right_content_box a:hover strong {
	color: #46617D;
 	background-color: inherit;
	font-size: 11px;
	text-decoration: underline;
}
#right_content_box a.anker,
#right_content_box a.anker:hover {
	text-decoration: none;
	color: #333;
}

/* Links in right_content_box*/
/* Anker ohne Formatierung */
/* Definitionen:
/* <h2 class="box_orange"><a class="anker" name="headanker1">HeadlineAnker</a></h2> 
   <h2 class="box_orange"><a class="box_orange" name="ankerlinkhead">textx</a></h2>
*/
#right_content_box h2 a.anker,
#right_content_box h2 a.anker:hover,
#right_content_box h2 a.box_orange,
#right_content_box h2 a.box_orange:hover,
#right_content_box h2.box_orange a.box_orange,
#right_content_box h2.box_orange a.box_orange:hover
{
	clear: both;
	width: 180px;
	display: block;
	background-color: #E58316;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px 0 0 0;
	text-decoration: none;
}

/* Download-Link mit Icons */
#right_content_box div.download,
#right_content_box div.excel, 
#right_content_box div.zip, 
#right_content_box div.video, 
#right_content_box div.audio, 
#right_content_box div.image 
{
	clear: left;
	display: block;
	height: auto; 
	width: 186px;
	background-color: #E8E3E1;
	padding: 2px 7px 5px 7px;
	overflow: hidden;
}

/* pdf */
#right_content_box div.download a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.download a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* excel */
#right_content_box div.excel a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/excel_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.excel a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/excel_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* zip */
#right_content_box div.zip a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/zip_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.zip a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/zip_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* video */
#right_content_box div.video a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/video_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.video a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/video_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* audio */
#right_content_box div.audio a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/audio_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.audio a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/audio_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
/* bild */
#right_content_box div.image a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/jpg_download.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#right_content_box div.image a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/jpg_download.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}

/* Bilder */
#right_content_box img.nofloat {
	float: none;
	margin: 0;
	border: none;
}
#right_content_box img {
	float: left;
	margin: 2px 5px 5px 0;
	border: none;
}

/* kastei für Bilder links in Grössen 100 150 200 */
/* div  */
#right_content_box div.image_other_block {
	display: block;
	margin: 0;
	padding: 0;
}
#right_content_box div.image_other_block img {
	float: none;
	margin: 0;
	padding: 0;
}
/* div für kleinere, von Text umflossene Bilder */
/* zusätzlich zu .image_float (soll für die allte Seiten erhalten bleiben */
#image_float {
	float: left;
	display: block;
	height: auto;
	width: 186px;
	background-color: #E8E3E1;
	margin: 0;
	padding: 5px 7px 5px 7px;
	clear: both;
	overflow: hidden;
}
#image_float p {
	
	display: block;
	background-color: #E8E3E1;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 0 0;
	text-align: left;
}
/* zusätzlich zu .image_float (soll für die allte Seiten erhalten bleiben */
/* statt id #image_float ist es jetzt class */
.image_float {
	float: left;
	display: block;
	height: auto;
	width: 186px;
	background-color: #E8E3E1;
	margin: 0;
	padding: 5px 7px 5px 7px;
	clear: both;
}
.image_float p {
	
	display: block;
	background-color: #E8E3E1;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 0 0;
	text-align: left;
}
/* statt id #image_float ist es jetzt ein class */

/* div für 200px breite Bilder */
#right_content_box div.image_block {
	display: block;
	background-color: #E8E3E1;
}
#right_content_box div.image_block img {
	float: none;
	margin: 0;
	padding: 0;
}
/* 06.07.07 kastei für unterschiedliche Flash auf der rechten Seiten */
#right_content_box div.right_flash_notext {
	background-color: #E8E3E1;
	display: block;
	padding: 5px 0 5px 0;
	width: 200px;
	text-align: center;
}
#right_content_box div.right_flash {
	background-color: #E8E3E1;
	display: block;
	padding: 5px;
}
#right_content_box div.right_flash_200 {
	display: block;
	background-color: #E8E3E1;
	margin: 0;
	padding: 0;
}
#right_content_box .right_flash_object_float_left {
	float: left;
	margin-right: 5px;
}
#right_content_box .right_flash_object_float_none {
	float: none;
	margin: 0px;
}

#right_content_box div.right_text {
	float: left;
	margin-right: 5px;
}
#right_content_box div.right_text_200 {
	display: block;
	background-color: #E8E3E1;
	margin: 0;
	padding: 0;
}
#left_content_box div.left_flash_notext {
	background-color: #E8E3E1;
	display: block;
	padding: 5px 0 5px 0;
	width: 200px;
	text-align: left;
}
#left_content_box div.left_flash_200 {
	display: block;
	background-color: #E8E3E1;
	margin: 0;
	padding: 0;
}
#left_content_box div.left_flash {
	background-color: #E8E3E1;
	padding:5px;
	display: block;
}
#right_content_box .left_flash_object_float_left {
	float: left;
	margin-right: 5px;
}
#right_content_box .left_flash_object_float_none {
	float: none;
	margin: 0px;
}
#left_content_box div.left_text {
	float: left;
	margin-right: 5px;
}
#left_content_box div.left_text_200 {
	display: block;
	background-color: #E8E3E1;
	margin: 0;
	padding: 0;
}
#wide_content div.clear,
#normal_content div.clear {
	clear: both;
}
/*------------------------------------------------------------------*/
/* clear-div: nötig unter div.image_float, weil sonst Mozilla keinen Abstand macht */
#right_content_box div.clear {
	clear: both;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-color: #E8E3E1;
	background-color: inherit;	
}

/* div für Banner: zentriert */
#left_content_box div.image_banner,
#right_content_box div.image_banner {
	background-color: #E8E3E1;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#left_content_box div.image_banner img,
#right_content_box div.image_banner img {
	float: none;
	margin: 0;
	padding: 5px; 
}

/* Bildunterschrift 200px breites Bild */
/* kastei umbenannt von bu_200 in bu_right_200 */
#left_content_box div.bu_left_200,
#right_content_box div.bu_right_200 {
	float: none;
	width: 195px;
	height: 20px;
	color: #91857B;
	background-color: #E8E3E1; 
	margin: 0;
	padding: 0 0 0 5px;
}
/* kastei eingefügt für andere Bildgrössen 50px, 100px, 150px 200px*/
#right_content_box div.bu_right_150 {
	clear: left;
	float:left;
	width: 150px;
	color: #91857B;
	background-color: #E8E3E1; 
	padding: 0 0 0 5px;
}
#right_content_box div.bu_right_100 {
	clear: left;
	float:left;
	width: 100px;
	color: #91857B;
	background-color: #E8E3E1; 
	padding: 0 0 0 5px;
}
#right_content_box div.bu_right_50 {
	clear: left;
	float: left;
	width: 50px;
	color: #91857B;
	background-color: #E8E3E1; 
	padding: 0 0 0 5px;
}
/*-----------------------------------------------------*/

/* Listen */
#right_content_box #rightboxes ul {
	color: #333;
	background-color: #E8E3E1;
	margin: 0; 
	padding: 5px 0 5px 27px;
	width: 173px;
}
#right_content_box #rightboxes li {
	padding: 0 1px 0 0;
	color: #333;
	background-color: inherit;
	list-style-image: url(/imperia/md/content/img/quadrat_6px_orange.gif);
}

/* div-Klassen für Funktinsboxen rechts */
/* Suche und Datumsauswahl */
#right_content_box .calendar, #right_content_box .searchright {
	margin: 0;
	padding: 5px 0 5px 7px;
	background-color: #E8E3E1;
	height: 60px;
	width: 193px;
}

#right_content_box .rightSearch, #right_content_box .dropdown {
	margin: 0;
	padding: 5px 0 5px 7px;
	background-color: #E8E3E1;
	width: 193px;
}

/* Sortierung */
#right_content_box .sort {
	margin: 0;
	padding: 5px 0 5px 7px;
	background-color: #E8E3E1;
	height: 15px;
	width: 193px;
}
/* Finder und alphabetische Auswahl */
#right_content_box .finderright {
	margin: 0;
	padding: 5px 0 5px 7px;
	background-color: #E8E3E1;
	height: 45px;
	width: 193px;
}
#right_content_box .finderright p, #right_content_box .initials p {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
#right_content_box .initials {
	margin: 0;
	padding: 5px 0 5px 7px;
	background-color: #E8E3E1;
	height: 30px;                              /*             09.07.08 kastei */									
	width: 193px;
}

/* Funktionen und Funktionslinks */
#right_content_box .ascending, #right_content_box .descending {
	color: #E58316;
	background-color: #E8E3E1;
	font-size: 11px;
	font-weight: normal;
	padding: 0 3px 0 3px;
}
#right_content_box .previous {
	clear: left;
	color: #E58316;
	background-color: #E8E3E1;
	font-size: 11px;
	font-weight: normal;
	/* background: url(/imperia/md/content/img/pfeil_orange_left.gif) no-repeat 0 50%; */
	padding: 0 5px 0 0;
}
#right_content_box .next {
	color: #E58316;
	background-color: #E8E3E1;
	font-size: 11px;
	font-weight: normal;
	/* background: url(/imperia/md/content/img/pfeil_intern_orange_search.gif) no-repeat right 50%; */
	padding: 0 10px 0 5px;
}

#right_content_box .calendarImg {
	float: left;
	margin: 3px 0 0 7px;
}
#right_content_box label {
	float: left;
	width: 50px;
	padding: 0;
	margin: 3px 0 0 0;
}
#right_content_box input {
	float: left;
	margin: 1px 5px 5px 0;
	width: 100px;
	font-size: 11px;
	color: #47467D;
}
#right_content_box .searchbutton {
	width: 70px;
	padding: 2px 0 2px 0;
	margin: 0 0 5px 0;
	background-color: #E8E3E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;
	float: left;
	border-top: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #A79F97 1px solid;
	border-bottom: #A79F97 1px solid;
}
#right_content_box .searchbuttonbig {
	width: auto;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	background-color: #E8E3E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;
	float: left;
	border-top: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #A79F97 1px solid;
	border-bottom: #A79F97 1px solid;
}   

#right_content_box .searchbutton:hover, #right_content_box .searchbuttonbig:hover  {
	color: #E58316;
	background-color: #F1F0EE;
}
#right_content_box select {
	width: 176px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;
	background-color: #FFF;
}
#right_content_box form {
	padding: 5px 0 3px 0;
	margin: 0;
}

/* Social Bookmarks */
#bookmark {
	margin: 20px 0 0 0;
	width: 200px;
	background-color: #E8E3E1;
}
#bookmark h1{
	color: #FFF;
	background-color: #A79F97;
	padding: 2px 12px 3px 7px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#bookmark p{
	clear: left;
	padding: 3px 7px 5px 7px;
	margin: 0;
}
#bookmark .bookmark_entry {
	margin: 7px 0 0 7px;
	background-color: #E8E3E1;
}
#bookmark img {
	border: 0;
	margin: 2px 5px 0 0;
}
/* by kko 2007-02-21 */
#sbText strong {
	color: #fff;
}

/* print und recommend-icons */
#iconset div { 
	float: left;
}
#iconset { 
	margin: 20px 0 0 0;		
}
#iconset a { 
 	float: left;
	padding: 0 20px 0px 20px;
}
#iconset .printicon a {
	display: block;
	height: 16px;
	padding: 0 20px 0 20px;
 	background: url(/imperia/md/content/img/Button-Seite-Drucken-Blau.gif) no-repeat 0 50%;
}
#iconset .printicon a:hover { 	
	padding: 0 20px 0 20px;
 	background: url(/imperia/md/content/img/Button-Seite-Drucken-Orange.gif) no-repeat 0 50%;
}
#iconset .recommendicon {
	float: left;
	line-height:16px;
	padding: 0 0 0 20px;
}
#iconset .recommendicon img {
	float: left;
	height:12px;
	margin: 2px 0 0 0;
}
#iconset .recommendicon a {
	padding: 0 0 0 4px;
/*	background: url(/imperia/md/content/img/Button-Bookmarken-Blau.gif) no-repeat 0 50%;*/
}
#iconset .recommendicon a:hover { 
	padding: 0 0 0 4px;
/* 	background: url(/imperia/md/content/img/Button-Bookmarken-Orange.gif) no-repeat 0 50%;*/
}







/* LINKE SPALTE wenn kein Menü */
/* Box auf homepage */
#left_content_box h2.box_orangeleft,
#left_content_box h2.box_orange {
	width: 180px;
	display: block;
	background-color: #E58316;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 3px 8px;
	text-align: left;
	margin: 0;
}
#left_content_box div.box_home {
	width: 186px;
	background-color: #E8E3E1;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 7px 5px 7px;
	text-align: left;
}
#left_content_box .box_home a {
	color: #E58316;

	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#left_content_box .box_home a:hover {
	color: #46617D;

	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
/* alternativ: dunkelblaue Box (gfkms) */
#left_content_box div.box_dklblau {
	width: 176px;
	display: block;
	background-color: #98A8B8;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 12px;
	text-align: left;
}

/* languageform - Styles for languageform (gfkms) in dunkelblauer Box*/	
#left_content_box form.box_dklblau {
	margin: 0;
	padding: 10px 0 10px 10px;
	background-color: #98A8B8;	
}
#left_content_box select.box_dklblau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #677588;
}

/* Klasse für claim */
p.strongOrange {
	margin-top: 5px;
	font-weight: bold;
	color: #E58316;
	background-color: #F1F0EE;
}




/* Bdscho: 26.03.2007
CSS-Klassen aus dem alten Style Guide (LEICHEN)
*/

/* angepasste Definitionen für Ueberschriften uha 4.4.07 */

/* normal_content */
#wide_content span.headline_blue_ground, 
#wide_content span.headline_orange_ground,
#normal_content span.headline_blue_ground, 
#normal_content span.headline_orange_ground {
	color: #46617D;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 3px 3px;
	background-color: #D6DCE2;
	margin-bottom: 4px;
	display: block;
	width:381px;
}

/* left_content_box */
#left_content_box span.headline_orange_ground, 
#left_content_box span.headline_blue_ground {
	width: 180px;
	display: block;
	background-color: #E58316;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 3px 8px;
	text-align: left;
	margin: 0;
}

/* margin_content wird zu right_content_box, rightboxes */
#right_content_box span.headline_orange_ground, #right_content_box span.headline_blue_ground {
	clear: both;
	width: 180px;
	display: block;
	background-color: #E58316;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 12px 3px 8px;
	text-align: left;
	margin: 20px 0 0 0;
}


/* notwendige Tabellen-Klassen - unverändert; nur table_gfk herausgenommen und in der allgemeinen Klasse oben angepaßt uha */
#normal_content table.table_border0 {
	font-size: 10px;
	line-height: 13px;
	padding: 0px;
	border: none 0px;
/*	cellspacing: 0px;
	cellpadding: 0px;*/
}
#normal_content td.table_border0 {
	border: none 0px;
	line-height: 13px;
	padding: 0px;
}
#normal_content table.table_border0pad2 {
/*	cellspacing: 0px;
	cellpadding: 2px;*/
}
#normal_content table.table_border0pad2 table_border0pad2.td {
	border: none 0px;
}

#normal_content table.table_border1 {
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border: 1px;
	border-color : #cccccc;
	border-style:solid;
	border-collapse:collapse;
}
#normal_content td.table_border1 
{
	border: 1px;
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border-style:solid;
	border-color : #cccccc;
}

#normal_content table.table_content
{
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border: 1px;
	border-color : #cccccc;
/*	cellspacing: 5px;
	cellpadding: 2px;*/
	border-style:solid;
	border-collapse:collapse;
}
#normal_content table.table_content, 
#normal_content table.table_content p,
#normal_content table.table_content strong,
#normal_content table.table_content b {
	font-size: 9px;
	margin: 0;
}
#normal_content table.table_content td { 

	padding: 4px 7px;
}
#normal_content tr.table_head{
/*	cellspacing: 0px;*/
	font-weight: bold;
	background-color: #F1F0EE;
}

#normal_content tr.bgWhite, table tr.background_light {
	background-color: #f1f1f1;
	padding: 0px;
}

#normal_content tr.bgGrey{
	background-color: #CFD6DD;
	border: none 0px;
}


#normal_content td.tabletext,
#normal_content td.tabletextLeft, 
#normal_content td.tabletext_Left 
{
	padding: 2px;
    border: 1px;
	border-style:solid;
	border-collapse:collapse;
	text-align : left; 
	border-color : #cccccc;
}
#normal_content td.table0text,
#normal_content td.table0textLeft, 
#normal_content td.table0text_Left 
{
	border-collapse:collapse;
	text-align : left; 
}
#normal_content td.table0textCenter, 
#normal_content td.table0text_Center 
{
	border-collapse:collapse;
	text-align : center; 
}

#normal_content td.orangetextLeft
{
	color: #E58316;
	text-align : left; 
}
#normal_content td.tabletext_Right
{
	border-color : #cccccc;
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	padding: 2px;
	text-align : right; 
}

#normal_content td.tabletextRight
{
	border: 1px;                    
	border-style: solid;           	
	border-collapse: collapse;     	
	border-color: #cccccc;       	
	padding: 2px;                 	
	text-align : right;           	
}



#normal_content td.table0text_Right, 
#normal_content td.table0textRight
{
	border-color : #cccccc;
	padding: 2px;
	text-align : right; 
}

#normal_content td.tabletextCenter, 
#normal_content td.tabletext_Center 
{
	padding: 2px;
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	text-align : center; 
}

#normal_content td.tablebold 
{
	font-weight: bold;
	border-color : #cccccc;
}

#normal_content td.tableboldLeft,
#normal_content td.table_boldLeft {
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : left; 
}
#normal_content td.table0boldLeft,
#normal_content td.table0_boldLeft {
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : left; 
}

#normal_content td.table_boldRight ,
#normal_content td.tableboldRight
{
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : right; 
}
#normal_content td.table0_boldRight ,
#normal_content td.table0boldRight
{
	border: none;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : right; 
}

#normal_content td.orangebold 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : right; 
}

#normal_content td.orangetext 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : normal; 
	text-align : right; 
}

#normal_content td.tableboldRightOrange, 
#normal_content td.table_boldRightOrange 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : right; 
}

#normal_content td.tableboldLeftOrange, 
#normal_content td.table_boldLeftOrange 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : left; 
}

/* Definitionen fuer Question / Answer Module */
#normal_content answer.hiddenDiv 
{
	display: none; 
	border: none;
	width: 388px;
	padding: 0 12px 12px 12px;
}
#normal_content answer.floatDiv 
{ 
	float: left;
	width: 388px;
	padding: 0 12px 12px 12px;
}
#normal_content answer.kursiv 
{ 
	font-style:italic;
}


/* Blaettern in Suchergebnissen */

#normal_content div.scroll_block 
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: 388px;
    margin: 16px 0px 13px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}

#normal_content div.scroll_block img
{
	color: #a79f97;
}

#normal_content div.scroll_block a
{
	color: #46617d;
}
#normal_content div.scroll_block a:hover
{
	color: #FC6800;
}
#normal_content .back2first
{
	background: url(/imperia/md/content/imgages/img/arrow_first_enable.png) no-repeat right 50%; 
}

#normal_content .back2first:hover
{
	background: url(/imperia/md/content/imgages/img/arrow_first_rollover.png) no-repeat right 50%; 
}

#normal_content .scroll 
{
	color: #46617d;
	font-size: 11px;
	/* background: url(/imperia/md/content/img/pfeil_intern_orange_search.gif) no-repeat right 50%; */
	padding: 0 10px 0 5px;
}
/*Tabelle mittlere und rechte Spalte */
#wide_content table.table_wide {
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	border: none 0px;
}
#wide_content td.separate 
{
	line-height: 1px;
	background-color: #E58316;
}

#wide_content td.onePix 
{
	font-size: 1px;
	line-height: 1px;
	background-color: #F1F0EE;
}

/* notwendige Tabellen-Klassen - fuer Seiten ohne rechte Spalte */
#wide_content table.table_border0 {
	font-size: 10px;
	padding: 0px;
	border: none 0px;
/*	cellspacing: 0px;
	cellpadding: 0px;*/
}
#wide_content td.table_border0 {
	border: none 0px;
	line-height: 13px;
	padding: 0px;
}
#wide_content table.table_border0pad2 {
/*	cellspacing: 0px;
	cellpadding: 2px;*/
}
#wide_content table.table_border0pad2 table_border0pad2.td {
	border: none 0px;
}

#wide_content table.table_border1 {
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border: 1px;
	border-color : #cccccc;
	border-style:solid;
	border-collapse:collapse;
}
#wide_content td.table_border1 
{
	border: 1px;
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border-style:solid;
	border-color : #cccccc;
}

#wide_content table.table_content
{
	font-size: 9px;
	line-height: 13px;
	padding: 2px;
	border: 1px;
	border-color : #cccccc;
/*	cellspacing: 5px;
	cellpadding: 2px;*/
	border-style:solid;
	border-collapse:collapse;
}
#wide_content table.table_content, 
#wide_content table.table_content p,
#wide_content table.table_content strong,
#wide_content table.table_content b {
	font-size: 9px;
	margin: 0;
}
#wide_content table.table_content td { 

	padding: 4px 7px;
}
#wide_content tr.table_head{
/*	cellspacing: 0px;*/
	font-weight: bold;
	background-color: #F1F0EE;
}

#wide_content tr.bgWhite, table tr.background_light {
	background-color: #f1f1f1;
	padding: 0px;
}

#wide_content tr.bgGrey{
	background-color: #CFD6DD;
	border: none 0px;
}


#wide_content td.tabletext,
#wide_content td.tabletextLeft, 
#wide_content td.tabletext_Left 
{
	padding: 2px;
    border: 1px;
	border-style:solid;
	border-collapse:collapse;
	text-align : left; 
	border-color : #cccccc;
}
#wide_content td.table0text,
#wide_content td.table0textLeft, 
#wide_content td.table0text_Left 
{
	border-collapse:collapse;
	text-align : left; 
}
#wide_content td.table0textCenter, 
#wide_content td.table0text_Center 
{
	border-collapse:collapse;
	text-align : center; 
}

#wide_content td.orangetextLeft
{
	color: #E58316;
	text-align : left; 
}
#wide_content td.tabletext_Right
{
	border-color : #cccccc;
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	padding: 2px;
	text-align : right; 
}

#wide_content td.tabletextRight
{
	border: 1px;                    
	border-style: solid;           	
	border-collapse: collapse;     	
	border-color: #cccccc;       	
	padding: 2px;                 	
	text-align : right;           	
}



#wide_content td.table0text_Right, 
#wide_content td.table0textRight
{
	border-color : #cccccc;
	padding: 2px;
	text-align : right; 
}

#wide_content td.tabletextCenter, 
#wide_content td.tabletext_Center 
{
	padding: 2px;
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	text-align : center; 
}

#wide_content td.tablebold 
{
	font-weight: bold;
	border-color : #cccccc;
}

#wide_content td.tableboldLeft,
#wide_content td.table_boldLeft {
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : left; 
}
#wide_content td.table0boldLeft,
#wide_content td.table0_boldLeft {
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : left; 
}

#wide_content td.table_boldRight ,
#wide_content td.tableboldRight
{
	border: 1px;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : right; 
}
#wide_content td.table0_boldRight ,
#wide_content td.table0boldRight
{
	border: none;
	border-style:solid;
	border-collapse:collapse;
	border-color : #cccccc;
	font-weight : bold; 
	text-align : right; 
}

#wide_content td.orangebold 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : right; 
}

#wide_content td.orangetext 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : normal; 
	text-align : right; 
}

#wide_content td.tableboldRightOrange, 
#wide_content td.table_boldRightOrange 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : right; 
}

#wide_content td.tableboldLeftOrange, 
#wide_content td.table_boldLeftOrange 
{
	padding: 2px;
	border-color : #cccccc;
	color: #FB810E;
	font-weight : bold; 
	text-align : left; 
}
/* Download pdf */
#wide_content td.download a {
	display: block;
	height: auto;
	color: #E58316;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}
#wide_content td.download a:hover {
	color: #46617D;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	background: url(/imperia/md/content/img/pdf_orange_a.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
}


/* Definitionen fuer Question / Answer Module */
#wide_content answer.hiddenDiv 
{
	display: none; 
	border: none;
	width: 388px;
	padding: 0 12px 12px 12px;
}
#wide_content answer.floatDiv 
{ 
	float: left;
	width: 388px;
	padding: 0 12px 12px 12px;
}
#wide_content answer.kursiv 
{ 
	font-style:italic;
}


/* Blaettern in Suchergebnissen */

#wide_content div.scroll_block 
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: 388px;
    margin: 16px 0px 13px 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
}

#wide_content div.scroll_block img
{
	color: #a79f97;
}

#wide_content div.scroll_block a
{
	color: #46617d;
}
#wide_content div.scroll_block a:hover
{
	color: #FC6800;
}
#wide_content .back2first
{
	background: url(/imperia/md/content/imgages/img/arrow_first_enable.png) no-repeat right 50%; 
}

#wide_content .back2first:hover
{
	background: url(/imperia/md/content/imgages/img/arrow_first_rollover.png) no-repeat right 50%; 
}

#wide_content .scroll 
{
	color: #46617d;
	font-size: 11px;
	/* background: url(/imperia/md/content/img/pfeil_intern_orange_search.gif) no-repeat right 50%; */
	padding: 0 10px 0 5px;
}


#scroll_blockTop , 
#scroll_blockBottom 
{
/*			background-color: #ffffff; */
	
	font-weight: normal;
    display: block;
    width: 388px;
    padding-top: 16px;
    padding-bottom: 13px;
    text-transform: uppercase;
    vertical-align:bottom;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.leftPart
{
	float:left;
}
.rightPart
{
	float:right;
}

#scroll_blockTop a, 
#scroll_blockBottom  a
{
	padding-right: 5px;
	text-decoration: none;
}

#scroll_blockTop a:hover, 
#scroll_blockBottom a:hover
{
	text-decoration: none;
	/*color: #FC6800;*/
}
/*		
#scroll_blockTop strong, 
#scroll_blockBottom strong
{
	padding-right: 5px;
}
*/		
#scroll_blockTop .showFirst, 
#scroll_blockBottom  .showFirst
{	
	background: url(/imperia/md/images/img/arrow_first_disable.gif) no-repeat;
}

#scroll_blockTop .showFirst a , 
#scroll_blockBottom  .showFirst a 
{
	background: url(/imperia/md/images/img/arrow_first_enable.gif) no-repeat; 
}

#scroll_blockTop  .showFirst a:hover, 
#scroll_blockBottom  .showFirst a:hover  
{
	background: url(/imperia/md/images/img/arrow_first_rollover.gif) no-repeat ; 
}

#scroll_blockTop .showPrevious,
#scroll_blockBottom .showPrevious
{	
	padding-right: 3px;
	background: url(/imperia/md/images/img/arrow_left_disable.gif) no-repeat;
}

#scroll_blockTop .showPrevious a,
#scroll_blockBottom .showPrevious a
{
	background: url(/imperia/md/images/img/arrow_left_enable.gif) no-repeat; 
}

#scroll_blockTop .showPrevious a:hover,
#scroll_blockBottom .showPrevious a:hover
{
	background: url(/imperia/md/images/img/arrow_left_rollover.gif) no-repeat; 
}


#scroll_blockTop .showNext,
#scroll_blockBottom .showNext
{	
/*	background-color: inherit; */
	margin-left: 3px;
/*	width: 7px;
	height: 12px;*/ 
	background: url(/imperia/md/images/img/arrow_right_disable.gif) no-repeat;
}

#scroll_blockTop .showNext a,
#scroll_blockBottom .showNext a
{
	background: url(/imperia/md/images/img/arrow_right_enable.gif) no-repeat; 
}

#scroll_blockTop .showNext a:hover,
#scroll_blockBottom .showNext a:hover
{
	background: url(/imperia/md/images/img/arrow_right_rollover.gif) no-repeat; 
}

#scroll_blockTop .showLast,
#scroll_blockBottom .showLast
{
	padding-right: 0px; 
	background: url(/imperia/md/images/img/arrow_last_disable.gif) no-repeat; 
}

#scroll_blockTop .showLast a,
#scroll_blockBottom .showLast a
{
	background: url(/imperia/md/images/img/arrow_last_enable.gif) no-repeat; 
}

#scroll_blockTop .showLast a:hover,
#scroll_blockBottom .showLast a:hover
{
	background: url(/imperia/md/images/img/arrow_last_rollover.gif) no-repeat; 
}

#scroll_blockTop .scroll2Site, 
#scroll_blockBottom .scroll2Site 
#scroll_blockTop .strong, 
#scroll_blockBottom .strong 
{
	padding: 0px 0px 0px 0px;
	margin-right: 0.2em;	
}

#scroll_blockTop .scroll2Letter,
#scroll_blockTop .scroll2Letter a
{
	padding-right: 7px;
}

#scroll_blockTop .scroll2Site a, 
#scroll_blockBottom .scroll2Site a,
#scroll_blockTop .scroll2Site strong, 
#scroll_blockBottom .scroll2Site strong 
{
	margin-left: 0.2em;
	margin-right: 0.0em;	
	padding-right: 0px; 
	padding-left: 0px; 
}
/*		#scroll_blockTop .scroll2Site strong, 
#scroll_blockBottom .scroll2Site strong 
{
	padding-right: 0px; 
	
}
*/		
/*		
#sortDate
{
	background-color: #eeffee;
    display: block;
	top: 0px;
	right: 0px;
	
}
#sortDate .sortDateUp
{
	padding: 0px;
}
#sortDate .sortDateUp a
{
	background: url(/imperia/md/images/img/sort_upward_enable.gif) no-repeat;
}

#sortDate .sortDateUp a:hover
{
	background: url(/imperia/md/images/img/sort_upward_rollover.gif) no-repeat;
}
*/		

#scroll_blockTop .sortDate
{
	/*background-color: #eeffee;*/
    position: relative;
	top: 0px;
	right: 0px;
}
#scroll_blockTop .sortDateUp
{
	margin-left: 0px;
	text-align: right;
	padding: 0 0px 0 0px;
}
#scroll_blockTop .sortDateUp a
{
	background: url(/imperia/md/images/img/sort_downward_enable.gif) no-repeat;
}

#scroll_blockTop .sortDateUp a:hover
{
	background: url(/imperia/md/images/img/sort_upward_rollover.gif) no-repeat;
}
#scroll_blockTop .sortDateDown
{
	margin-left: 0px;
	padding: 0 0px 0 0px;
	text-align: right;	
}
#scroll_blockTop .sortDateDown a
{
	text-align: right;
	background: url(/imperia/md/images/img/sort_upward_enable.gif) no-repeat;
}

#scroll_blockTop .sortDateDown a:hover
{
	text-align: right;
	background: url(/imperia/md/images/img/sort_downward_rollover.gif) no-repeat;
}
#wide_content form.erec
{
	width: 280px;
	margin: 0;
}

#full_content h1 {
	color: #46617D;
	font-size: 13px;
	font-weight: bold;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

/* FAQ */
.faqquestion {
	cursor: pointer;
	clear: both;
	background-color: #E8E7E6;
	background-image: url(/imperia/md/content/img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	color: #555;
	border-bottom: 1px solid #F1F0EF;
	padding: 2px 20px 3px 4px;
	line-height: 15px;
	font-size: 11px;
}

.faqquestionactive {
	background-color: #E58316;
	color: #fff;
	background-image: url(/imperia/md/content/img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.faqanswer {
	display: none;
	padding: 10px;	
}

/* END FAQ */

/* JQUERY PAGINATE NAVIGATION */
.jobNavigation , .alt_jobNavigation{
	padding-bottom: 10px;
	margin-right: 20px;
}

.jobNavigation a, .jobNavigation a, .showLink{
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none !important;
	float: left;
	font-family: Tahoma;
	background-color:#E8E7E6;
}
.active_page{
	background-color:#E58316 !important;
	color:white !important;
}	

.no_more {
	display: none;	
}

.jobs, .alt_jobs{
	color: black;
}

.jobs li, .alt_jobs li, .jobs > p{
	padding: 5px
}

.ellipse {
	float: left;
	padding-top: 4px;
}
/* END JQUERY PAGINATE NAVIGATION */
