body {
	background-image: url('img_layout/bg.jpg');
	background-attachment:fixed;
	font-family: Verdana;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #4c6fa3;
	text-decoration: none;
}

span {
	font-size: 12px;
}
h4 {
	margin: 5px;
	margin-top: 10px;
	margin-left: 0px;
}
/* Frameset - Grundlayout */
#frameSet {
	margin: 0 auto;
	width: 900px;
}
#frameHeader {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	width:870px;
	background: #ffffff;
}
#frameNavigation {
	width:100%;
	background: #0c4281;
	
}
#frameContent {
	padding: 15px;
	width:870px;
	background: #ffffff;
}
#frameFooter {
	background: #0c4281;
	border-bottom: 3px solid #8eb7aa;
	width: 880px;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	padding-right: 20px;
}
/* Navigationsbuttons und Hover */
a.navLink, a.navLink:hover, a.navLink:active, a.navLink:visited {
	color:white;
text-decoration: none;
}



a.footer, a.footer:hover, a.footer:active, a.footer:visited {
	color:white;
}
.navBtn {
	margin: 0 auto;
	display:table-cell;
	width: 135px;
	height: 59px;
	background-image: url('img_layout/btn_norm.png');
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
	padding-top: 0px;
	font-weight:bold;
}
.navBtn:hover {
	background-image: url('img_layout/btn_hl.png')
}
.navBtnIE {
	margin: 0 auto;
	display:table-cell;
	width: 135px;
	height: 59px;
	background-image: url('img_layout/btn_norm.png');
	text-align:center;
	vertical-align: middle;
	color:#ffffff;
	padding-top: 0px;
	font-weight:bold;
	float:left;
}
.navBtnIE:hover {
	background-image: url('img_layout/btn_hl.png')
}
/* Designelemente */
.greenBox {
	font-size: 12px;
	padding: 5px;
	background: #8eb7aa;
	color: #3c454b;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.HotLink span.Suggestion{
  cursor:pointer;
  
}
    
div.HotLinkBox{
      display:none;
}
      
 div.HotLink:hover div.HotLinkBox{

    display:block;
    border: 1px solid #3e345e;
margin-top:20px;
width: 125px;
font-size: 11px;
text-align: left;
    padding:5px;
    position:absolute;
    background-color:#0c4281;
    
}



