/* Content Container 
left:101px; top:168px; width:788px; height:472px;
*/
 .contdiv
 {
  overflow-x:hidden;
  background-color:#fff;
  border-style:solid #fff 0px;
 }
#contdivid
{
 position:relative;
 left:4px; top:-4px; width:802px; height:460px;
 overflow:auto;
}
#headbg { 
	background-image:url(img/leiste.jpg); 
	background-repeat:no-repeat;
		}

iframe {
overflow-x: hidden;
overflow-y: scroll;
}

#disk li {
	list-style-type: disc;
	
}

#Vmenu {
	background: #fff;
	list-style: disc;
	margin: 0;
	padding: 0;
	width: 120px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	/* width: 90%; */
	margin:0;
	color: #464648;
	background-color: #fff;
	border-top: 0px #ff7b00 solid;
	float: left;
}
#Vmenu li {
	
	 font: 90% "Arial", "Helvetica", "sans-serif";
	margin: 0;
	padding: 0;
	float:left; /* LTR */
    width: 100%;
    padding: 0;
	
	list-style-type: disc;
}
#Vmenu a {
	background: #fff;
	border-bottom: 1px solid #ff7b00;
	color: #464648;
	;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	width: 90%;
	padding-left: 10%;
	padding-bottom: 1px;
	list-style-type: none;
	top: 10px;
}
#Vmenu a:hover {
	list-style-type: disc;
	background-color:#fff;
	color: #ff7b00;
	border-bottom: 2px #ff7b00 solid;
	padding-bottom: 0px;
	text-decoration: none;
}

/* ############ Main Menu########################################   */

#Tmenu {
	background: #464648;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#Tmenu li {
	float: left;
	font: 100% "Arial", "Helvetica", "sans-serif";
	/* font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; */
	margin: 0 50 0 0;
	padding: 0 0 0 0;
}
#Tmenu a {
	background: #464648 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
}
#Tmenu a:hover {
	background: #7b7b7c url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 2px;
	text-align: left;
	
}
	/* #####  Impressum   ############################################### */
#Hmenu {
	float: right;
	list-style: none;
	margin: 0 0 0 10;
	padding: 0 0 0 20;
	width: 30%;
}
#Hmenu li {
	float: right;
	 font: 60% "Arial", "Helvetica", "sans-serif";
	/* font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; */

	width: 35%;
}
#Hmenu a {
	color: #464648;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#Hmenu a:hover {
	color: #fff;
	text-align: right;
}
#htd {
	
	padding: 0px 0;
	
}
	/* ####################################################################### */




  hr {
	color: #ff7b00;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 2px #ff7b00 solid;
  }
/*########################################################
################################################################# */

body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #444;
  }
  /*--- Headings | &Uuml;berschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#222;
	margin: 0 5 0 0;
  }

  h1 { font-size: 150%; }                       /* 30px */
  h2 { font-size: 130%; }                       /* 24px */
  h3 { font-size: 120%; }                       /* 18px */
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 0,3em;
}
  ul li {
	list-style-type: none;
}
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.1em; line-height: 1.5em; }

