
/* (c) 2006 johannes schwichtenberg - www.schwichtenberg.info */

div {
  /*border: 1px black solid;*/
}

body, table {
	font-family: arial;
	font-size: 10pt;
  
  background-color: #BCCEFF;
}

.page_body {
	background-color: #BCCEFF;
  margin: 0px;
	padding: 0px;

	font-size: 10pt;

  height: 100%;
}
.page_top {
  /*border: 1px #F49F9F solid; */
  border-top: 1px #789CFF solid;
  border-bottom: 2px #FFF solid;
  background-image: url('/images/head_kopf2.jpg');
  background-repeat: no-repeat;
  background-position: 9px 0;
  height: 125px;
  background-color: #789CFF;
  margin:0;
  

}

.page_main {
  clear: left;
  border: 0px black solid; 

}

.page_content {
  padding: 10px;
  margin: 0 0 0 180px;
}

.part_left {
  float: left;
  width: 170px;
  margin: 0 0 0 0;
  background: url('/images/part-left_bg.jpg');
  background-repeat: repeat-x;
  text-align: center;
  margin: 0 0 0 9px;
  min-height: 480px;
}
*html .part_left {
  height: 480px;
}


.page_nav {
  /*border: 1px black solid; */
  border-top: 1px #001F79 solid;
  
}

.page_bot {
  border: 0px black solid; 
  padding: 10px;
  text-align: center;
  

}    
.small {
    font-size: 8pt;
}

.text_only {
    size: 0px; 
    /*visibility: hidden;*/
    display: none;
    width: 0px;
}

.position {
  display: none;

}

a {
	color: #e83a00;
	text-decoration: none;	

}
a:hover {
	color: #ff9d00;
}

.nav_mcat {
	color: #FFD278;
	font-size: 8pt;
	font-weight: 900;
	text-decoration: none;	
	/*letter-spacing: 1.5px;
	line-height: 20px;*/


}
.nav_mcat:hover {
	/*color: #FFD278;*/
  color: #fff;
}

.nav_cat {
	color: #A90C0C;
	font-size: 8pt;
	font-weight: 500;
	text-decoration: none;	
	

}
.nav_cat:hover {
	color: #333;
}

#nav_help a {
  font-size: 8pt;
	font-weight: 900;
  color: #001F79;
  text-decoration: none;
}
#nav_help a:hover {
  font-size: 8pt;
	font-weight: 900;
  color: #001F79;
  text-decoration: underline;
}

.nav_theme {

	color: white;
	font-size: 9pt;
	text-decoration: none;	
	letter-spacing: 1px;

}
.nav_theme:hover {
	color: #ff9d00;
}

.pnav {
	color: #ff9d00;
	font-weight: 700;
	text-decoration: none;	
	padding-right: 10px;

}
.pnav:hover {
	color: #e83a00;
}



.nav_divmcat {
  float: left;
  
  width: 105px;
  height: 32px;
  text-align: center;
  
  padding: 0 0 0 0;
  margin: 7px 7px -5px 7px;
  
  background: url('/images/nav_but_bg.jpg');
  background-repeat: repeat-x;
  
}

.nav_divmcat ul {
  margin: 0 0 0 0;
}

.nav_divmcat ul li {
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
}


ul {
  padding: 0 0 0 0;
  list-style: none;
}


div {
  
  margin: 0px;

}

.div_main {
  width: 795px;
  min-height: 800px;  
  background-color: #BCCEFF;
  text-align: left;
  margin: 0 auto;
  /*border: 1px #F18181 solid;*/
  border-left: 1px #001F79 solid;
  border-right: 1px #001F79 solid;
  
  padding-top: 0px;
}



.div_center {
  width: 99.75%; 
  height: 99.75%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  
}


* html #id_div_main {  
  height: 100%; 
} 

/* navigation */

#nav_help {
  float: left;
  
  padding: 0 0 0 0;
  margin: 7px 7px 7px 12px;
}
#nav_help ul {
  padding: 0;
  margin: 0;
}
#nav_help li {
  float: left; 
}


.ul_part_left {
  text-align: left;
  padding: 0 0 3px 15px;
  letter-spacing: 0.9px;
  font-weight: 700;
  
  min-height: 70px;
  margin: 10px 0 5px 0;
}
/*
*html .ul_part_left {
  height: 80px;
  padding: 0 0 3px 0;
  margin: 10px 0 5px 12px;
  letter-spacing: 1px;
}
*/

.ul_part_left a:link,
.ul_part_left a:visited,
.ul_part_left a:active {
  color: #FFD278;
}
.ul_part_left a:hover {
  color: #fff;
}

#nav_active_nav_lk {
  color: #fff;
}


h1.page_titel {
  text-align: center;
  font-size: 24px;
  color: white;
  margin: 30px 0 0 180px;
}

h2.page_subtitel {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin: 0 0 0 180px;
}

.text_block {
  text-align: justify;
}

img {
  border: 0px;
}




.mod_sitemap_ul,
.mod_sitemap_ul li ul {
  padding: 0 0 15px 30px;
  list-style: disc; 
}

.mod_sitemap_ul li ul {
  padding: 0 0 15px 15px;
  list-style: circle; 
}