/***Formatierungen für die RNG-Internetseite***/
/************************************************************************/
/***Body allg. Formatierungen***/		
body {
	/*Abstände zum Rand */
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	/*Scrollbalken*/
	scrollbar-arrow-color:#ED2300;
	scrollbar-face-color:#E9E9E9;
	scrollbar-highlight-color:#BDBDBD;
	scrollbar-shadow-color:#ED2300;
	/*Schrift*/
	font-family:verdana, geneva, arial, helvetica, sans-serif, bitstream vera sans, luxi sans; 
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background-color:#F1EEE9;
    text-align:center;
}	
	/* Zellen */
td {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

p	{
	margin-top:0px;
	margin-bottom:12px;
	}
	
	

	
	
	/* Paragraph ohne Abstand; Verwendung vor Aufzählungen */
p#a	{
	margin-top:0px;
	margin-bottom:0px;
	}
	/* Paragraph mit linkem Einzug */
p#einzug {
	margin-left:35px;
	}

.fett{
    font-weight:bold;
    }

	/* allgemeine Linkformatierung */
a:link,a:active,a:visited {
	color:#ED2300;
	text-decoration: none; 
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#BFBFBF;
/*    font-weight: bold; */
}

	/*Listen*/
ul{
	list-style : circle outside url(/images/icons/bullet.gif);
	line-height: 17px;
	margin-top:6px;
}
/************************************************************************/
/***Hintergrundfarben***/
	/*Zelle dunkelgrau + Text in weiß*/
.td01{
	/*background-color:#484848;*/
    background-color:#ED2300;
	color: #FFFFFF;
	font-weight: bold;
}
	/*Zelle hellgrau, Text in weiß*/
.td02{
	background-color:#C0C0C0;
	color: #FFFFFF;
	font-weight: bold;
}
	/*Zelle hellrosa*/
.td03 {
	background-color:#FCE6DA;
	border: #FFFFFF;
}

/* **************************************************************************************************** */
/* Analog zum css.css aus dem RE-intraNET, damit mühseliges Umstellen entfällt */
/* **************************************************************************************************** */
.form, .formarea, .formfeld
{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:95%;
}


.formtable
{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
    margin: 10px 0px;
	border-spacing:10px;
}
tr.weiss, td.weiss, th.weiss     { background-color: #FFFFFF; border-width:0; }

tr.farbe0, td.farbe0, th.farbe0     { background-color: #F0F0F0;  }
tr.farbe1, td.farbe1, th.farbe1 	{ background-color: #DEDEDE;  }
/*tr.farbe5, td.farbe5, th.farbe5     { background-color: #FFA899;  }*/
tr.farbe5, td.farbe5, th.farbe5     { background-color: #BEBEBE;  }
th.farbe10, tr.farbe10, td.farbe10  { text-align:left; color:white; background-color: #AEAEAE;  }

tr.hell, td.hell, th.hell {background-color:#EEEEEE; }
tr.dunkel, td.dunkel, th.dunkel {background-color:#CECECE; }

tr.formueberschrift, td.formueberschrift, th.formueberschrift
{
	font-weight:bold;
	font-size:11px;
	padding: 2px 0px;
	background-color: #CECECE;
}

tr.formkopf, td.formkopf, th.formkopf
{
	font-weight:bold;
	font-size:10px;
	text-align: right;
	padding: 3px 5px 0px 0px;
	background-color: #EEEEEE;
}

tr.formueberschrift5, td.formueberschrift5, th.formueberschrift5
{
	font-weight:bold;
	font-size:11px;
	padding: 2px 0px;
	/*background-color: #FFA899;*/
	background-color: #BEBEBE;
}

tr.formkopf1, td.formkopf1, th.formkopf1
{
	font-weight:bold;
	font-size:10px;
	text-align: right;
	padding: 3px 5px 0px 0px;
	background-color: #DEDEDE;
}

.small
{font-size:75%;
}
.formfeld
{
    border-style: none none solid none;
    border-color: #000;
    border-width: 1px;
    background-color: #FFFFFF;
    color: #000000;
}

.formsmall { font-size:90%; }


.button_norm  { 
	/*background-color: #FFA899;*/
	background-color: #BEBEBE;
 	border-width: 1px;
	border-style: solid;
}
/* **************************************************************************************************** */

/************************************************************************/
/***Bild Abstand Text***/
/** Bild im Text Abstand nach recht, oben und unten**/
.bildabstand {
	margin: 12px 12px 7px 0px;
	float:left;
}
/** Bild im Text Abstand nach rechts und unten**/
.bildabstand01 {
	margin: 5px 12px 7px 0px;
	float:left;	
	}
.bildrahmen {
	border-style:solid;
 	border-width:1px; 
	border-color:lightgrey;
}

/************************************************************************/
/***Formularfelder***/
	/*Formularfeld roter Hintergund*/

fieldset {font-size:12px;
			font-weight:bold;
			border-width:1px;
			border-style:solid;
			border-color:#E4E4E4;}
/*.form {
	background-color: #F0F0F0;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-color: #FFFFFF;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position: center;
	text-align: center;
	}	*/
	/*Formularfeld weißer Hintergund*/
.form01 {
	background-color: #ffffff;
	BORDER: 1px solid #BBBBBB;
	COLOR: #000000;
	font-size: 12px;
	font-weight: normal;
	}

/* ************************  input select textarea *******************************/

input,  select	 { font-size: 90%; }
.input_light  
{ 
	border-width: 1px;
	border-style: solid;
}

textarea         { font-size: 95%;  }
 

textarea {font-family:Arial, Helvetica, sans-serif;}	
	/*Formularfeld mit Focus */
.form01f {
	background-color: #C0C0C0;
	BORDER: 1px solid #CCCCCC;
	COLOR: #000000;
	font-size: 12px;
	font-weight: normal;
	}
		/*Formularfeld grauer Hintergund*/
.form02 {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	color: #000000;
	font-color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-position: center;
	text-align: center;
	}	
/************************************************************************/
.suchen {
	height:20px; 
	display:block; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	vertical-align:middle;
}

/************************************************************************/
/***Überschriften***/
	/*1.Überschrift*/
h3{
	margin-top:0px;
	margin-bottom:12px;
	font-size: 12px;
	}

	/*2.Überschrift*/
h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
    font-weigth:bold;
    color:#ED2300;
	}

/************************************************************************/
/*Spezial: weißer Link für den Link "Startseite" auf den Folgeseiten */
.alink a:link { 
   	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration : none;
	}
.alink a:active {
	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration : none;
}
.alink a:visited{
	font-size: 11px;
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration : none;
}
.alink a:hover{
	font-size: 11px;
	color: #000000;
	/*font-weight: bold;*/
	text-decoration : none;
    background-color:transparent;
}

/************************************************************************/
/*Spezial: schwarzer Link für die Links: Index, Sitemap, Impressum, Datenschutz, Drucken*/
.blink a:link { 
   	font-size: 12px;
	color: #ED2300;
	/*font-weight: bold;*/
	text-decoration : none;
	}
.blink a:active {
	font-size: 12px;
	color: #ED2300;
	/*font-weight: bold;*/
	text-decoration : none;
}
.blink a:visited{
	font-size: 12px;
	color: #ED2300;
	/*font-weight: bold;*/
	text-decoration : none;
}
.blink a:hover {
	font-size: 12px;
	color: #ED2300;
	/*font-weight: bold;*/
	background-color:transparent;
}

/*******************************************************************/
.navlink a:link { 
   	font-size: 11px;
	color: black;
	/*font-weight: bold;*/
	text-decoration : none;
	}
.navlink a:active {
	font-size: 11px;
	color: black;
	/*font-weight: bold;*/
	text-decoration : none;
}
.navlink a:visited{
	font-size: 11px;
	color: black;
	/*font-weight: bold;*/
	text-decoration : none;
}
.navlink a:hover {
	background-color:transparent;
	/*font-weight: bold;*/
    color:#ED2300;
}

/*************************************************************************/
/* Swap-Divs */
.divpoint {text-align:left; visibility:hidden; display:none;margin-left:10px;}
/**************************************************************************/
/* nur für Druckbild */
td#navtable { 
	width:150;
	}	
td#klspalte { 
	width:10;
	}	

table#middletable { 
	width:760;
	height:600; 
	}	

table#leer_spalte { 
	visibility:hidden; 
	display:none; 
	}	

table#kopfdruck { 
	visibility:hidden; 
	display:none; 
	}	
.pflicht {color:#C40009;}	
.marker {
	background-color:#EDEEEF;
	cursor:help;
	text-decoration:underline;
	}

/*************************************************************************/

li.stufe1	{ 
	list-style-image:url(/images/stufe1.gif); 
	margin-top:5px; 
	margin-bottom:7px; 
	font-size: 11px;
	/*margin-left:20px;*/
	}	
li.stufe2	{ 
	list-style-image:url(/images/stufe1.gif); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:20px;
	font-size: 11px;
	}	

li.stufe3	{ 
	list-style-image:url(/images/stufe1.gif); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:40px;
	font-size: 11px;
	}	
	
li.pdf	{ 
	list-style-image:url(/images/pdf-icon.gif); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:60px;
    padding-left:10;
	font-size: 11px;
	}	
li.doc	{ 
	list-style-image:url(/images/acrobat.png); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:60px;
    padding-left:10;
	font-size: 11px;
	}	
li.xls	{ 
	list-style-image:url(/images/excel.png); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:60px;
    padding-left:10;
	font-size: 11px;
	}	
a.pdf	{ 
	background: transparent url(/images/acrobat.png) no-repeat center left;
	padding-left: 25px;
	height: 16px;
	}	
a.doc	{ 
	background: transparent url(/images/word.png) no-repeat center left;
	padding-left: 25px;
	height: 16px;
	}	
a.xls	{ 
	background: transparent url(/images/excel.png) no-repeat center left;
	padding-left: 25px;
	height: 16px;
	}	

li.leer	{ 
	list-style-image:url(/images/leer.gif); 
	margin-top:5px; 
	margin-bottom:7px; 
	margin-left:60px;
    padding-left:10;
	font-size: 11px;
	}	
	

	
/****************************************************************************/
.standardtabelle
	{
	padding:0px; 
	margin:0px;
	border-collapse:collapse;
	width:99%;
	}
td#standardcell
	{
	background-image:url(/images/spacergrau.gif);
	background-position:bottom; 
	background-repeat:repeat-x;
	border-bottom:1px solid grey;
	}
td#headcell
	{
	font-weight:bold;
	color:#000000;
	/*background-color:#FFA899;*/
	background-color:#BEBEBE;
	}
