/* ***************************************************************************
*
*  Generelle Definitionen
*
*  ***************************************************************************  */

* {

	font-size: 1em; /* Dies auf keinen Fall andern!! */
}


html {
	
	font-size:62.5%; /* Dies auf keinen Fall andern!! */

}

body {

	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall ändern!! */

}
body.neutral {

	background-color: #ffffff;
	background-image: none;
	margin: 0;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall ändern!! */

}


/* Bilder haben nie einen Rahmen */
img {
	
	border: none;
}


/* Horizontale Trennlinie */
hr {
	
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #919090;
 	border-bottom: solid 1px #FFFFFF; /* Für IE (Seiten-Hintergrundfarbe!) */
 	margin: 1.5em 0;

}


fieldset {

	border: none;
	margin:0;
	padding:0;

}

a {

	color: #000;
	
}


/* Überschriften werden hier definiert */
h1, h2, h3, h4 {  
	color:#ff7900;
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	line-height: 110%;
}

h2, h3, h4 {
	margin-top: 1.8em;
	font-size: 1.2em;
}


h3 {
	color: #000;
}


h4 {

	color: #404040;
	font-size: 1.1em;
}


#main_content h1
{
	font-size: 1.5em;
}

/* ########### Formatierung für Unterüberschriften (Dokumente) ############## */
#main_content h1.overview, h1.overview { font-size:1.1em;}


#main_content h2
{
	font-size: 1.2em;

}


h2.newsheadline
{
	margin-top: 0.3em;

}

h2.newsheadline_large
{
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	
}

/* Überschrift verlinkt? */
h1 a, h2 a {
	color:#ff7900;
	text-decoration: none;
}

.underline h1 a, .underline h2 a {
	color:#ff7900;
	text-decoration: underline;

}

h1 a:hover, h2 a:hover {

	text-decoration: underline;

}


.content h1 a, .content h1 a:visited, .content h2 a, .content h2 a:visited {

	color:#ff7900;
	text-decoration: none;

}

.content h1 a:hover, .content h2 a:hover {

	color:#ff7900;
	text-decoration: underline;

}



/* ***************************************************************************
*
*  Grafiken
*
*  Angaben sind im Moment nur in widths. Heights können/sollten noch folgen. 
*  Dafür warten wir noch den Styleguide ab.
*
*  ***************************************************************************  */


.img_panorama {
	width: 599px;
	margin-bottom: 1px;
}

/* Weiche für IE 6 
* html .img_panorama {
	width: 60.3em;
}*/

.img_logo {  /*Bitte auch #head_logo beachten */
}

/* Weiche für IE 6 */
* html .img_logo {
}

/* Weiche für IE 7 */
*:first-child+html .img_logo {
}

.img_logo2 {
	width: 20em;
}

.img_highlight {
	float: left;
}

.img_theme {

	width: 13.9em;

}

.img_theme_large {

	width: 42.5em;

}




/* ***************************************************************************
*
*  Tabmenü "Skiplink" 
*
*  ***************************************************************************  */


.skiplink a {

    position: absolute;
    top: -10em;
    left: 0;
    padding: 0 0.5em;
    background: #e8e8e8;
    font-size: 1.3em;
    z-index: 100;
    
}
.skiplink a:focus {
	
	top: 0px;

}


/* Haupt-DIV - quasi "alles" - mittig zentriert */
#main {
	/* width:818px;  /* 818px + 2 px Rand = 820px */
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	background-color: #e3e3e3;
	background-color: #fff;
}

.bg_main {
	background-image: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/bg_main.gif);
	background-repeat: repeat-y;
}

.bg_main2 {
	background-image: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/bg_main2.gif);
	background-repeat: repeat-y;
}

/*
* html #main {
	width: 99.9em;
}
*/


/* ***************************************************************************
*
*  Kopf - Der obere Bereich mit Verlauf, Suche, Logo und horizontalem Menü 
*
*  ***************************************************************************  */


#head {
	background-color: #ffffff;
	height: 11.3em;
	color: #4e4e4e;
	position: relative;
}


#head a {
	color: #4e4e4e;
}

/* Postionierung des Kopf-Menüs */
#head_menu {
	padding: 0.4em 0 0 1em;	
}



/* Positionierung des Suchfeldes */
.head_searchbox {	 
	display: inline; 
	padding-left: 2em;

}


/* Suchfeld */


.head_searchbox form {
	margin:0;
	padding:0;
	/*height: 1.5em;
	width: 16.5em;*/
}


.head_search_input {

	color:#4e4e4e;
	border: 1px solid #d3d3d3;
	font-size: 1.1em; 	
	width: 10.5em;
	/*width: 13em;*/
	/*margin-bottom: 0.3em;*/
	/*float:left;*/
}

.head_search_button {
	/*width: 1.8em; */
	display: inline; 
	/*float:right;
	margin-top: 0.1em;
	width:1.8em;*/
	height: 10px;
	width: 9px;
	background: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/icon_search.gif) no-repeat;
}

/* Ministeriums-Logo. Setzt das Logo etwa 4em vom rechten Rand. Dieser Wert ist je nach Ressort und Logogröße zu ändern. */
#logo_box {
	margin-top: 0.7em;	
	float: left;
	/*text-align: right;*/
}

.header_box { position: relative; }

.top_menu_box { float: right; margin-top: 7em; font-size: 1.1em; }
#searchbox {display: inline;}

ul.top_menu {
	margin: 0;
	padding: 0;
	display: inline; 
}

li.top_nav {
	list-style-type: none;	
	display: inline; 
	}
.top_nav a { text-decoration: none; }
.top_nav a:hover { text-decoration: underline; }
.top_nav_menu { padding-right: 12px; }
.topnavdivider {display: none;}

/* ***************************************************************************
*
*  Trenner - trennt Kopf und Hauptbereich durch einen zweifarbigen Streifen 
*
*  ***************************************************************************  */



#bannerdivider {
	background-color:#DDDDDC;
	margin:0;
	padding:0;
	border-bottom: 1px solid #ffffff;
	width:991px;
}

html* #bannerdivider { width: 99.8em; }

.bannerdividerleft { border-right: 1px solid #ffffff; background: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/bannerdivider_left.jpg) no-repeat; width: 200px; height: 7px;}
.bannerdividerright { float: right; border-left: 1px solid #ffffff; background: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/bannerdivider_right.jpg) no-repeat right; width: 190px; height: 7px;}


/* ***************************************************************************
*
*  Unterteilung in "left" und "right": Left ist das Menü, Right der rechte 
*  Bereich einschließlich der Highlights
*
*  ***************************************************************************  */


#left {
	height:100%;
	float:left;
	width:200px;
	background-color: #e3e3e3;
}
#right {
		height:100%;
		/*width:79.72em;*/
		width 790px; 
		margin: 0px;
		float: right;
		padding-left: 1px;
}


/* ***************************************************************************
*
*  Hauptmenü auf der linken Seite mit allen Menüebenen
*
*  ***************************************************************************  */




#content_menu {	
	width:20em;
	height:100%;
}

html* #content_menu {
	
	width:20.1em;
	height:100%;
	
	
}

#content_menu a:hover {

	text-decoration: underline;
}




/* Menü-Ebene 1 */
.content_menu_1 {
	padding:0;
	margin:0;
	width:100%;	
	
}


.content_menu_1 li {
	list-style: none;
	background: #4f4e4c;
	margin:0;
	/*margin-bottom: 0.0em;*/
	padding: 0.6em 0 0.6em 0.99em;
	line-height:1.2em;
	font-size: 1.15em;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

.content_menu_1 li a {

	color:#ffffff;
	text-decoration: none;
}



/* Menü-Ebene 1 aktiver Punkt */
li.content_menu_1_active  {
}

li.content_menu_1_active a {
}


.content_menu_1 ul {

	/*border-right: solid #ccc 1px;*/
	
}



/*Menü-Ebene 2 */
.content_menu_2 {
	padding:0;
	margin:0.5em 0 -0.6em; 0;

}



.content_menu_2 li {

	list-style: none;
	background-image: none;
	background-color: #dddddc;
	padding: 0.5em 0 0.5em 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #ffffff;
	margin:0 0 0 -1.1em;
	line-height:1.2em;
	font-weight: bold;
	font-size:0.9em;
	text-transform: none;


}


.content_menu_2 li a {
	color:#4f4e4c;
	text-decoration: none;
}


/* Menü-Ebene 2 aktiver Punkt */
li.content_menu_2_active  {
}

li.content_menu_2_active a {
	color: #FF7900;
}

.content_menu_2 ul {

	border-right: none;

}



/*Menü-Ebene 3 */


.content_menu_3 {
	padding:0;
	margin:0.5em 0 0 0;

}

.content_menu_3 li {
	list-style: none;
	background-color: #dddddc;
	padding: 0.5em 0 0.5em 3em;
	font-size:1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: solid 1px #ffffff;
	border-bottom: none;
    margin:0 0 0 -1.9em;
	line-height: 1.2em;
}

.content_menu_3 li a {
	color:#4f4e4c;
	text-decoration: none;
}

/* Menü-Ebene 3 aktiver Punkt */
li.content_menu_3_active  {
}

li.content_menu_3_active a {
	color: #FF7900;
}


/*Menü-Ebene 4 */

.content_menu_4 li {

	list-style: none;
	background-color: #dddddc;
	padding: 0.3em 0 0.3em 0;
	border-top: solid 1px #ffffff;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:0 0 0 -2.5em;
	line-height:1.2em;
	border: none;
	

}

ul.content_menu_4 {
	margin-top: 0.5em;
}

.content_menu_4 li a {
	color:#4f4e4c;
	text-decoration: none;
}

/* Menü-Ebene 4 aktiver Punkt, Rest erbt von oben */

li.content_menu_4_active a {
	color: #FF7900;
}

/*Menü-Ebene 5 */


.content_menu_5 li {
	list-style-image: none;
	padding: 0.3em 0 0.3em 0;
	border-top: solid 1px #ffffff;
	background-color: #dddddc;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:0 0 0 -3.0em;
	line-height:1.2em;
	border: none;
}

ul.content_menu_5 {
	margin-top: 0.5em;
}

.content_menu_5 li a {
	color:#4f4e4c;
	text-decoration: none;
}

/* Menü-Ebene 5 aktiver Punkt */

li.content_menu_5_active  {
	background-image: none;
}

li.content_menu_5_active a {
	color: #FF7900;
}


/* Menü unter dem Standard-Menü */

#bottom_menu {

	background-color: #DDDDDC;
	background-repeat: repeat-x;
	width:100%;
	margin:0;
	padding:0 0 3.0em 0;
	
	font-size:1em;
	height:20em;
			
}

#bottom_menu ul {

	list-style-type: none;
	margin:0;
	padding-top:1.5em;
	padding-left: 1.13em;
	font-size: 0.8em;
}


#bottom_menu a {

	color:#374248;
	text-decoration: none;
	font-size:1.25em;
	line-height: 160%;
}

/* ***************************************************************************
*
*  Der Inhaltsbereich. 
*
*  ***************************************************************************  */

#main_picture {
	
	margin-bottom:-0.3em;
		
}

/* Weiche für IE 6 */
* html #main_picture {
	margin-bottom: 0em;
}

/* Weiche für IE 7 */
*:first-child+html #main_picture {
	
	margin-bottom: 0em;
		
}



#main_content {	
	float: left;
	height:100%;
	color: #404040;
	padding-bottom:3em;
	margin: 0 0 0 0;
	/* padding-left: 1px; */
}

/* Weiche für IE 6 */
* html #main_content {    
	margin:0 0 0 0;
	padding-left: 0px;
}

.main_content_box {
	padding:1em;
	padding-right: 1.58em;
	background: #ffffff;
}

* html .main_content_box {
	padding:1em;
	padding-right: 1em;
}

.content a, li a, a.internal-link {
	color:#000;
	text-decoration: underline;
}


.content a:visited {

	color:#404040;
	text-decoration: underline;

}

.content a:hover {

	color:#871d33;
	text-decoration: none;
	
}

/* Breite des main_contents, wenn es Highlights gibt */
.main_infocol {
	width: 599px;
}

/* Weiche für IE 6
* html .main_infocol {
	width: 60.4em;
} */

.maincol {

	width: 791px; 
}



/* Breadcrumb- bzw. Rootline-Menü */
#rootline {	
	background: #dddddc;
	/*margin-bottom: 2em;*/
	padding: 0.6em 0 0.6em 0.99em;
	line-height:1.2em;
	margin: 0; 
	font-size: 1.15em;
	color: #959595;
	border-bottom: 1px solid #ffffff;
}

#rootline a {
	color: #959595;
	text-decoration: none;
}


/* ***************************************************************************
*
*  Text im Hauptbereich nach folgendem Prinzip:
* 
*  - Gibt es Highlights, dann die Klasse "theme_content_wide" verwenden für reinen Text.
*  - Hat der Inhalt ein Bild (z. B. bei News), dann "theme_box" und darin "theme_pictures" und
*    "theme_content"
*  - Gibt es keine Highlights, dann die Klasse "theme_content_full" verwenden
*
*
*  ***************************************************************************  */


/* "Themeboxes": Anreißer der News in der Mitte, mit Bild auf der linken Seite UND Highlightspalte */
.theme_box {
	width: 58.5em; 
}

.theme_picture {
	
	float: left;
}

.theme_content {
	width: 43.4em;
	float:right;
}


/* Hat ein Theme kein Bild links am Rand, dann muss für den Text diese Klasse verwendet werden. */
.theme_content_wide {
	width: 58.5em;
	float:left;
}



.theme_content_notes {
	font-size: 0.9em;
}

/*Großes Aufmacherbild - NICHT Panoramafoto oben */
.theme_picture_large {

	margin-bottom: 1.5em;
	
}

/* Hauptinhalt, wenn es keine Highlightspalte gibt */

.theme_full {	
	width: 77em;
	margin-top: 2.6em;

}

/* Weiche für IE 6 */
* html .theme_full {
	
	margin-top: 0;
		
}


/* Weiche für IE 7 */
*:first-child+html .theme_full {
	
	margin-top: 0;
		
}



/* Schriftgrößen für alle Texte in der Mitte, egal ob mit oder ohne Highlightspalte */

.content, .content_overview {

	font-size:1.18em;
	line-height: 130%;

}


/* Überschriften auf den Übersichtsseiten */

.content_overview h1 {
	font-size:1.1em;
	color: black;
}



/* ***************************************************************************
*
*  Highlightspalte rechts 
*
*  ***************************************************************************  */

#infocol {
    /*margin-left: 63.04em;*/
	float: left;
	background-color: #dddddc;
	/*width:19.01em; */
	width:190px; 
	margin-right: 1px;
	border-left: 1px solid #ffffff;
	padding-bottom: 1em;
}


/* Weiche für IE 6 */
* html #infocol {
	margin:0 1px 0 -3px;
	float:right;
	display:inline;	

		
}

/* Weiche für IE 7 */
*:first-child+html #infocol {
    
	margin-left: 0;
	float:right;
		
}




#infocol p {

	padding:0 1em 0em 1em;
	font-size:1.15em;
	color: #000000;
	line-height: 120%;

}



h1.gruen, h1.violett, h1.blau, h1.darkblue, h1.orange  {
	margin:0;
	background: #FF7900;
	border-bottom: 1px solid #ffffff;
	color: #fff;
	padding: 0.6em 0 0.6em 0.99em;
	line-height:1.2em;
	font-size: 1.15em;
}


/* ***************************************************************************
*
*  Footer 
*
*  ***************************************************************************  */

#footer_menu {

	width:100em;  	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}



.clear {

	clear:both;
}



/* ***************************************************************************
*
*  Formulare
*  Wichtig: Die Formulare müssen innerhalb der Klassen "theme_content_wide" und "theme_full" stehen, s. o.
*
*  ***************************************************************************  */


.theme_content_wide label, .theme_content_wide input#text, .theme_content_wide select, .theme_full label, .theme_full input#text, .theme_full select, .theme_content_wide .label, .theme_full .label { 	
    display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:23em;
}

.theme_full label, .theme_full input, .theme_full select { 

	width:35em;

}

/* Rahmen um die Input-Boxen */
.theme_content_wide input#text, .theme_full input#text {

	border:1px solid #a5a5a5;
}

/* Textareas */
.theme_content_wide textarea, .theme_full textarea {

  	display: block;
  	float: left;
  	margin-bottom: 0.6em;
  	width:23em;
  	height:10em;
  	overflow: hidden;
 	border:1px solid #a5a5a5;

}

.theme_full textarea { 

	width:35em;
}

.theme_content_wide input#checkbox, .theme_content_wide input#radio, .theme_full input#checkbox, .theme_full input#radio, .theme_content_wide input .checkbox, .theme_content_wide input .radio, .theme_full input .checkbox, .theme_full input .radio {

	border:none;
	width:1em;
    display: inline;
    float: left;
	margin: 0em;
	margin-right: 0.2em;
	margin-top: -2px;


}

.theme_content_wide label, .theme_full label { 

  	width: 10em; 
  	font-weight: bold;
  
}

.theme_content_wide form br, .theme_full form br { 

  	clear: left; 

}

/* Der Submit-Button soll rechts, aber bündig zu den Formularfelrdern sein. */
.theme_content_wide input#submit, .theme_full input#submit { 

  	float: none;
  	width: auto;
	margin-left: 10em;
	background-color: #fff;
	border:1px solid #000;
	
}

.theme_content_wide form, .theme_full form {

  	background: #f0f0f0;
  	border-top: 1px solid #858585;
  	border-bottom: 1px solid #858585;
  	margin:2em 0;
  	padding: 1em .5em .5em .5em;
  	
}


/* Formular in der Highlightspalte */

#infocol form {

	padding:0 1em 0 1em;
	margin: 0 0 1em 0;;
}

#infocol fieldset {

	margin: 0;
	padding: 0;
}

#infocol select {

	width:14em;
	margin-bottom: 0.3em;
}



/* ***************************************************************************
*
*  Sortierte und unsortierte Listen
*
*  ***************************************************************************  */


.theme_content_wide ul, .theme_full ul {

	margin-top: 0.5em;

}


.theme_content_wide ol, .theme_full ol {

	margin-top: 0.5em;
	
}


.theme_content_wide li, .theme_full li {

	margin-bottom: 0.5em;
	

}


/* ***************************************************************************
*
*  Tabellen (Breiten sind variabel - optisch an den Formularen angepasst)
*
*  ***************************************************************************  */

/* Standardtabelle */

table {
	margin-bottom: 2em;
	border: 1px solid #b0b0b0;
	padding: 0;
	border-collapse: collapse;
}



th {

	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #cfcfcf;
	text-align: left;
	padding:0.6em 1em 0.6em 0.5em;
	background-color: #f0f0f0;
}

td {

	padding:0.4em 1em 0.4em 0.5em;
	border-left: 1px solid #cfcfcf;
}

caption {
	text-align: left;
	padding:2em 1em 0.4em 0.5em;
	font-weight: bold;
}

/* Tabelle, die nur horizontale Trennstriche hat */

table.table_horizontal {		
	margin: 3em 0;
	border: none;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 0;
	border-collapse: collapse;
}

table.table_horizontal td, table.table_horizontal th {
	border-left: none;
	border-top: 1px solid #b0b0b0;
	padding:0.2em 1em 0.2em 0.5em;
	background: none;
	font-weight: normal;
}


/* ***************************************************************************
*
*  Sitemap 
*
*  ***************************************************************************  */


#sitemap a {
	text-decoration: none;
}

#sitemap ul {
	list-style: none;
}

#sitemap .sitemap_1 li a {
	background-image: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/sitemap_linkpfeil.gif);
	background-repeat: no-repeat;
	padding-left: 1.2em;	
	margin-left: -0.9em;
	line-height: 2em;
}

#sitemap .sitemap_2 li a {
	background-image: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/sitemap_punkte.gif);
	padding-left: 3em;
	line-height: 1em;	
}

#sitemap .sitemap_2 ul {
	margin-left: 0;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul {
	list-style: none;
}

ul.sitemap_1 {
	margin: 0;
	padding: 0;
}

.sitemap_1 li {
	border-top: solid 1px #aaa;
	padding: 0 0 0 1em;
	margin-top: 1.2em;	
	font-weight: bold;
	margin-left:0;	
}

.sitemap_2 li {
	padding: 0 0 0 0em;
	border-top: none;
	margin-top: 0;
	margin-left: -2em;
	font-weight: normal;
}

.sitemap_3 li, .sitemap_4 li, .sitemap_5 li, .sitemap_6 li, .sitemap_7 li {
	border-top: none;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-weight: normal;
}

/* Weiche für IE 6 */
* html .sitemap_3 li, .sitemap_4 li, .sitemap_5 li, .sitemap_6 li, .sitemap_7 li {	

	margin-left: 3.2em;
		
}

/* Weiche für IE 7 */
*:first-child+html .sitemap_3 li, .sitemap_4 li, .sitemap_5 li, .sitemap_6 li, .sitemap_7 li {
	
	margin-left: 3em;
		
}

/* ########### neue ICC Klassen ############## */
.downloadicon, .downloadicon2 {margin-right: 4px;}
.infotextbox { padding: 10px 10px 0px 10px; font-size:1.15em; }
.downloadbox { padding-bottom: 10px; clear: both; }
.downloadbox2 { padding-bottom: 10px; }
.showmediumbox, .theme_full img, .theme_content_wide img { float: left; margin-right: 10px; margin-bottom: 10px; }
.theme_full .showmediumbox img, .theme_content_wide .showmediumbox img { float: none; margin-right: 0px; margin-bottom: 0px; padding:0px; }
.theme_full img[align=left], .theme_content_wide img[align=left] { float: left; padding-right: 10px; padding-bottom: 10px; }
.theme_full img[align=right], .theme_content_wide img[align=right] { float: right; padding-left: 10px; padding-bottom: 10px; }


/* ########### Bildergalerie ############## */
.gallery { width: 77.6em; margin-top: 2.6em; }
* html .gallery { width: 76.6em; margin-top: 2.6em; }
.gallerythumbnailouterbox { width: 117px; float: left; margin-top: 14px; margin-right: 1px; }
.gallerythumbnailimgbox { border: 1px solid #b0b0b0; padding: 5px; text-align: center; height: 117px; }
.gallerythumbnaillinkbox { padding-top: 4px; padding-left: 2px; padding-right: 2px; height: 2.54em; overflow: hidden;  }
.gallerypagingbox { background-color: #e8e8e8; font-weight: bold; padding: 4px; height: 1.30em; width: 99.9%;}
.gallerypagingboxleft { float: left; width: 19em; background-color: #e8e8e8; color: #000000; }
.gallerypagingboxcenter { float: left; width: 26.5em; background-color: #e8e8e8; text-align: center; }
.gallerypagingboxright { float: left; width: 19em; text-align: right; background-color: #e8e8e8; }
.galleryouterbox { padding-top: 10px; }
.galleryinnerbox { float: left; }
.galleryimgbox { border: 1px solid #b0b0b0; text-align: center; width: 400px; padding: 5px;}
.gallerylinkbox { padding-top: 4px; padding-left: 6px; }
.gallerydescriptionbox { width: 29.4em; float: left; padding-left: 10px; }
.pagelinkinactive { color: #9a9a9a;}
.linkactive { color: #871d33; }
h3.galleryheadline { font-size: 1em; color: #000000; font-weight: bold; margin: 0px; padding-bottom: 10px;}
a.pagelinkactive:link, a.pagelinkactive:visited, a.pagelinkactive:active {	
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.pagelinkactive:hover {
	color: #871d33;
}

/* ##########  Calendar ############# */
table.caltable { border: 0px; border-collapse: separate; margin-bottom: 1em;}
table.caltable td { padding: 1px; border-left: 0px; text-align: center; }
.calheadline { color: #ffffff; font-weight: bold; text-align: center; padding: 5px; background-color: #888888; }
.calweek { font-weight: bold; background: #FFFFFF; border: none; text-align: center; padding: 0em; }

}
.caldayinactive { background: #FFFFFF; color: #888888; }
.caldayactive { color: #000000; background: #FFFFFF; }
.caldayactivered { color: #a00000; background: #FFFFFF; }
.callink { font-weight: bold; }
.caltable { BACKGROUND-COLOR: #888888; font-size: 1em; width: 100%; }
select.calmain { font-size:85%; width: 380px;}
.red { color: #871d33; } 
a.calheadlinelink { color: #ffffff; text-decoration: none; }
a.calheadlinelink:hover { text-decoration: underline; }
.hidden { display: none;}

/* ##########  iFrame ############# */
.iframe { width: 78em; }

/* ##########  Videogalerie ############# */
.pagingbox { text-align: right; font-weight: bold; padding-top: 5px; font-size: 1.18em; }
.videoplayer { width: 400px; height: 250px; }

/* ##########  Publikationen / Suche ############# */
.inputtextfield { 
	display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:23em;
	border:1px solid #a5a5a5;
	} 
.inputtextfield_error{ 
	display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:23em;
	border:1px solid #871d33;
	}
	
input#empfaenger.inputtextfieldlong_error, input#absender.inputtextfieldlong_error  { border: 1px solid #871d33; }

.error { color:#871d33; }

.labelsub {float: left; width: 15em;}

.theme_content_wide select.inputtextfieldshort { 
    display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:18em;
} 

label.checkbox {display: inline; float: none;}
.labelwidth {width: 10em;}
label.short {width: 5em; display: block; float: left;}
input#searchsubmit {
  	float: none;
  	width: auto;
	margin: 1em 0em 0em 15em;
	background-color: #fff;
	border:1px solid #000;
}
.hit { background: #fbeac9; text-transform : uppercase; }

legend {display: none;}

/* ##########  Druckansicht ############# */
#printbox {
	padding:1em;
	color: #404040;
	line-height: 130%;
	padding-bottom:3em;
	margin: 0 0 0 0.1em;
}

#printboxlogo {
	background: url(/assisto/med/5eb/5eb70ea9-820b-1f11-ab98-35f22700266c,11111111-1111-1111-1111-111111111111.gif) no-repeat right;
	height: 12em;
}

/*
#printbox div {background: #ffffff;}
*/
#printbox .theme_box, 
#printbox .theme_content_wide
{width: 100%;}

#printbox .theme_picture {
	float: left; width: auto; padding-right: 1.2em;
}

#printbox .theme_content {
	float:none; width: auto;
}

#printbox .img_panorama {width: 100%;}

.skiplink {display: none;}

.width100 {width: 100%; }


/* ##########  Editor ############# */
.bold, .fett, .contentbold  {font-weight: bold;}

/* ##########  Readspeaker ############# */
.readspeakerlink {float: right; width: 1em; margin-top: 8px;}
.readspeakericon {width: 1em;}

/* ##########  Login ############# */
.error {color: #871d33;}

/* ##########  externeQuellen - z. B. Wetter.com ############# */
#externequelle {text-align: center;}

#externequelle table {
	margin-bottom: 0;
	border: none;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}
#externequelle hr {
	border-top: solid 1px #000000;
 	border-bottom: solid 1px #000000; /* Für IE (Seiten-Hintergrundfarbe!) */
 	margin: 0;
}

#externequelle td {
	padding:2px 0px 2px 0px;
	border-left: none;
	text-align: auto;
}

/* ##########  TemConfError ############# */
#temconferror {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 1px solid #919090;
	font-size: 1.5em;
	background: #ffffff;
	padding: 10px;
}

/* ##########  neutrale Ansicht  ############# */
#blankbox {
	padding:1em;
	color: #404040;
	line-height: 130%;
	padding-bottom:3em;
	margin: 0 0 0 0.1em;	
}

#blankboxlogo {
	background: url(/assisto/med/5eb/5eb70ea9-820b-1f11-ab98-35f22700266c,11111111-1111-1111-1111-111111111111.gif) no-repeat left;
	height: 12em;
}

table.noborder, table.noborder th, table.noborder td {
	border: 0px; padding-left: 0px;
}

/* ### BIS ########################### */
.bisbeschreibung, .bischeckliste, .bisgebuehen, .bisgebuehren, .bistipps {margin-bottom: 12px;}
.mitarbeiterbox{float: left; margin-right: 40px; width: 350px;}
.cleardiv{clear: both};
.letterinactive {color: #888888;}
.lettertopic {font-weight: bold; margin-bottom: 11px;}
.letteranchor {text-decoration: none; display: block; text-transform: uppercase;}
h2.bistopic {margin-top: 5px; padding-top: 0px;}


.indexlink {background: url(/systemstatic/ICT-Template-Katalog_v1.3.0/img/icon_link_arrowwhite_boxred.gif) no-repeat 0px 4px; padding-left: 12px;}

/* ################################################################
#
#  Favourites
#
################################################################ */
#favouriteicon {float: right; margin-right: 10px; margin-top: -2px;}
#favouritesform {display: block; width: 50%;}
#favouritesform div {clear: both; border-bottom: 1px dotted #d5dbda; padding-bottom: 3px;}
.favouritescheckbox {float: right; margin: 0px; padding: 0px;}
#favouritesform .submit {margin-top: 10px; clear: both; float: right;}

#sitemap ul { list-style: none; margin: 0px; padding: 0px;}
.sitemap_1, .sitemap_2, .sitemap_3, .sitemap_4, .sitemap_5, .sitemap_6  {padding-top: 2px; padding-bottom: 2px; }
.sitemap_1 {font-weight: bold; }
.sitemap_1 a {text-decoration: none;}
.sitemap_2 a, .sitemap_3 a, .sitemap_4 a, .sitemap_5 a, .sitemap_6 a {text-decoration: none; font-weight: normal;} 
.sitemap_2 { margin-left: 20px;}
.sitemap_3 { margin-left: 40px;}
.sitemap_4 { margin-left: 60px;}
.sitemap_5 { margin-left: 80px;}
.sitemap_6 { margin-left: 100px;}

.gwt-SuggestBoxPopup table {
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}


.gwt-SuggestBoxPopup td {
	padding:0px;
	border-left: 0px;
}
