/*------------- Body ------------------------------*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size:0.9em;
	text-align:center;
  background-color:white;
}
#bground{
 /* display:none; */
   background-color:white;
}
#navigation{
  display:none;
}
table.no_border{
	border:none; 
	margin-left:10px;
	margin-top:5px;
	padding:10px;
	background:black;
}
a.piclink {
	text-decoration:none;
	color:white;
  background:transparent;
}
a:hover.piclink{
	text-decoration:none;
	color:orange;
  background:transparent;
}
a:visited.piclink{
	text-decoration:none;
	color:white;
  background:transparent;
}
/*------------- container ------------------------------*/
#container{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px gray;
  background-color:white;
}
/*------------- header ------------------------------*/
#header{
	 margin-top:0px;
	color:#61686B;
	height:150px; 
 /* display:none;*/
}
/*------------- nav ------------------------------*/
#nav{
	display:none
}

.searchform{
	display:none;
}
/*------------- menu ------------------------------*/
#div_menu, #div_menu2{
	display:none;
}


/*------------- main ------------------------------*/
#main{
	margin-left:0px;
	padding:20px;
	/height:500px;
	min-height:500px;
	background-color:white;
}
/*------------- intro ------------------------------*/
#intro {
	padding:20px;
	margin-left:200px;
	margin-top:20px;
	background:transparent;
	color:white;
}

/*------------- hr ------------------------------*/
hr{
	color:#224441;
	color:orange;
}
/*----- Div Weite und Text fett -------------*/
.divWidthBold {
	width:100%;
	font-weight:bold
}
/*----- Abstand Div zwieschen links der Navigation und rechts -------------*/
.abstand {
	margin-left:0;
}
h3, h4 {
	margin:0 0 4px 0;
}