/* This is the main stylesheet for the EMRP Website */

/* general styles */

body {
  margin-left: auto;
  margin-right: auto;
  width: 1007px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

p {
  margin: 0.5em;
}

a {
 /* text-decoration: none;*/
}

/* header styles */

#header {
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(46,47,130);
}

h1{
  font-size: 130%;
  font-weight: bold;
}

h2{
  font-size: 120%;
  font-weight: bold;
}

h3{
  font-size: 110%;
  font-weight: bold;
}
 h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border:0;
	padding: 0;
	margin: 0;
}
#header #header_logo {
  border-top: 1px solid rgb(46,47,130);
  border-left: 1px solid rgb(46,47,130);
  width: 309px;
  float: left;
  height: 100px;
}
#header_logo_right {
  margin-right:0;
  float:right;
  position:relative;
}

#header #heading_container {
  border-top: 1px solid rgb(46,47,130);
  border-right: 1px solid rgb(46,47,130);
  height: 100px;
  width: 689px;
  background-image: url("../images/header_verlauf_691x100_2.png");
  background-repeat: no-repeat;
  float: left;
}
#header #heading_container h1{
  font-size: 200%;
}
#header #heading_container #heading {
  padding-top: 0.2em;
  color: rgb(46,47,130);
}

/* seperator styles */

#seperator {
  border-left: 1px solid rgb(46,47,130);
  border-right: 1px solid rgb(46,47,130);
  width: 998px;
  float: left;
  background-color: rgb(205,222,236);
  font-size: 50%;
}

/* styles for body */

#body_container {
  border-left: 1px solid rgb(46,47,130);
  border-right: 1px solid rgb(46,47,130);
  width: 998px;
  background-color: rgb(205,222,236);
  float: left;
}

#body_container_inner {
 width: 992px;
  margin-right: 0.5em;
  float: left;
  background-color: white;
}

/* left column styles */

#left_column {
  width: 11em;
  background-color: rgb(205,222,236);
  padding-left: 0.5em;
  padding-right: 0.5em;
  float: left;
}
#left_column a {
	text-decoration: none;
}

/* main menu styles */

#left_column #main_menu {
  background-color: white;
  float: left;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;

}

#left_column #main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #main_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  background-color: white;
}

#left_column #main_menu ul li a {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(225,225,225);
}


#left_column #main_menu ul li a.menu_link {  
}

#left_column #main_menu ul li a:hover {
  display: block;
  color: black;
  color: white;
  background-color: rgb(46,67,130);
}


#left_column #main_menu ul li a.menu_link_active {
  display: block;
  color: white;
  background-color: rgb(46,67,130);
}

/* Level 2 menu styles */

#left_column #menu_level2 {
  font-size: 90%;
  font-weight: normal;

}

#left_column #menu_level2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level2 ul li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  background-color: white;
}

#left_column #menu_level2 ul li a {
  display: block;
  padding-left: 1.5em;
  padding-right: 0em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(230,230,230);
}


#left_column #menu_level2 ul li a.menu_level2_link {  
}

#left_column #menu_level2 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(76,97,160);
}


#left_column #menu_level2 ul li a.menu_link_level2_active {
  display: block;
  color: white;
  background-color: rgb(76,97,160);
}

/* Level 3 menu styles */

#left_column #menu_level3 {
  font-size: 90%;
}

#left_column #menu_level3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level3 ul li {
  float: left;
  margin-bottom: 1px;
  background-color: white;
  
}

#left_column #menu_level3 ul li a {
  display: block;
  padding-left: 2.5em;
  padding-right: 0em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(235,235,235);
}


#left_column #menu_level3 ul li a.menu_level3_link {  
}

#left_column #menu_level3 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(96,117,180);  
}


#left_column #menu_level3 ul li a.menu_link_level3_active {
  display: block;
  color: white;
  background-color: rgb(96,117,180);
}

/* Level 4 menu styles */

#left_column #menu_level4 {
  font-size: 90%;
}

#left_column #menu_level4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level4 ul li {
  float: left;
  margin-bottom: 1px;
  background-color: white;
  
}

#left_column #menu_level4 ul li a {
  display: block;
  padding-left: 3.5em;  
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(240,240,240);
}


#left_column #menu_level4 ul li a.menu_level4_link {  
}

#left_column #menu_level4 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(121,142,200);
}

#left_column #menu_level4 ul li a.menu_link_level4_active {
  display: block;
  color: white;
  background-color: rgb(121,142,200);
}

/* further left column styles */

#left_column #lc_info {
  float: left;
  margin-top: 1em;
  /*text-align: justify;*/
  font-size: 90%;
}

/* main content area styles */

#main_content_area {
  padding: 0.1em;
  padding-right: 1em;
  border-left: 12.1em solid rgb(205,222,236);
}
#main_content_area a {
      color: rgb(46,47,130);
}

#main_content_area a:visited {
      color: rgb(66,87,150);
}

#main_content_area a:hover {
      color: rgb(66,87,150);
      text-decoration:none;
}
#main_content_area_inner {
  padding: 0.5em;
  background-color: white;
  text-align: justify;
  min-height: 20em;
  color: black;
}

/* footer styles */

#footer {
  border-left: 1px solid rgb(46,47,130);
  border-right: 1px solid rgb(46,47,130);
  border-bottom: 1px solid rgb(46,47,130);
  width: 998px;
  background-color: rgb(205,222,236);
  color: black;
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-size: 70%;
}
/* footer styles */
#footer span {
 padding-left:11em;
}
#footer img {
  border: none;
}
.width_1200_pixel {
  width:1200px;
}
.width_1100_pixel {
  width:1100px;
}
.width_1000_pixel {
  width:1000px;
}
.width_900_pixel {
  width:900px;
}
.width_800_pixel {
  width:800px;
}
.width_700_pixel {
  width:700px;
}
.width_600_pixel {
  width:600px;
}
.width_500_pixel {
  width:500px;
}
.width_400_pixel {
  width:400px;
}
.width_300_pixel {
  width:300px;
}
.width_200_pixel {
  width:200px;
}
.width_100_pixel {
  width:100px;
}
.width_100_percent {
  width:100%;
}
.width_90_percent {
  width:90%;
}
.width_80_percent {
  width:80%;
}
.width_70_percent {
  width:70%;
}
.width_60_percent {
  width:60%;
}
.width_50_percent {
  width:50%;
}
.width_40_percent {
  width:40%;
}
.width_30_percent {
  width:30%;
}
.width_20_percent {
  width:20%;
}
.width_10_percent {
  width:10%;
}

ul.square_ptb {
    list-style: none;
    padding:0;
    margin:0;
}

ul.square_ptb li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

ul.square_ptb li:before {
    content: "■ ";
    color: #009BCE;
    vertical-align: top;
    line-height: 1em;
}