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



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


* {

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


html {
	
	font-size:63.5%; /* Dies auf keinen Fall ��nedern!! */

}

body {
	/*background-color: #FAF38A; - gelb für TEST*/
	/*background-color: #29a733; - grün */
	
	background-color: #e8e8e8;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, "Sans Serif" !important;

}

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;

}

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

.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: #e3e3e3;
	background-color: #fff;
	vertical-align: top;
}



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

	
}

/* 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: 1.9em;
	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:20.1em;
	background-color: #e3e3e3;
	
	

}

#right {

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

}


/* ***************************************************************************
*
*  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;
	padding-left: 0.99em;
	line-height:2.4em;
	font-size: 1.11em;
	font-weight: bold;
	letter-spacing: 0.1em;
	

}

.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;

}



.main_menu_2 li {

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

}


.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;

}

.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: #000;
	
	
}




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




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








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

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

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

	margin:0;
	background-image: url(../images/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(../images/grad_violett.gif);
	font-size: 1.3em;
	color: #fff;
	padding: 0.6em 0.4em 0.6em 0.8em;
	
}

h2.blue  {

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


h2.red  {

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

h2.orange  {

	margin:0;
	background-image: url(../images/grad_orange.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_full label, .theme_full input, .theme_full select { 

	width:25em;
	font-size: 1.05em;
	font-family: Arial, Helvetica, "Sans Serif" !important;

}

/* Rahmen um die Input-Boxen */
.theme_content_wide input, .theme_full input {

	border:1px solid #a5a5a5;
	font-size: 1.05em;
	font-family: Arial, Helvetica, "Sans Serif" !important;
}

/* 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;
 	font-size: 1.05em;
 	font-family: Arial, Helvetica, "Sans Serif" !important;

}

.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;
	font-size: 1.05em;
	font-family: Arial, Helvetica, "Sans Serif" !important;


}

.theme_content_wide label, .theme_full label { 

  	width: 10em; 
  	font-weight: bold;
  	font-size: 1.05em;
  	font-family: Arial, Helvetica, "Sans Serif" !important;
  
}

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


/* Formular in der Highlightspalte */

#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 {

	list-style-type: none;
	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: 1em;
	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 {
	border-left: none;
	border-top: 1px solid #b0b0b0;
	padding:0.2em 1em 0.2em 0.5em;
}