/* Start of CMSMS style sheet 'imnamendesgesetzes_stab' */
/*
INdG


Farbe 1: #35251a	-	Headlines und Links
Farbe 2: #827364	-	Fläche rechts
Farbe 3: #a69b8d	-	Helle Balken
Farbe 4: #cbc1ad	-	Außenfarbe rechts und links
Farbe 5: #e3ddd1	-	Hintergrund Mitte



NEU

Farbe 1: #42220D	-	Headlines und Links /
Farbe 2: #927356	-	#kopf / Fläche rechts /
Farbe 3: #B19C7F	-	#subnavigation + #navigation  / Helle Balken
Farbe 4: #D9C69E	-	body / Außenfarbe rechts und links
Farbe 5: #ECE0C8	-	#rahmen #content /  Hintergrund Mitte
*/



body {
	background-color: #D9C69E;
	background-image: url(uploads/images/produktionen/imnamendesgesetzes/hintergrund_ece0c8.jpg);
}

body,td,th {
	color: #333333;
}	
h2 {
	color: #42220D;
}
strong {
	color: #42220D;
}

a:hover {
	color: #927356;
}

#rahmen {
	background-color: #ECE0C8;	
}

#kopf_flash {
	background-color: #927356;
}

#kopf {
	background-color: #927356;
}

#kopf_rubriken {
	background-color: #927356;
}
/**/
#lang p,a {
        color: #42220D;
} 
#navi_elemente {
	background-color: #ECE0C8;    
}

#content {
	background-color: #C3C9B6;
}

#content a {
	color: #42220D;
}

#navigation {
	background-color: #B19C7F;
}

#subnavigation {
	background-color: #B19C7F;
}

#sub_elemente {
	color: #42220D;
	background-color: #B19C7F;
}
#sub_elemente  a {
	color: #42220D;
}

#rubrik {
	color: #ECE0C8;
	font-weight: bold;
}

#rubrik a {
	color: #42220D;
}

#rubrik a:hover {
	color: #ECE0C8;
}

#aktkat {
        color: #42220D;
        font-weight: bold;
}
#aktkat .aktuell {
        color: #ECE0C8;
	background-color: #B19C7F;
}
#aktkat a {
        color: #42220D;
	background-color: #B19C7F;
}

/* Inhalt FORMAT */

#links {
	height: 300px;
	width: 275px;
	overflow: visible;
	float: left;
	position: absolute;
	left: 50px;
	top: 20px;
	text-align: justify;
}
#rechts {
	overflow: visible;
	width: 375px;
	position: absolute;
	left: 375px;
	top: 0px;
}
#rechts img {
        border: 0px;
	margin: 0px;
        margin-bottom: 2px;
        float:left;
}
/* End of 'imnamendesgesetzes_stab' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal - Im Namen des Gesetzes' */
/*
INdG

Hintergrund: #e3ddd1
rechts und links: #cbc1ad
helle Balken: #a69b8d
Fläche rechts: #827364
Headlines/ Links: #35251a
Link-Rollover Hauptnavi: #827364
Link-Rollover Unternavi: #e3ddd1
Fließtext: #333333
*/

dfn {
      margin-left: -12px;
      margin-right: 9px;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   /*background-color: #dde0d5;*/
   border-bottom: 1px solid #a69b8d;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 11px 5px 11px; 
   text-decoration: none; 
   color: #35251a; /*!dunkelste*/
}
#primary-nav li a { 
    /*border-right: 1px solid #a69b8d;*/  /*!dunkel*/
   /*border-left: 1px solid #a69b8d;*/  /*!dunkel*/
}
#primary-nav li a:hover { 
    /*border-right: 1px solid #a69b8d;  /*!dunkel*/
   /*border-left: 1px solid #a69b8d;*/  /*!dunkel*/
   color: #827364; /*!rollover*/
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	

#primary-nav li, #primary-nav li.menuparent { 
   /*background-color: #dde0d5;*/
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   /*background-color: #dde0d5;*/
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
color: #6f7c50;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   /*background-color: #dde0d5;*/
color: #6f7c50;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal - Im Namen des Gesetzes' */

/* Start of CMSMS style sheet 'allgemein' */
html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-repeat: repeat-y;
	background-position: center;
      font-size: 100.01%;
}
body,td,th,p {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
}
table {
    border: 0px;
	border-collapse: collapse;
}
.td50 {width:50px;}
h2 {
	font-size: 11px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
img {
        border: 0px;
}

strong {
	font-weight: bold;
}

#logo_kl {
	width: 910px;
	height: 100px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
}
#logo_kl  img {
	margin-left: 18px;
	margin-top: 30px;
}
#rahmen {
	width: 910px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;	
        position: relative;

}
#navigation {
    height: 15px;
	width: 910px;
	position: relative;
	left: 0px;
	top: 0px;
        
}
/*
160908 sb
#navi_elemente {
	width: 417px;
	left: 333px;
	top: 0px;
	position: absolute;  
        font-size: 10px;     
}
*/

#navi_elemente {
	width: 501px;
	left: 249px;
	top: 0px;
	position: absolute;  
        font-size: 10px;
        cursor: pointer;     
}


/* Sprachauswahl */
#kopf #lang {
	position: absolute;
	left: 760px;
	top: 180px;
}
#kopf #lang p {
        font-size: 10px;
        line-height: 9px;
}

#kopf {
	height: 230px;
	width: 910px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#kopf_flash {
	width: 750px;
	height: 230px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#kopf_rubriken {
	position: absolute;
	height: 230px;
	width: 160px;
	left: 750px;
	top: 0px;
}
#subnavigation {
	height: 30px;
	width: 910px;
	position: relative; /*relative!*/
	left: 0px;
	top: 0px;/*230->0!*/
}
#content {
	width: 910px;
	position: relative;
	left: 0px;
	top: 0px;/*230->0!*/
	overflow: visible;

}
#sub_elemente {
	font-size: 10px;
	text-transform: uppercase;
        position: absolute;
	left: 50px;
	top: 9px;
        font-weight: bold;
}
#sub_elemente  a {
	font-size: 10px;
	text-transform: uppercase;
}
#sprache {
	position: absolute;
	height: 120px;
	width: 110px;
	left: 50px;
	top: 90px;
}
#rubrik {
	position:absolute;
	left:30px;
	top:51px;
	width:106px;
	height:60px;
	z-index:1;
}

#aktkat {
	font-size: 10px;
	position: absolute;
	left: 600px;
	top: 9px;
	height: 20px;
	width: 300px;
	font-weight: bold;
	text-transform: uppercase;
}

td.mittel {
	width: 130px;
	height: 20px;
        vertical-align: top;
}

td.klein  {
	width: 70px;
        vertical-align: top;
        padding-left: 50px;
        vertical-align: top;
}
td.gross {
	width: 400px;
        vertical-align: top;
        padding: 0px;
        padding-bottom: 10px;
        text-align: justify;
}

div.team  table {
 margin-bottom: 10px;
}
div.team.left1  table {
 margin-left: 100px;
}
div.team.left2  table {
 margin-left: 200px;
}
/* End of 'allgemein' */

