
/*
*	Stylesheet Landesportal Internet.de
*	Media: Screen
*	Author: Norman Sand, Juli 2008
*/



/* ***************************************************************************
*
*  Generelle Definitionen
*
*  ***************************************************************************  */


* {

	font-size: 1em; /* Dies auf keinen Fall änedern!! */
}


html {

	font-size:62.5%; /* Dies auf keinen Fall änedern!! */

}

body {

	background-color: #e8e8e8;
	background-image: url(background_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall änedern!! */

}
body.neutral {

	background-color: #ffffff;
	background-image: none;
	margin: 0;
	font-family: Arial, Helvetica, "Sans Serif" !important;
	font-size: 1em; /* Dies auf keinen Fall änedern!! */

}


/* 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 */
h2 {

	color:#871d33;
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 110%;

}

/* Überschrift verlinkt? */
h2 a {

	color:#871d33;
	text-decoration: none;

}
.underline h2 a {

	color:#871d33;
	text-decoration: underline;

}

h2 a:hover {

	text-decoration: underline;

}

h3 {

	color:#676767;
	padding: 0;
	margin-top: 1.4em;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 110%;

}



/* ***************************************************************************
*
*  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: 61.7em;

}

.img_logo {  /*Bitte auch #head_logo beachten */

	width: 22.9em;
	height: 7.9em;

}

/* Weiche für IE 6 */
* html .img_logo {

	width: 23.1em;
	height: 8em;
}

/* Weiche für IE 7 */
*:first-child+html .img_logo {

	width: 23.1em;
	height: 8em;
}

.img_logo2 {
  width:20em;
}


.img_highlight {

	width: 16.6em;

}

.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: 81.8em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	border-left: solid #919090 1px;
	border-right: solid #919090 1px;
	border-bottom: solid #919090 1px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



/* ***************************************************************************
*
*  Kopf - Der obere Bereich mit Verlauf, Suche, Logo und horizontalem Menü
*
*  ***************************************************************************  */


#head {

	background-image: url(background_head.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin-top: 1rem;

	color: #4e4e4e;

}


#head a {

	color: #4e4e4e;

}

/* Postionierung des Kopf-Menüs */
#head_menu {

	padding: 0.4em 0 0 1em;


}



/* Positionierung des Suchfeldes */
#head_search {

	float:left;
	padding-top:5em;
	padding-left: 1em;

}


/* Suchfeld */


#head_search form {
	margin:0;
	padding:0;
	height: 1.5em;
	width: 16.5em;
}


#head_search_input {

	color:#4e4e4e;
	width: 13em;
	margin-bottom: 0.3em;
	float:left;
}

.head_search_button {

	float:right;
	margin-top: 0.1em;
	width:1.8em;


}

/* Ministeriums-Logo. Setzt das Logo etwa 4em vom rechten Rand. Dieser Wert ist je nach Ressort und Logogröße zu ändern. */
#head_logo {

	margin-top: 0.7em;
	margin-right: 4.2em;
	text-align: right;

}




/* ***************************************************************************
*
*  Trenner - trennt Kopf und Hauptbereich durch einen zweifarbigen Streifen
*
*  ***************************************************************************  */



#left_red {

	height:0.6em;
	background-color: #871d33;
	margin:0;
	width:16.6em;

}

#right_grey {

	height:0.6em;
	background-color:#8e8e8e;
	margin:0;
	padding:0;


}


/* ***************************************************************************
*
*  Unterteilung in "left" und "right": Left ist das Menü, Right der rechte
*  Bereich einschließlich der Highlights
*
*  ***************************************************************************  */


#left {

	height:100%;
	float:left;
	width:16.6em;
	background-color: #e3e3e3;



}

#right {
		width:61.72em;
		height:100%;
		float:right;
		/* padding-left: 1px; */

}



/* ***************************************************************************
*
*  Hauptmenü auf der linken Seite mit allen Menüebenen
*
*  ***************************************************************************  */




#main_menu {

	width:16.6em;
	height:100%;


}

#main_menu a:hover {

	text-decoration: underline;
}




/* Menü-Ebene 1 */
.main_menu_1 {

	padding:0;
	margin:0;
	width:100%;

}


.main_menu_1 li {

	list-style: none;
	background-image: url(menue_inactive_back.gif);
	background-repeat: repeat-x;
	margin:0;
	margin-bottom: 0.0em;
	padding: 0.6em 0 0.6em 0.99em;
	line-height:1.2em;
	font-size: 1.11em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;


}

.main_menu_1 li a {

	color:#000;
	text-decoration: none;
}



/* Menü-Ebene 1 aktiver Punkt */
li.main_menu_1_active  {

	background-image: url(menue_active_back.gif);
	background-repeat: repeat-x;
}

li.main_menu_1_active a {

	color: #fff;
}


.main_menu_1 ul {

	border-right: solid #ccc 1px;

}



/*Menü-Ebene 2 */
.main_menu_2 {

	padding:0;
	margin:0.5em 0 -0.6em; 0;

}



.main_menu_2 li {

	list-style: none;
	background-image: none;
	background-color: #ddd;
	padding: 0.5em 0 0.5em 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #999;
	margin:0 0 0 -1.1em;
	line-height:1.2em;
	font-weight: bold;
	font-size:0.9em;
	text-transform: none;


}


.main_menu_2 li a {

	color:#000;
	text-decoration: none;
}


/* Menü-Ebene 2 aktiver Punkt */
li.main_menu_2_active  {

	background-image: none;
	background-color: #ebebeb;
}

li.main_menu_2_active a {

	color: #871d33;
}

.main_menu_2 ul {

	border-right: none;

}



/*Menü-Ebene 3 */


.main_menu_3 {

	padding:0;
	margin:0.5em 0 0 0;

}

.main_menu_3 li {

	list-style: none;
	background-color: #ebebeb;
	padding: 0.5em 0 0.5em 3em;
	font-size:1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: solid 1px #d7d7d7;
	border-bottom: none;
    margin:0 0 0 -1.9em;
	line-height: 1.2em;

}


.main_menu_3 li a {

	color:#000;
	text-decoration: none;

}


/* Menü-Ebene 3 aktiver Punkt */
li.main_menu_3_active  {

	background-image: none;
	background-color: #fff;

}

li.main_menu_3_active a {

	color: #871d33;


}




/*Menü-Ebene 4 */


.main_menu_4 li {

	list-style-image: url(menue_arrow.gif);
	background-color: #ffffff;
	padding: 0.3em 0 0.3em 0;

	font-weight: bold;
	letter-spacing: 0.1em;
	margin:0 0 0 -2.5em;
	line-height:1.2em;
	border: none;


}

ul.main_menu_4 {

	margin-top: 0.5em;


}

.main_menu_4 li a {

	color:#000;
	text-decoration: none;

}


/* Menü-Ebene 4 aktiver Punkt, Rest erbt von oben */

li.main_menu_4_active a {

	color: #871d33;
}




/*Menü-Ebene 5 */


.main_menu_5 li {

	list-style-image: none;
	padding: 0.3em 0 0.3em 0;

	font-weight: bold;
	letter-spacing: 0.1em;
	margin:0 0 0 -3.0em;
	line-height:1.2em;
	border: none;


}


ul.main_menu_5 {

	margin-top: 0.5em;
}

.main_menu_5 li a {

	color:#000;
	text-decoration: none;
}

/* Menü-Ebene 5 aktiver Punkt */

li.main_menu_5_active  {

	background-image: none;
	background-color: #fff;
}

li.main_menu_5_active a {

	color: #871d33;
}








/* Menü unter dem Standard-Menü */

#bottom_menu {

	background-color: #fff;
	background-image: url(menue_bottom.gif);
	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: 1em;
	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%;
	padding:1em;
	color: #404040;
	line-height: 130%;
	background-color: #fff;
	padding-bottom:3em;
	margin: 0 0 0 0.1em;
	min-height: 500px;

}

/* Breite des main_contents, wenn es Highlights gibt */
.main_highlights {

	width: 42.5em;


}



/* Breadcrumb- bzw. Rootline-Menü */
#rootline {

	color: #919090;
	margin-bottom: 2em;
}

#rootline a {

	color: #919090;
	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: 42.5em;
}

.theme_picture {

	float: left;
}

.theme_content {

	width: 27.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: 41.9em;
	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: 59em;
	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 h2 {

	font-size:1.1em;
	color: black;

}



/* ***************************************************************************
*
*  Highlightspalte rechts
*
*  ***************************************************************************  */

#highlights {

    margin-left: 45.02em;
	background-color: #d9d9d9;
	width:16.6em;
	border-left: solid #919090 1px;
    border-bottom: solid #919090 1px;

}


/* Weiche für IE 6 */
* html #highlights {

	margin-left: 0;
	float:right;

}

/* Weiche für IE 7 */
*:first-child+html #highlights {

	margin-left: 0;
	float:right;

}




#highlights p {

	padding:0 1em 0em 1em;
	font-size:1.15em;
	color: #000000;
	line-height: 120%;

}



h2.gruen  {

	margin:0;
	background-image: url(grad_green.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;

}


h2.violett  {

	margin:0;
	background-image: url(grad_violett.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;

}

h2.blau  {

	margin:0;
	background-image: url(grad_blue.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;

}


h2.darkblue  {

	margin:0;
	background-image: url(grad_red.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;

}

h2.dunkelblau  {
	margin:0;
	background-image: url(grad_darkblue.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;

}

h2.orange  {

	margin:0;
	background-image: url(grad_orange.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;
}

h2.rot {
        margin:0;
        background-image: url(menue_active_back.gif);
        font-size: 1.3em;
        color: #fff;
        padding: 0.6em 0.4em 0.6em 0.8em;
}


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

#footer_menu {

	width:82em;
	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 */

#highlights form {

	padding:0 1em 0 1em;
	margin: 0 0 1em 0;;
}

#highlights fieldset {

	margin: 0;
	padding: 0;
}

#highlights select {

	width:14em;
	margin-bottom: 0.3em;
}



/* ***************************************************************************
*
*  Sortierte und unsortierte Listen
*  Bei den sortierten Listen wird die Nummerierung nicht angezeigt, um möglichst
*  flexibel in einer eigenen Nummerierung sein zu können.
*
*  ***************************************************************************  */


.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/Template-Katalog_v2.0.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/Template-Katalog_v2.0.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; }


/* ########### Bildergalerie ############## */
.gallery { width: 99.9%; 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; }
.gallerypagingbox { background-color: #e8e8e8; font-weight: bold; padding: 4px; height: 1.30em; }
.gallerypagingboxleft { float: left; width: 14em; background-color: #e8e8e8; color: #000000; }
.gallerypagingboxcenter { float: left; width: 21.5em; background-color: #e8e8e8; text-align: center; }
.gallerypagingboxright { float: left; width: 14em; 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: 14em; 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;
}

/* ########### Formatierung für Unterüberschriften (Dokumente) ############## */
h2.overview { font-size:1.1em;}

/* ##########  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: 59.5em; }

/* ##########  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 {
	height:100%;
	padding:1em;
	color: #404040;
	line-height: 130%;
	padding-bottom:3em;
	margin: 0 0 0 0.1em;
}

#printboxlogo {
	background: url(/Internet/med/bc2/bc240b53-863e-8b11-1010-432700266cb5,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;
}

/* ##########  Gebaeudeboerse ############# */
.gebaeude_picbox { float: left; margin-top: 10px; }
.gebaeude_contentbox { margin-left: 150px; margin-top: 16px; }
.gebaeude_headline { margin-top: 0px; font-size: 1.1em; }
.gebaeude_dividerline { clear: both; margin-top: 5px; margin-bottom: 5px; height: 1px; border-top: 1px solid #919090; }
.gebaeude_enddividerline { clear: both; margin-top: 5px;border-top: 1px solid #919090; }
.gebaeudedetail_picbox { float: left; }
.gebaeudedetail_contentbox { margin-left: 150px; }
.gebaeudedetail_headline { margin-top: 0px; }
.gebaeudedetail_tablebox { clear: both; margin-bottom: 10px; }
.gebaeudedetail_dividerspace { clear: both; margin-bottom: 10px; }
.projekte_paging { text-align: right; font-weight: bold; padding-top: 5; }
.searchfield { width: 10em; margin-right: 2em; }
.knopf { width: 7em; }

input.radiobutton , input.checkbox { width: 2em; }
img.nofloat { float: none; margin: 0;}
