/* basis-patch */
html{
  background-image: url(contentContainer-background.png);
  background-color:  rgb(173,179,195);
}

body{
  background-image: url(header-top-background.png);
  background-color:  rgb(173,179,195);
  color: 	rgb(4,34,72);
}

a{
  color: rgb(4,34,72);
}

/* header-patch */
div#header-styleElementBottomRight{
  background-color: rgb(173,179,195);
  border-left:1px solid rgb(214,217,224);
}

/* top-patch */
div#top{
  background-color: rgb(173,179,195);
  background-image: url(diagramm_rechts_back.gif);
}

div#top-image1{
  background-image: url(headerbild_muster_1.jpg);
}
div#top-image2{
  background-image: url(headerbild_muster_2.jpg);
}

div#top-navigation a{
  color:rgb(214,217,224);
}

div#top-navigation a:link, div#top-navigation a:visited{
   color:rgb(214,217,224);
}
div#top-navigation a:hover ,  div#top-navigation a:active{
  color:white;
}

/* contentContainer-patch */

div#contentContainer{
  background-image: url(hintergrund500x3500c.gif);
  background-color: rgb(173,179,195);
}

div#contentContainer-navigationLeft{
  background-image: url(hintergrund500x3500c.gif);
  background-color:  rgb(173,179,195); 
}


div#contentContainer-navigationLeft-styleElementTop{
  border-left: 1px solid rgb(214,217,224);
}
div#contentContainer-navigationLeft-styleElementBottom{
  margin-top:30px;
  display: block;
}

div#contentContainer-navigationLeft li a {
  border-left: 1px solid rgb(214,217,224);
}

div#contentContainer-navigationRight{
  background-image: url(diagramm_rechts_back.gif); 
}

/* contentContainer-content - Patch */

div#contentContainer-content{
  border-top: 10px solid rgb(214,217,224) ;
  background-color: rgb(231,232,237) ;
  background-image: url(diagramm_links.gif);
}

div#contentContainer-content table td, div#contentContainer-content table th{
  background-color:white;
  border: 1px solid rgb(231,232,237) ;
}

div#contentContainer-content table tfoot td{
  border-top: 1px solid rgb(231,232,237) ;
}

 div#contentContainer-content table th{
   color:white;
   background-color:rgb(173,179,195);
 }

div#contentContainer-content .infotable table th {
	background-color: #d6d9e0;
	color:#8b8f9b;
}
div#contentContainer-content .infotable table td {
	background-color: #d6d9e0;
	color:#042248;
}


div#contentContainer-content input.submit, div#contentContainer-content input.reset {
  border: 1px solid rgb(173,179,195);
} 


div#contentContainer-content h2.linie {
	color:#818690;
	border-bottom:1px solid #ADB3C3;
}



