/* 001-kopf.css - wm- v.1.0 - 090712 */

* {
	margin: 0;
	padding: 0;
}

#kopf {
	height: 102.5px;
	width: 765px;
	background-image: url(../grafik/001-wpkopf.png);
	background-repeat:repeat-x;
	font-size: 8px;
}

#logotvh {
	float:left; 
	background-image: url(../grafik/001-logojiu-rund.png);
	background-repeat: no-repeat;
	width: 102.5px;
	height: 102.5px;
	margin-left: 25px;
}

/*#logoabt {
	float:right;
	background-image: url(../grafik/001-logoabt.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px; 
	margin: 7.5px 25px;
} */

#abteilung {
	float:right;
	/* width: 400px; /* auf 400 wenn zweites Logo erscheinen soll, ansonsten 597.5  */
	width: 597.5px; /* auf 400 wenn zweites Logo erscheinen soll, ansonsten 597.5  */
	height: 42.5px;
	color: #fff;
	text-align:center;
	text-indent: -50px;
}

#abteilung h1 {
	font-size: 16pt;
	font-style:normal;
	font-weight: 500;	
}

#abteilung h3 {
	font-size: 10pt;
	font-weight: 500;	
}
 
#h_menu {
	float:right;
	width: 597.5px; /* auf 425 setzen, wenn zweites Logo (Größe 90px) erscheinen soll, ansonsten 597.5  */
	/* width: 425px;  /* auf 425 setzen, wenn zweites Logo (Größe 90px) erscheinen soll, ansonsten 597.5  */
	height: 22.5px;
	margin: 3pt 0 0 0;  /*2.5pt*/
	font-variant: small-caps; 
	font-size: 8.5pt;    /*9pt*/
	color: #000;
	text-align: center;
	text-indent: -50px;
}

#h_menu li {
	display: inline;
	list-style-type: none;
}

#h_menu a {
	color: #000;
	font-weight: 500;
  text-decoration: none;
	font-variant: small-caps;
  padding: 5px 8px 5px 8px;
}

#h_menu a:hover {
	text-decoration: underline;
  padding: 5px 8px 5px 8px;
  /*font-weight: 900;
  letter-spacing:0.5px;
  font-size: 8pt;*/
}

