@charset "utf-8";


html, body {
  background-color:#edf1f9;
  height:100%;
  text-align:left;
}
#oWrap {
  height:100%;
  min-height:800px;
  min-width:850px;
  position:relative;
  width:100%;
  background-image:url(../interface/bg-1b.gif);
  background-position:50% 100%;
  background-repeat:no-repeat;
}
#oWrap.sub {
	background-image:url(../interface/bg-1c.gif);
}
#iWrap {
  bottom:0;
  height:800px;
  left:0;
  position:absolute;
  width:100%;
  background-image:url(../interface/bg-2.gif);
  background-position:50% 30px;
  background-repeat:no-repeat;
}
#container {
  bottom:0;
  height:800px;
  left:50%;
  margin:0 0 0 -425px;
  position:absolute;
  width:850px;
  /*border:1px solid red;*/
}
div.head {
  height:85px;
  margin-top:30px;
  position:relative;
}
div.head h1 {
  margin-left:12px;
}
div.head h1 a {
  background-image:url(../interface/checkman-1.gif);
  background-repeat:no-repeat;
  background-position:50% 50%;
  display:block;
  height:85px;
  text-indent:-999px;
  overflow:hidden;
  width:290px;
}
div.head a.fma {
	background-image:url(../interface/fma-1.gif);
  background-repeat:no-repeat;
  bottom:10px;
  height:42px;
  overflow:hidden;
  position:absolute;
  right:25px;
  text-indent:-999px;
  width:165px;
}
div.content {
  height:560px;
  margin:35px 30px 0;
  position:relative;
  /*background-color:#ccc;*/
}
div.nav {
  height:50px;
  margin:0 170px;
  position:relative;
  /*background-color:#ccc;*/
}
div.menu {
	height:25px;
}
div.menu span {
	display:none;
}
div.menu a {
	background-image:url(../interface/menu-1.gif);
  background-repeat:no-repeat;
  display:block;
  float:left;
  height:25px;
  overflow:hidden;
  text-indent:-999px;
  width:90px;
}
div.menu a.m1 {
	background-position:0 0;
}
div.menu a.m1:hover {
	background-position:0 -25px;
}
div.menu a.m1sel {
	background-position:0 -25px;
}
div.menu a.m2 {
	background-position:-90px 0;
}
div.menu a.m2:hover {
	background-position:-90px -25px;
}
div.menu a.m2sel {
	background-position:-90px -25px;
}
div.menu a.m3 {
	background-position:-180px 0;
}
div.menu a.m3:hover {
	background-position:-180px -25px;
}
div.menu a.m3sel {
	background-position:-180px -25px;
}
div.menu a.m4 {
	background-position:-270px 0;
}
div.menu a.m4:hover {
	background-position:-270px -25px;
}
div.menu a.m4sel {
	background-position:-270px -25px;
}
div.menu a.m5 {
	background-position:-360px 0;
}
div.menu a.m5:hover {
	background-position:-360px -25px;
}
div.menu a.m5sel {
	background-position:-360px -25px;
}
div.menu a.m1sel, 
div.menu a.m2sel, 
div.menu a.m3sel, 
div.menu a.m4sel, 
div.menu a.m5sel,  {
  cursor:default;
}
div.submenu {
  background-color:#2c3f74;
  height:25px;
  overflow:hidden;
}
div.submenu span {
	display:none;
}
div.submenu a {
	color:#fff;
  display:block;
  float:left;
  font-size:11px;
  height:25px;
  line-height:25px;
  padding:0 12px;
  text-decoration:none;
}
div.submenu a:hover {
  text-decoration:underline;
}
div.submenu a.sel {
	font-weight:900;
  pointer:default;
}
div.submenu a.sel:hover {
	text-decoration:none;
}
div.breadcrumb {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:10px;
  height:15px;
	position:absolute;
	top:55px;
  z-index:10;
}
div.breadcrumb a {
  color:#2c3f74;
	text-decoration:none;
}
div.breadcrumb span {
  color:#666;
}
div.breadcrumb a:hover {
	text-decoration:underline;
}
div.main {
  font-family:Verdana, Geneva, sans-serif;
  height:455px;
	margin:10px 170px;
  position:relative;
  /*border:1px solid #ccc;*/
}
div.main h2 {
  color:#2c3f74;
  font-family:HVRoman, Verdana, Geneva, sans-serif;
  font-size:18px;
  font-weight:bold;
	padding:10px 20px 7px;
}
div.main h2.sub {
  font-size:18px;
  letter-spacing:-0.5px;
	padding:40px 20px 40px;
}
div.main div.subhead,
div.main div.subhead2 { 
  color:#2c3f74;
  font-family:HVRoman, Verdana, Geneva, sans-serif;
  font-weight:bold;
  left:20px;
  position:absolute;
  width:410px;
}
div.main div.subhead {
	bottom:392px;
  font-size:13px;
}
div.main div.subhead2 {
  bottom:390px;
	font-size:18px;
  line-height:20px;
}
div.main p {
  font-size:11px;
  line-height:15px;
	padding:0 20px;
}
div.main p a {
  color:#2c3f74;
  font-weight:900;
  text-decoration:none;
}
div.main p a:hover {
	text-decoration:underline;
}
div.main strong {
  font-weight:900;
}
div.main em {
  font-style:italic;
}
div.main div.scrollable {
  height:340px;
	padding-right:10px;
  overflow:auto;
  position:relative;
}
div.scrollable p {
	padding-right:10px;
  padding-bottom:5px;
}
div.scrollable p span.small {
	font-size:10px;
  color:#555;
}
div.scrollable p.images {
	margin:10px 0 10px;
}
div.scrollable p.images img {
	border:1px solid #2c3f74;
	margin:0px 5px 5px 0;
}
div.scrollable h3 {
  color:#666;
  font-size:11px;
  font-weight:900;
  padding:0 10px 5px 20px;
}
div.scrollable h3 a {
  color:#2c3f74;
  font-weight:900;
  text-decoration:none;
}
div.scrollable h3 a:hover {
	text-decoration:underline;
}
div.scrollable div.listing h5 {
  font-size:12px;
  font-weight:900;
  padding:5px 10px 3px 20px;
}
div.scrollable div.listing a {
  color:#2c3f74;
  font-weight:900;
	text-decoration:none;
}
div.scrollable div.listing a:hover {
	text-decoration:underline;
}
div.scrollable div.listing p {
	padding:0 10px 0 20px;
}
div.scrollable div.listing div.more {
  border-bottom:1px solid #ccc;
	padding:1px 10px 5px 0;
  margin-left:20px;
}
div.scrollable div.listing div.last {
  border-bottom:none;
}
div.scrollable div.listing div.empty {
  border-bottom:1px solid #ccc;
	padding:1px 10px 5px 0;
  margin-left:20px;
  height:2px;
  overflow:hidden;
}
div.scrollable div.listing div.more a {
	font-size:11px;
}
div.scrollable div.listingLast {
	height:50px;
}
div.scrollable div.listingLastBorder {
  border-top:1px dotted #999;
	height:80px;
  margin-left:20px;
}
div.scrollable div.partnerlisting {
  margin-left:20px;
	padding:8px 0 8px;
  border-top:1px dotted #999;
  position:relative;
}
div.partnerlisting h5 {
  color:#333;
 	font-size:12px;
  font-weight:bold;
  font-family:HVRoman, Verdana, Geneva, sans-serif;
  line-height:12px;
  padding:0 0 0 0;
}
div.partnerlisting p {
	font-size:11px;
  padding:0 0 0 0;
}
div.partnerlisting div.img {
  height:80px;
	padding-right:120px;
  position:relative;
}
div.partnerlisting div.img img {
	position:absolute;
  right:0;
  top:0;
}
div.partnerlisting div.morespace {
  padding:4px 0;
}
div.partnerlisting img.logo,
div.partnerlisting img.logonb {
	display:block;
  margin:0 0 10px;
}
div.partnerlisting img.logo {
  border:1px solid #ccc;
}
div.partnerlisting img.logonb {
 	border:none;
}
div.scrollable div.presselisting {
  margin-left:20px;
	padding:12px 0;
  position:relative;
  border-top:1px dotted #999;
}
div.scrollable div.presselisting p {
  padding-top:5px;
	position:absolute;
  right:0px;
  bottom:0px;
}
div.scrollable div.presselisting img {
	border:1px solid #ccc;
  margin:-2px 0 -5px;
}
div.main div.scrollable div.frm {
	padding:10px 10px 15px 20px;
}
div.frm div.ctrlHolder {
	border-top:1px solid #ccc;
  font-size:11px;
  margin:5px 0;
  padding:5px 0;
}
div.frm div.ctrlHolder p.label {
  color:#2c3f74;
  font-weight:900;
	padding:0 0 3px 0;
}
div.frm div.ctrlHolder label {
 	display:block;
  line-height:16px;
}
div.multiField input {
 	margin-right:10px;
  vertical-align:text-top;
}
fieldset.checkthetest div.multiField input {
  left:0;
	margin-right:0px;
  position:absolute;
  top:3px;
}
div.multiField label {
 	display:block;
  line-height:16px;
  padding:2px 0;
}
fieldset.checkthetest div.multiField label {
  padding-left:20px;
	position:relative;
}

div.multiField label.blockLabel {
	float:left;
}
div.multiField label.blockLabel input {
	display:block;
  margin-right:0px;
}
div.multiField label span {
	display:block;
  float:left;
  height:11px;
  width:23px;
  overflow:hidden;
}
div.frm div.clear {
  clear:both;
  height:1px;
  width:1px;
  overflow:hidden;
}
div.frm div.buttonHolder {
	border-top:1px solid #ccc;
  font-size:11px;
  margin:5px 0;
  padding:10px 0;
}
div.sbLeft, div.sbRight,
div.sbLeftHome, div.sbRightHome,
div.sbLeftSub, div.sbRightSub {
  height:465px;
  position:absolute;
  top:50px;
	width:155px;
}
div.sbLeftSub, div.sbRightSub {
	top:21px;
}
div.sbLeft,
div.sbLeftHome {
	left:0;
}
div.sbLeft div,
div.sbLeftHome div,
div.sbLeftSub div{
  background-image:url(../interface/sbLeft-1.gif);
  background-repeat:no-repeat;
	height:102px;
  overflow:hidden;
  width:157px;
}
div.sbLeft div.b1,
div.sbLeftHome div.b1,
div.sbLeftSub div.b1 {
	background-position:0 0;
}
div.sbLeft div.b2,
div.sbLeftHome div.b2,
div.sbLeftSub div.b2{
	background-position:0 -102px;
  color:#edf1f9;
  margin-top:50px;
}
div.sbLeft div.b3,
div.sbLeftHome div.b3,
div.sbLeftSub div.b3 {
	background-position:0 -204px;
  margin-top:25px;
}
div.sbLeft div h3,
div.sbLeftHome div h3,
div.sbLeftSub div h3 {
  height:34px;
  position:relative;
  overflow:hidden;
  text-indent:-9999px;
}
div.sbLeft div h3 a,
div.sbLeftHome div h3 a,
div.sbLeftSub div h3 a {
  left:0;
  height:35px;
	overflow:hidden;
  position:absolute;
  text-indent:-999px;
  width:157px;
}
div.sbLeft div p,
div.sbLeftHome div p,
div.sbLeftSub div p {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:10px;
  height:56px;
  line-height:14px;
  overflow:hidden;
	padding:0 10px 0;
}
div.sbLeft div p a,
div.sbLeftHome div p a,
div.sbLeftSub div p a {
  color:#2c3f74;
  font-weight:900;
  letter-spacing:-0.1px;
  padding-left:2px;
  text-decoration:none;
}
div.sbLeft div.b2 p a,
div.sbLeftHome div.b2 p a,
div.sbLeftSub div.b2 p a {
	color:#fff;
}
div.sbLeft div p a:hover,
div.sbLeftHome div p a:hover,
div.sbLeftSub div p a:hover {
	text-decoration:underline;
}
div.sbRight,
div.sbRightHome,
div.sbRightSub {
	right:0;
}
div.sbRight div,
div.sbRightHome div,
div.sbRightSub div {
  background-image:url(../interface/sbRight-1.gif);
  background-repeat:no-repeat;
	height:254px;
  width:157px;
}
div.sbRight div.b1,
div.sbRightHome div.b1,
div.sbRightSub div.b1 {
	background-position:0 0;
}

div.sbRight div h3,
div.sbRightHome div h3,
div.sbRightSub div h3 {
	height:34px;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
}
div.sbRight div h3 a,
div.sbRightHome div h3 a,
div.sbRightSub div h3 a {
	height:35px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	width:157px;
}
div.sbRight div p,
div.sbRightHome div p,
div.sbRightSub div p {
  font-family:Tahoma, Geneva, sans-serif;
  font-size:10px;
  height:195px;
  line-height:14px;
  overflow:hidden;
	padding:0px 10px 0;
}
div.sbRight div p img {
	display:block;
	border:none;
}
div.sbRight div p a,
div.sbRightHome div p a,
div.sbRightSub div p a {
  color:#2c3f74;
  font-weight:900;
  text-decoration:none;
}
div.sbRight div p strong a,
div.sbRightHome div p strong a,
div.sbRightSub div p strong a {
	display:block;
	font-size:11px;
	margin-top:3px;
	text-align:left;
}
div.sbRight div p a.archiv,
div.sbRightHome div p a.archiv,
div.sbRightSub div p a.archiv {
	display:block;
	left:10px;
	position:absolute;
	top:233px;
	text-align:center;
	border-top:1px solid #ccc;
	width:135px;
}
div.sbRight div p strong a:hover,
div.sbRightHome div p strong a:hover,
div.sbRightSub div p strong a:hover,
div.sbRight div p a.archiv:hover,
div.sbRightHome div p a.archiv:hover,
div.sbRightSub div p a.archiv:hover {
	text-decoration:underline;
}

div.foot {
  height:45px;
  margin:15px 30px 0;
  position:relative;
}
div.foot div.checkman {
  background-image:url(../interface/checkman-home-1.png);
  bottom:68px;
  height:331px;
  position:absolute;
  right:147px;
  width:465px;
}
div.foot div.checkmanSub1 {
  background-image:url(../interface/checkman-sub-1.png);
  bottom:77px;
  height:259px;
  position:absolute;
  right:-59px;
  width:332px;
}
div.foot div.checkmanSub2a {
  background-image:url(../interface/checkman-sub-2a.png);
  bottom:77px;
  height:259px;
  position:absolute;
  right:-59px;
  width:206px;
}
div.foot div.checkmanSub2b {
  background-image:url(../interface/checkman-sub-2b.png);
  bottom:95px;
  height:94px;
  position:absolute;
  right:90px;
  width:183px;
}
div.foot div.footmenu {
  bottom:110px;
  height:15px;
  left:0;
  position:absolute;
  text-align:left;
 	width:240px;
}
div.footmenu span {
  display:none;
}
div.footmenu a {
	font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#2c3f74;
  text-decoration:none;
  padding:0 5px;
}
div.footmenu a:hover {
	text-decoration:underline;
}
div.foot div.credits {
  bottom:50px;
  color:#999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  height:15px;
  left:0;
  position:absolute;
  text-align:center;
 	width:155px;
}
div.credits a {
  color:#bbb;
  text-decoration:none;
}
div.credits a:hover {
	text-decoration:underline;
}
