/* Styles Text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002d5f;
	line-height: 15px;
	text-align: justify;
}
.textblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
}
.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002d5f;
	line-height: 15px;
}
.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15px;
	text-align: justify;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #002d5f;
	line-height: 15px;
	font-weight: bold;
   }
.headlineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #002d5f;
	line-height: 15px;
	font-weight: bold;
   }
.warnung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ff0000;
	line-height: 16px;
	text-align: justify;
}
.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 12px;
   	font-weight: bold;
   	color: #002d5f;
   	line-height: 15px;
   	text-decoration: none;
}
.textlinkr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 12px;
   	font-weight: bold;
   	color: #ff0000;
   	line-height: 15px;
   	text-decoration: none;
}
.imglink {
   	border: 0px;
   	padding: 0px;
   	margin: 0px;
}

/* Styles View */

body { 
	margin-top: 0; 
	margin-left: 0; 
	background: #f4f5f9 url('../images/hg-header.gif');
}
.head {
	height: 24px;
	width: 965px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002d5f;
	line-height: 20px;
	background: url(../images/header.jpg) no-repeat left top;
	padding-right:25px;
	padding-top:120px;
	text-align:right;
	border:0px solid black;
}
* html .head {
	height:24px; h\ight: 23px;
}

.head a {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002d5f;
}

.head .small {
	font-size:14px;
}

.head .reset {
	font-size:14px;
}

.head .bigger {
	font-size:14px;
}

.content {
	width: 990px;
	vertical-align: top;
	display: inline;
	float: left;
}
.left {
	width: 205px;
	vertical-align: top;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}
* html .main {
	padding-top: 10px;
	padding-left: 10px;
	width: 465px;
	height: 400px;
	display: inline;
	float: left;
	border-left: 1px dotted #7b93af;
}
.main {
	padding-top: 10px;
	padding-left: 10px;
	width: 465px;
	min-height: 400px;
	display: inline;
	float: left;
	border-left: 1px dotted #7b93af;
}
.main hr {
	width: 455px;
}
.warning {
	width: 462px;
}
.pics {
	width: 290px;
	margin-left: 5px;
	text-align: center;
	float: left;
}
.pics div {
	text-align: center; 
	background: url('../images/hg_pics.jpg') no-repeat; 
	padding-top: 15px; 
	width: 276px; 
	heigth: 212px;
}
.pics div img {
	padding-bottom: 13px;
	width: 246px;
	height: 182px;
}


/* Styles Menue */


.menu {
	display: inline;
	height:150px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:189px;
}
/* style the list items */
.menu li {
	background:#f4f5f9;
	height:26px;
	float:left;
}
.menu li.sub {
	background:#f4f5f9 url(../images/menue_sup.gif) no-repeat right center;
} 
/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top: 0; 
	left: 0; 
	z-index: 100; 
	font-size: 1em;
}
/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:189px;
	color:#002d5f;
	text-indent:11px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border:1px dotted #7b93af;
	border-width:1px 0px 0px 0px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:189px;
	w\idth:188px;
}
* html .menu ul li a:hover {
	color: #002d5e; 
	background: #e5e9f2;
	position: relative;
}
* html .menu ul li ul li a:hover {
	color: #002d5e;
	background: #f4f5f9;
	position: relative;
}
* html .menu .sub .sub {
	background: #e5e9f2 url(../images/menue_sup.gif) no-repeat right center;
}
* html .menu a:focus {
	color:#002d5e;
	background: #e5e9f2;
}
.menu li:hover {
	position:relative;
}
/* For accessibility of the top level menu when tabbing */
.menu a:focus {
	color:#002d5e;
	background: #e5e9f2;
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#002d5e;
	background: #e5e9f2;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-20px;
	/* set up the overlap (minus the overrun) */
	left:130px;
	/* set up the overrun area */
	padding:30px;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent;
}
#setting1{
	top:-105px;
}
#setting2{
	top:-120px;
}
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
	visibility:visible;
}
/* for IE5.5 and IE6 you need to style each level hover */
.menu ul a:hover ul ul{
	visibility:hidden;
}
.menu ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
.menu ul a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
.menu ul a:hover ul {
	visibility:visible;
}
.menu ul a:hover ul a:hover ul{ 
	visibility:visible;
}
.menu ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
.sub ul li {
	border:1px solid #7b93af;
	border-width:0px 1px 0px 1px;
	background: #e5e9f2;
}
.sub ul li:hover > a{
	background: #f4f5f9;
}
.sub ul li .sub {
	border:1px solid #7b93af;
	border-width:0px 1px 0px 1px;
	background: #e5e9f2 url(../images/menue_sup.gif) no-repeat right center;
}
.sub ul li .sub ul li:hover > a{
	background: #f4f5f9;
}
.sub .sub:hover > a{
	background: #f4f5f9;
}
.sub .sub > a {
	background: #e5e9f2 url(../images/menue_sup.gif) no-repeat right center;
}
.last {
	border:1px dotted #7b93af;
	border-width:0px 0px 1px 0px;
}
.sub .last {
	border-bottom:1px dotted #7b93af;
}
.menu .twoline {
	height:40px;
	line-height:20px;
}
.menu .twoline a{
	height:40px;
	line-height:20px;
}
.sub .twoline {
	height:40px;
	line-height:20px;
}
.sub .twoline a{
	height:40px;
	line-height:20px;
}
.sub .twolinesub {
	height:40px;
	line-height:20px;
}
.sub .twolinesub{
	height:40px;
	line-height:20px;
	background: #e5e9f2 url(../images/menue_sup.gif) no-repeat right center;
}
.sub .twolinesub a{
	height:40px;
	line-height:20px;
}
.sub .twolinesub ul li a{
	height:26px;
	line-height:25px;
}
.sub .twolinesub .twoline{
	height:40px;
	line-height:20px;;
}
.sub .twolinesub .twoline a{
	height:40px;
	line-height:20px;;
}

.sub .twolinesub .last {
	height:26px;
	line-height:25px;
	border-bottom:1px dotted #7b93af;
}
.sub .twolinesub .last a{
	height:26px;
	line-height:25px;
	border-bottom:1px dotted #7b93af;
}
.sub .lasttwoline {
	border-bottom:1px dotted #7b93af;
	height:40px;
	line-height:20px;
}
.sub .lasttwoline a{
	border-bottom:1px dotted #7b93af;
	height:40px;
	line-height:20px;
}
.print {
	background: url(../images/druckicon.gif) no-repeat 6px center;
	margin-top: 25px;
	float: left;
	display: block;
	ist-style-type:none; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:189px;
	color:#002d5f;
	text-indent:31px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	border:1px dotted #7b93af;
	border-width:1px 0px 1px 0px;
}
.print ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:189px;
}
.print ul li:hover {
	cursor: pointer;
}
