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

/*
*
*	Modifiziert 12/2009, Martin Paffenholz
*        Modifiziert 01/2010, Leo Neydek
*	
*
*/
 


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


* {

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


html {
	
	font-size:62.5%; /* Dies auf keinen Fall anedern!! */

}

body {

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

}

a {

	color: #000;

}

/* Bilder haben nie einen Rahmen */
img {
	
	border: none;
}

.bildlinks {

        float:left;
        margin-right: 1em;
        margin-bottom: 1em;
		border: solid 1px darkgray;
}

.bildrechts {

        float:right;
        margin-right: 1em;
        margin-bottom: 1em;
		border: solid 1px darkgray;
}


/* 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;

}

hr.schmahl {
	
	margin: 0 0 1.5em 0;

}

fieldset {

	border: none;
	margin:0;
	padding:0;

}


/* Ãœberschriften werden hier definiert */
h1, h2, h3, h4 {  

	color:#871d33;
	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;
}


/* Ãœberschrift verlinkt? */
h1 a, h2 a {

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

}

h1 a:hover, h2 a:hover {

	text-decoration: underline;

}

acronym {

cursor:help;
}


#main_content h1
{
	font-size: 1.75em;
	

}


#main_content h2
{
	font-size: 1.2em;

}

#main_content_om h1
{
	font-size: 1.75em;
	

}


#main_content_om h2
{
	font-size: 1.2em;

}


h2.newsheadline
{
	margin-top: 0.3em;

}

h2.newsheadline_large
{
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	
}

h2.overview {

	margin-top: 0.3em;
	margin-bottom: 0.3em;
}


/* Ãœberschrift verlinkt? */
.content h1 a, .content h1 a:visited, .content h2 a, .content h2 a:visited {

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

}

.content h1 a:hover, .content h2 a:hover {

	color:#871d33;
	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: 61.7em;

}

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

	width: 22.9em;
	
}

.img_highlight {

	width: 16.6em;

}

.img_theme {

	width: 13.9em;

}

.img_theme_large {

	width: 42.5em;

}

.img_left_intext {

	float: left;
	margin-right: 1.2em;

	margin-bottom: 1.2em;


}

.img_right_intext {

	float: right;
	margin-left: 1.2em;
	margin-bottom: 1.2em;

}


/* Weiche für IE 6 */
* html .img_left_intext, * html .img_right_intext {
	
	margin-bottom: 0.4em;	
		
}

/* Weiche fÃ¼r IE 7 */
*:first-child+html .img_left_intext, *:first-child+html .img_right_intext {
	
	margin-bottom: 0.4em;
		
}


.img_secondlogo {  /*Zweites Logo */

	width: 20em;
	
}


/* ***************************************************************************
*
*  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: 97.2em;
	/* Original: 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: #e3e3e3;
	background-color: #fff;
		
}



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


#head {
	
	background-image: url(images/background_head.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 11.3em;
	
	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;

	
}

#advancedsearch {

	margin-top: 0.9em;
}

/* Weiche fÃ¼r IE 6 */
* html #advancedsearch {
	
	margin-top: 0.2em;	
		
}

/* Weiche fÃ¼r IE 7 */
*:first-child+html #advancedsearch {
	
	margin-top: 0.9em;
		
}




/* Ministeriums-Logo. Setzt das Logo etwa 4em vom rechten Rand. Dieser Wert ist je nach Ressort/BehÃ¶rde 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:20.1em;

}

#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:20em;
	background-color: #e3e3e3;
	
	

}

#right {

		height:100%;
		width:77.2em;
		/* Original: 61.72em */
		z-index: auto;
		float:right;
		/* padding-left: 1px; */
}

#right_om {

		height:100%;
		width:97.2em;
		/* Original: 61.72em */
		z-index: auto;
		float:left;
		/* padding-left: 1px; */
}

*:first-child+html #right
{
	width: 77.1em;
}


*html #right
{
	width: 77.1em;
}


/* ***************************************************************************
*
*  HauptmenÃ¼ auf der linken Seite mit allen MenÃ¼ebenen
*
*  ***************************************************************************  */




#main_menu {
	
	width:20.1em;
	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(images/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(images/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.5em 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(images/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(images/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;
	margin-left: 0.1em;	

}


#main_picture_om {
	
	margin-bottom:-0.3em;
	padding-left: 20.1em;
	background-color: #E8E8E8;	

}


/* Weiche fÃ¼r IE 6 */
* html #main_picture {
	
	margin-bottom: 0em;
	margin-left: 0em;	
		
}

/* Weiche fÃ¼r IE 7 */
*:first-child+html #main_picture {
	
	margin-bottom: 0em;
	margin-left: 0em;	
		
}



#main_content, #main_content_om {

	float: left;
	height:100%;
	padding:1em;
	color: #404040;
	line-height: 130%;
	background-color: #fff;
	padding-bottom:3em;
	margin: 0 0 0 0.1em;
	
}

#main_content_om {
	margin-top: 0.3em;
}

*:first-child+html #main_content_om  h1{
	
	margin-top: 0em;	
		
}

*:first-child+html #right_om {
	
	margin-bottom: 0.5em;
	margin-left: 0em;	
		
}



.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_highlights {

	width: 57.5em;
	/* Orig: 42.5em */

	
}

*html .main_highlights {

	width: 57.5em;
	/* Orig: 42.5em */

	
}

*:first-child+html .main_highlights {

	width: 57.5em;
	/* Orig: 42.5em */

	
}



/* Breadcrumb- bzw. Rootline-Men  */
#rootline {
	
	color: #828383;
	margin-bottom: 2em;
}

#rootline a {

	color: #828383;
	text-decoration: underline;
	
}



/* ***************************************************************************
*
*  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: auto;
	/* Orig: 42.5em */

}

.news {

	font-size: 0.85em;

}

.theme_box_wide {

	width: auto;

}

.theme_picture {
	
	float: left;
	width: 15em;
}

.theme_content {

	 width:42.5em;
	/* Orig: 27.4em */
	/* width: 80%; */
	float: left;;
}


.theme_content_no_highlights {

	width: 59.5em;
	/* Orig: 41.9em */
	float:right;

}

/* Hat ein Theme kein Bild links am Rand, dann muss f r den Text diese Klasse verwendet werden. */
.theme_content_wide, .theme_full .theme_content  {

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


#main_content_om .theme_full {

	width: 95.1em;
	/* Orig: 59em */
	margin-top: 2.6em;
	
	
}
.theme_full {

	width: 75.1em;
	/* Orig: 59em */
	margin-top: 2.6em;
	
	
}


/* Weiche f r IE 6 */
* html .theme_full {
	width: 74.5em;
	margin-top: 0;
		
}


/* Weiche f r IE 7 */
*:first-child+html .theme_full {
	width: 75em;
	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%;
	overflow:auto;

}


/*  berschriften auf den  bersichtsseiten */

.content_overview h2 {

	font-size:1.1em;
	color: black;

}



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

#highlights {
    
    margin-left: 60.5em;
    /* Orig: 45.02em */
	background-color: #d9d9d9;
	width:16.6em;
	border-left: solid #919090 1px;
    border-bottom: solid #919090 1px;
    margin-top: 0.3em;

}


/* Weiche f r IE 6 */
* html #highlights {
    
	margin-left: 0;
	float:right;
	margin-top: 0;
	
		
}

/* Weiche f r IE 7 */
*:first-child+html #highlights {
    
	margin-left: 0;
	float:right;
	margin-top: 0;
	
		
}




#highlights p {

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

}


.green a, .violett a, .blue a, .darkblue a, .orange a  {

	color: #000;

}




#highlights .green h1 {

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


#highlights .violett h1  {

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

#highlights .blue h1  {

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



#highlights .darkblue h1  {

	margin:0;
	background-image: url(images/grad_darkblue.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;
	text-decoration: none;
	
}

#highlights .orange h1  {

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

 

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

#footer_menu {

	width:82em;  	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}



.clear {

	clear:both;
}



/* ***************************************************************************
*
*  Formulare
*  Formulare fÃ¼r den Hauptbereich stehen entweder in der Klasse
*  "main_no_highlights" 
*  oder der Klasse
*  "main_highlights"
*
*  ***************************************************************************  */




/* KONFIGURATION FÃœR SEITE OHNE HIGHLIGHTS */

.main_no_highlights label, .main_no_highlights input {

    display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:40em;
  	
  	
}

input.short {

	clear: both;
	width: 1px
}

input.newsmail {

	display: inherit;
	width:auto;
	margin-right: 1em;
	clear: both;

}

label.newsmail {

	background-color: aqua;
	

	float: none;

}

.main_no_highlights select { 

	width:20em;
}

.main_no_highlights select, .theme_full select {


}

input.hidden {

	margin: 0px;

}

/* KONFIGURATION FÃœR SEITE MIT HIGHLIGHTS */


.main_highlights label, .main_highlights input, .main_highlights select { 

    display: block;
    float: left;
 	margin-bottom: 0.6em;
  	width:22em;
  	
}



.check {

	
	float:left;
	width: 100%;
}

.check input {

	display: block;
   	margin-bottom: 0.6em;
  	width:5em;
  	margin-left: 14em;

}


/* Weiche fÃ¼r IE 6 */
* html .check input {
	
	margin-left: 6.7em;
	width: 2em;	
}

/* Weiche fÃ¼r IE 7 */
*:first-child+html .check input {
	
	margin-left: 14em;
	width: 2em;			
}


.check label {

	width:0em;
	margin-top: 0.4em;
	
}

input.submit {

	width: 13em;
	margin-left: 13.5em;
	margin-top: 2em;

}

.main_highlights label, .main_no_highlights label {

	font-size: 1.15em;
	font-weight: bold;
	width:12em;

}

.main_highlights .check label {

	width:20em;

}

.main_no_highlights .check label {

	width:34em;

}


.tx-indexedsearch-searchbox input{

	width: 0;

}

.tx-indexedsearch-searchbox table, .tx-indexedsearch-searchbox td {

	border: 0;

}



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

	border:none;
	width:1em;


}

form#mailform textarea {

        font-size: 1.4em;


}

.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, .main_highlights form {

  	background: #f0f0f0;
  	border-top: 1px solid #858585;
  	border-bottom: 1px solid #858585;
  	margin:2em 0;
  	padding: 1em .5em .5em .5em;
  	
  	
}



/* Formular der Publikationen */

#publikationen input {

	width: 2em;
}

.main_highlights #publikationen_bestellen input {

	width: 22em;
}

.main_no_highlights #publikationen_bestellen input {

	width: 35em;
}

#publikationen table, #publikationen td {

	border: 0;

}

#publikationen table {

	font-size: 1.2em;

}

#publikationen a {

	color: #000;

}

#publikationen hr {
	
	border: 0px; /* FÃ¼r Firefox und Opera */
	border-top: solid 1px #919090;
 	border-bottom: solid 1px #f0f0f0; /* FÃ¼r IE (Seiten-Hintergrundfarbe!) */
 	margin: 1.5em 0;

}


#publikationen h2 {
	
	font-size: 1.5em;
	margin-left: 0.4em;
	margin-bottom: 1em;

}

.tx-auxnewsmailer-pi1 h2 {

	margin-top: 3em;
	margin-bottom: 1em;

}


/* Formular in der Highlightspalte */

#highlights form {

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



#highlights fieldset {

	margin: 0;
	padding: 0;
	width: 13em;
}

#highlights select {

	width:13em;
	margin-bottom: 0.3em;
	margin-bottom: 0.5em;
}

.submit input {

	margin:0;
	padding:0;

}

#highlights label
{

	display: block;
    float: left;
	width:13em;
	font-size: 1.1em;

}

#highlights input
{

	width:13em;	
	margin-bottom: 0.5em;

}

#highlights textarea
{

	width:16.3em;	
	margin-bottom: 0.5em;
	

}

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

	width:13em;
		
}

/* Weiche f r IE 7 */
*:first-child+html #highlights textarea {
	
	width:13em;
		
}

#highlights input.submit {

	margin: 0.5em 0 0 0;
}


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

	/* list-style-type: none; */
	margin-top: 0.5em;
	
}

/* .theme_content_wide li, .theme_full li */

.content 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;
	border: 0;

}


th {

	/* border-bottom: 1px solid #b0b0b0; */
	/* border-left: 1px solid #cfcfcf; */
	text-align: left;
	padding:0.2em 1em 0.2em 0.5em;
	background-color: #f0f0f0;
}

td {

	padding:0.2em 1em 0.2em 0.5em;
	/* border-left: 1px solid #cfcfcf; */
}

table.contrib
{
	font-size: 1.2em !important;
}



/* #main_content_om div.content table.contenttable { width: 100% }


.theme_full table.contenttable { width: 62em }


td.space { font-size: 0.75em;
           border: none; margin: 0px; padding: 2px; height: 1ex;
           font-weight: normal; }

table.contenttable {

	/* border: 1px solid #b0b0b0; */
	padding: 0;
	margin: 0;
	font-size: 1.1em;

	
}

.content table.contenttable {
	font-size: 1em !important;
}

table.contenttable thead th {
   border:1px solid #b51442;
   background-color:#efefef;
   text-align:center;
   vertical-align:middle;
}



table.contenttable td {

	padding:0.2em 1em 0.2em 0.5em;
	margin: 0;
	
	vertical-align: top;
}

table.contenttable td.Space   { 
  font-size: 0.75em; background-color: white; border: none; margin: 0px; padding: 2px; height: 1ex;
  vertical-align: middle; text-align: left; font-weight: normal; 
}

table.contenttable th.Space   { 
  font-size: 0.75em; background-color: white; border: none; margin: 0px; padding: 2px; height: 1ex;
  vertical-align: middle; text-align: left; font-weight: normal; 
}



table.contenttable th.head {

	/* padding:0;
	margin: 0;
	color:#FFFFFF; */
	color: #404040;	
	border:none;
	/* background-color:#FFFFFF; */
	background-color:#EFEFEF;
	border:1px solid #B51442;
}



table.contenttable th.tabNum {
         	color:#FFFFFF;
	background-color:#b51442;	
	border:none;
	font-size:1.1em;
	font-weight:bold;
	vertical-align: middle;
	text-alignment:center;	
}	

table.contenttable th.tabTitle {

	padding:0.2em 0.5em 0.2em 0.5em;
	margin-bottom: 1.5em;
	color:#FFFFFF;
	background-color:#9c9a9c;
	border:none;
	font-size:1.2em;
	font-weight:bold;
}

table.contenttable th {
    
    padding:0.2em 1em 0.2em 0.5em;
	margin: 0;
	background-color:#ffffff;
}

table.contenttable th.dark {

	padding:0.2em 1em 0.2em 0.5em;
	margin: 0;
	background-color:#efefef;	
	vertical-align: top;
}



table.contenttable td.dark {

	padding:0.2em 1em 0.2em 0.5em;
	margin: 0;
	background-color:#efefef;	
	vertical-align: top;
}

table.contenttable td.light {

	padding:0.2em 1em 0.2em 0.5em;
	margin: 0;
	background-color:#ffffff;
	vertical-align: top;
}




table.contenttable p {

	padding:0;
	margin: 0;

}





table.contenttable a {

	color: #000;
	
}

table.contenttable a:visited {

	color: #404040;
	
}


/* PM-Quellenhinweis - Leo Neydek */

p.pmkasten              { padding: 0.2em; border: 1px solid #6a6a6e; /* #6E7276 */ font-size: 0.9em; }



/********************************************************************************************
*
*Tabelle im Stala-Layout                   
*
*********************************************************************************************/







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 {

	border-left: none;
	border-top: 1px solid #b0b0b0;
	padding:0.2em 1em 0.2em 0.5em;

}



/* ***************************************************************************
*
*  Sitemap 
*
*  ***************************************************************************  */


#sitemap a {

	text-decoration: none;

}

#sitemap ul {

	list-style: none;
}

#sitemap .sitemap_1 li a {

	background-image: url("images/sitemap_linkpfeil.gif");
	background-repeat: no-repeat;
	padding-left: 1.2em;
	padding-top: -0.1em;
	margin-left: -0.9em;
	line-height: 2em;
}

#sitemap .sitemap_2 li a {

	background-image: url("images/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: 2em;
	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;
		
}



div.tx-cegallery-pi1-album_entry{
			float: left;
			height: 190px;
			width: 160px;
			margin: 2px;
			padding: 10px;
			padding-bottom: 13px;
			text-align: center;
			top: inherit;
			vertical-align: bottom;
			background-color: #f3f3f3;
		}

div.tx-cegallery-pi1-album_entry a {

	color: #000000;

}


.download_box {

	background-color: #f3f3f3;
	border: 1px solid #aaa;
	margin: 2em 0;
	padding: 1.2em 0 1.2em 1em;

}

.downloaditem {

	padding: 0.5em 0;

}


.download_box ul {

	list-style: none;
	margin: 0;
	padding:0;

}

.download_box li {

	margin-top: 1.2em;
	list-style: none;
}


#highlights .download_box {

	background-color: transparent;
	border: none;
	margin: 2em 0;
	padding: 0em 0 1em 1em;

}


.changed_box {

	background-color: #f3f3f3;
	border: 1px solid #aaa;
	margin: 2em 0;
	padding: 0.6em 1em 0.6em 1em;

}

.changed_box .left, .left {

	float: left;
}

.changed_box .right, .right {

	float: right;
}

.changed_body {

	margin-bottom: 3em;
	margin-top: -1em;

}


/****
*
* Video 
*
* *** */

.leftvideo {

	float: left;
}


.rightvideo {

	float: right;
	width: 34em;

}




/* tt_news Styles */
.news-single-additional-info { 
	
	background-color: #fff;
	border: none;

}
.news-single-additional-info dd {
	

}

.news-single-files {

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



/* Bildunterschriften */

.pictext {

	background-color: #d9d9d9;
	text-align: center;
	padding: 0.2em;
	width: 13.6em;
	
}

input.newsletter {

	width: 10em;
	background-color: #fff;
	border:1px solid #000;
	margin: 1em 0 0 14em; 
}

input.button_tt_news {

	width: 10em;

}


table.fotobook {

	border: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	
}


table.fotobook td {

	border: none;
	padding: 1em;
	
	
}

.formularlehrer input {

	width: 8em;
	margin-left: 3em;

}

.formularlehrer h2 {

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

}


/* Aussehen des Nach-oben-Links */
.csc-linkToTop {
	text-align:right;
}
.csc-linkToTop a {

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


.csc-linkToTop a:visited {

	color:#404040;
	text-decoration: underline;

}

.csc-linkToTop a:hover {

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


/* Linkfarbe der Suchergebnisse */
.tx-indexedsearch-res a {
color:#000;
}

.tx-indexedsearch-res a:visited {

	color:#404040;
	text-decoration: underline;

}

.tx-indexedsearch-res a:hover {

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

/* Linkfarbe der des Links NORMALE SUCHE auf der Seite der erweiterten Suche */
.othermode a {
color:#000;
}

.othermode a:visited {

	color:#404040;
	text-decoration: underline;

}

.othermode a:hover {

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

/* Klasse fÃ¼r unsichtbaren Text z.B. Label des Suchfelds im Kopf der Seite */

.hidden {

	display:none;
}

.readspeaker_no_highlights {

	text-align: right;
	width: 58em;	

}

.readspeaker_highlights {

	text-align: right;
	width: 42em;
	
}

/* ***************************************************************************
*
*  Sitemap 
*
*  ***************************************************************************  */


#sitemap a {

	text-decoration: none;
	font-size:1.18em;
	line-height: 130%;

}

#sitemap ul {

	list-style: none;
}

#sitemap .sitemap_1 li a {

	background-image: url("images/sitemap_linkpfeil.gif");
	background-repeat: no-repeat;
	padding-left: 1.2em;
	padding-top: 0em;
	margin-left: -0.9em;
	line-height: 2em;
	color: #000;
}

#sitemap .sitemap_2 li a {

	background-image: url("images/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:0em;
	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;
		
}

.fachbeitrag_row1
{
	float: left;
	width: 30em;
}

.fachbeitrag_row1 h1
{
	font-size: 1em !important;
	margin: 0px;
	float: left;
	line-height:130%;
}


.fachbeitrag_row1 .date
{
	float: left;
	margin-right: 10px;
	display: none;
}

.fachbeitrag_row2
{
	float: left;
}

.fachbeitrag_row2 p
{
	margin: 0;
}

.fachbeitrag_row2 .subheader
{
	float: left;
	margin-right: 10px;
	width: 15em
}

.fachbeitrag_row2 .download
{
	float: left;
	margin-right: 10px;
}

.nomargin
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.tx-sgglossary-pi1
{
	font-size: 1.18em;
}

.tx-sgglossary-pi1 input
{
	width: auto;
}

.tx-sgglossary-pi1 form
{
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.tx_stalapublications_directorylist
{
	font-size: 1.18em;
}

.tx-stalapublications-pi1 h4
{
	margin-top: 0;
}

.tx_stalapublications_table
{
	width: 100%;
}

.tx_stalapublications_mainCat
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.tx_stalapublications_groupHeader
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.tx_stalapublications_typecell
{
	font-weight: bold;
	border-bottom: 1px solid #404040;
	height:25px;
	vertical-align:bottom !important;	
}

.tx_stalapublications_categorycell
{
	height: 30px;
	vertical-align: middle !important;
} 

.tx_stalapublications_itemcell, .tx_stalapublications_tableheader
{
	border: 1px solid #999999;
	background-color: #efefef;
	margin-bottom: 5px;	
}

.tx_stalapublications_archiveitemspace
{
	margin-bottom: 14px;
}

.tx_stalapublications_archivelist
{
	font-size: 1.1em;	
}

.tx_stalapublications_archiveitem
{
	margin-bottom: 4px;	
}

.tx_stalapublications_directorylist li, .tx_stalapublications_catlist li
{
	margin-top: 0.5em;
}

.tx_stalapublications_monatshefte
{
	float: left;
	
	margin-bottom: 10px;
}

.tx_stalapublications_monatshefte_image
{
	float: left;
	margin-right: 15px;
	width: 159px;	
}

.tx_stalapublications_monatshefte_downloads
{
	float: left;
	width: 48em;
}

.tx_stalapublications_monatshefte_image img
{
	border: 1px solid #999999;
}

.tx_stalapublications_releasePub
{
	float: left;
	clear: both;
	width: 62em;
}

.tx_stalapublications_tableheaderOrder
{
	padding-top: 1.9em;
}

.align_center
{
	text-align: center;
}

.align_right
{
	text-align: right;
}

.tx-stalanewslettersubscription-pi1 form
{
	border: 0px !important;
	background-color: transparent !important;	
}

.tx_stalanewslettersub_formrow, .tx_stalanewslettersub_spacer
{
	float: left;
	width: 45em;
}

.tx_stalanewslettersub_formfield label
{
	float: left;
	width: 90% !important;
	padding-top: 3px;
}

.tx_stalanewslettersub_inputcheck
{
	width: 1.25em !important;
	margin-left:0;
	margin-right:1em;	
}

.tx_stalanewslettersub_inputsubmit
{
	width: 12em !important;
}

.tx_stalanewslettersub
{
	float:left;
	margin-bottom:2em;
	width:100%;
}

.tx_stalanewslettersub_error
{
	font-size: 1.15em;
	color: #FF0000 !important;
	margin-bottom: 20px;
}

sup
{
	font-size: 0.7em;
}

.tx_stalapublications_links
{
	font-size:1.2em;
	margin-bottom:1em;
}

.tx_stalaglossary_selector
{
	float: left;
		margin-bottom: 5px;
	border-bottom: 2px solid #B51442;
}

.tx_stalaglossary_selectionlist
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:0px;
}

.tx_stalaglossary_selectionlist li
{
	float: left;
	background:transparent url(images/tab_r.gif) no-repeat scroll right top;
	border-bottom:1px solid #ABABAB;
	float:left;
	font-size:1.2em;
	border-width:0;
}

.tx_stalaglossary_selectionlist li.active
{
	background-position:100% -150px;
}

.tx_stalaglossary_selectionlist li span
{
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	float: left;
	background: transparent url(images/tab_l.gif) no-repeat scroll left top;
}

.tx_stalaglossary_selectionlist li span.current
{
	background-position:0 -150px;	
}

.tx_stalaglossary_selectionlist li span a
{
	
	font-weight: bold;
	
}

.tx_stalaglossary_selectionlist li span.current a
{
	color: #B51442;
	font-weight: bold;
	
}

.tx_stalaglossary_entrytable
{
	width: 100%;
}

.tx_stalaglossary_entrytable td
{
	padding: 0.2em 1em 1em 0.5em !important;
}

.tx-ffiframe-pi1 {
  height:100%;
}

.optBoxTitle {  /*Überschrift Auswahlbox*/
   text-align:center;
   font-size:1.1em;
   padding-right:0.5em;
   vertical-align:top;
   font-weight:bold;
   color: #ffffff; 
   background: #6A6A6E
}

small {

	font-size: 0.9em;
}
