/* ************************************************************************************ */
body, p a {
	color: #000000;
	background-color: #ffffff;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	top: 30px;
}
h1 {
    font-size: 1.5em;
    margin: auto;	/* 0 0 0.7em */
	padding: auto; /*0.3em; */
    text-align: center;
    background-color: white;
    border: 1px ridge silver;
	background:url(../../img/bg-h1.jpg) repeat-x 0px 0px;
	color:#8796cf;
	width:80%;
}
html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}
/* ************************************************************************************ */
#header {
	/* position:absolute;*/
	z-index:1;
	width:100%;
	height:115px;
	background-image: url(../img/filler_oben.jpg);
/*	top: 0px;
	left: 0px;*/
	margin: 0 0 0 0;
}
#header-inst-rm {
	z-index:2;
	position:absolute;
	top: 28px;
	left: 135px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8796cf;
	font-weight: bolder;
	font-size: 30px;
	font-style: italic;
	background:none;
}
#header-ext-links {
	z-index:2;
	position:absolute;
	top: 9px;
	left: 135px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8796cf;
	font-size: 11px;
	font-style: italic;
	text-decoration:underline;
	background:none;
}
#header-ext-links a{
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	color: #8796cf;
	font-size: 11px;
	font-style: italic;
	text-decoration:underline;
}
/* all good browsers go here please: */
[id]#rm-logo{
	z-index:1;
	top: 0px;
	left: 0px;
	width:126px;
	height:63px;
	background-image:url(../img/logo_links_oben.png);
	/* background-repeat:repeat-both; */
	background-repeat:no-repeat; 
	position:relative;
} 
/* IE and all other non-conform browsers go here, please:  */
#rm-logo {
	z-index:1;
	width:126px;
	height:63px;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cms-rm/fileadmin/img/logo_links_oben.png', sizingMethod='scale');
}
/* ************************************************************************************ */
div#menu_1 {
    font-size: 0.83em;
    float: left; width: 18em;
    margin: 0 0 1.2em; padding: 0;
    border: 1px dashed silver;
	background-color: #eee;
}
div#menu_1 li {
    list-style: none;
    margin: 0; padding: 0.5em;
}
div#menu_1 a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
}
div#menu_1 a:link {
    color: black; background-color: #eee;
text-decoration:none;
}
div#menu_1 a:visited {
    color: black; background-color: #eee;
text-decoration:none;
}
div#menu_1 a:hover {
    color: black; background-color: #FA9C66;
text-decoration:none;
}
div#menu_1 a:active {
    color: white; background-color: #FA9C66;
text-decoration:none;
}

ul#menu_1 {
font-size: 0.91em;
float: left; width: 22em;
margin: 0; padding: 0;
border: 1px dashed silver;
}
ul#menu_1 li {
list-style: none;
margin: 0; padding: 0.5em;
}
ul#menu_1 a {
display: block;
padding: 0.2em;
font-weight: bold;
text-decoration:none;
}
ul#menu_1 a:link {
color: black; background-color: #eee;
text-decoration:none;
}
ul#menu_1 a:visited {
color: black; background-color: #eee;
text-decoration:none;
}
ul#menu_1 a:hover {
color: black; background-color: #FA9C66;
text-decoration:none;
}
ul#menu_1 a:active {
color: white; background-color: gray;
text-decoration:none;
}
/* ************************************************************************************ */
/*  MENU 1, level 1, normal state (NO) */
DIV.menu1-level1-no {
  font-size: 10px;
  padding-left:00px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV.menu1-level1-act {
  font-size: 10px;
  font-weight:bolder;
  padding-left:00px;
}
/*  MENU 1, level 2, normal state (NO) */
DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:10px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bolder;
  padding-left:10px;
}
/*  MENU 1, level 3, normal state (NO) */
DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 3, active state (ACT) */
DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bolder;
  padding-left:20px;
}
/*  MENU 1, level 4, normal state (NO) */
DIV.menu1-level4-no {
  font-size: 10px;
  padding-left:30px;
}
/*  MENU 1, level 4, active state (ACT) */
DIV.menu1-level4-act {
  font-size: 10px;
  font-weight:bolder;
  padding-left:30px;
}
/* ************************************************************************************ */
div#Info {
    font-size: 0.9em;
    float: right;
	width: 8em;
    margin: 0 0 1.1em;
	padding: 0;
    background-color: #eee;
	border: none;
}
div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
}
div#Info p {
    font-size: 1em;
    margin: 0.5em;
}
/* ************************************************************************************ */
div#content {
    margin: 0 10em 1em 16em;
    padding: 1em 1em;
    border: 1px dashed silver;
	min-height:65%;
}
* html div#content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}
div#content h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
}
div#content p {
    font-size: 1em;
    margin: 1em 0;
}
/* ************************************************************************************ */

p#Fusszeile {
    clear: both;
/*    font-size: 0.9em;*/
    margin: 0; padding: 0.1em;
    text-align: left;
	font-size:9px;
	color:#CCCCCC;
    background-color: #ffffff; border: none;
}
p#Fusszeile a {
	color:#CCCCCC;
}
/* ************************************************************************************ */
div#klickpfad {
    clear: both;
/*    font-size: 0.9em;*/
    margin: 14px 0 0 0;
	padding: 0.1em;
    text-align: left;
	font-size:9px;
	color:#000000;
    background-color: #ffffff; border: none;
}
div#klickpfad a {
	color:#999999;
	text-decoration:none;
}
div#klickpfad a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#FA9C66;
}
/* ************************************************************************************ */
#menu_g {
	/* position:absolute;*/
	z-index:1;
	width:600px;
	background:none;
	position:absolute;
	top:65px;
	left:120px;
	border: none;
}
.menu_g_td {
	font-size:9px;
	width:68px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
}

.menu_g_td a {
	color:#999999;
	text-decoration:none;
}
.menu_g_td a:hover {
	color:#000000;
	text-decoration:none;
}
/* ************************************************************************************ */
.centered {
	text-align:center;
}
/* ************************************************************************************ */
/* Helpers for  html */
.bildunterschrift {
	font-size:11px;
}
.linedark {
	background-color: #DDDDFF;
}

.linelight {
	background-color: #FFFFFF;
}

.lineorange {
	background-color: #FA9C66;
}
td { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
}
/* ************************************************************************************ */
/* Thrash bin */
/* ************************************************************************************ */
/*	#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
}
*/