/*
Site: http://www.germanhealthplans.com
Version: 2007.10
Author: Bastian Eller <be@medianation.de>
Copyright: 2007 German Health Plans Worldwide Inc., New York
*/
   
/* Basics */

.no-screen { display: none;	}

body {
	background: url(imgs/bg_body.png) #fff center repeat-y;
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 2px #fff;
	margin: 0;
	padding: 0;
	}
	
/* Boxmodel */
	
#cleaner {
	display: block;
	clear: both;
	width: 700px;
	height: 2px;
	}

#container {
	margin: 0 auto;
	width: 700px;
	}

/* -- Right */

#box_right { 
	clear: both;
	float: right;
	width: 160px;
	max-width: 160px;
	overflow: hidden;
	text-transform: uppercase;
	}

#logo { 
	}

/* -- -- Header */
	
#header { 
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 60px;
	height: 110px;
	}
	
h1 {
	display: block;
	width: 502px;
	height: 20px;
	margin: 0 4px 0 12px;
	padding: 4px 12px 2px 12px; /*mdb*/
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px; 
	background:url(imgs/bg_headlineb.png) left bottom no-repeat;
	color: #9a0235;
		}

h2 {
	display: block;
	width: 512px;
	/*height: 20px;*/
	margin: 18px 0 6px;
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 2px; 
	border-bottom: 2px solid #903;
	color: #903;
	}

h2.h2-half, h3.h3-half {
	width: 240px;
	}

h3 {
	display: block;
	width: 512px;
	margin: 18px 0 6px;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 2px; 
	border-bottom: 1px solid #666;
	color: #333;
	}

hr { display: none; }

/* -- -- Tooltip */

a.info, a.link {
	position: relative;
    z-index: 24; 
	background: url(imgs/bg_info.png) no-repeat right bottom;
	color: #585858;
   text-decoration: none;
	padding: 0 17px 0 2px;
	}

a.nolink { cursor: help; }

a.info:hover, #infonav a.info:hover {
	z-index:25; 
	/*background-color: #c99;*/
	}

/*#infonav a.link:hover, a.link:hover { background-color: #c99; }*/

a.info span { 
	display: none; 
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	}

a.info:hover span { 
    display:block;
    position:absolute;
    top: 15px; 
	 left: 6px; 
	 width: 200px;
    border: 2px solid #903;
	 background: url(imgs/bg_infospan.png);
	 color: #000;
    text-align: left;
	 padding: 4px;
	}
	
#infonav a.info:hover span { 
	width: 360px;	
	}

#moreleft a.info:hover span {
	left: -60px;
	}
	
#box2_right { 
	float: left;
	width: 160px;
	max-width: 160px;
	overflow: hidden;	
	z-index: 10;	
	}

/* -- -- Left_foot */

#footer {
	width: 508px;
	height: 20px;
	background: url(imgs/bg_footer.png) no-repeat;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 6px; /*MDB vor 16 */
	padding: 0 16px; 
	text-align: center;
	font-size: 10px;
	}
	
/* für den Text auf der index-seit*/
#footertext{
	width: 508px;
	margin: 16px 0 16px 0; 
	padding: 0 16px; 
	font-size: 10px;
	line-height:14px;
	text-align:justify;
	height: 200px;
	
}

.messe {
	width: 200px;
	float:left;

	}

.text{
	margin-left: 225px;
	
	}



/* -- -- Right_foot */

#linkfoot {
	margin-top:30px;
	margin-bottom: 10px;
	}

/* Menus */

/*menu horizontal*/
#navi {
	height: 22px;
	padding: 0px;
	margin:0;
	border-bottom: 1px solid #903;
	
}	

#navi ul {
	list-style-type: none;
	margin:-1px 0 5px 0;
}

#navi li{
	display: inline;
	line-height: 22px;
}
#navi a.ob {
   display:block;
   padding: 0 5px 0 5px;
   margin: 0 3px 0 0;background-color: #903;
   }
#navi a.here {
  	color: #c99 !important;
	font-weight: bold;
	text-decoration: none !important;
   }

#navi a.ob:link, a.ob:visited { 
	text-decoration: none; 
	float: left;
	color: #fff;
	font-weight: bold;
	border: 1px solid #903;
	border-bottom: none;
}
#navi a.ob:hover{
	background-color: #c99;
	color:#ffffff;
}

/* -- Menu Level1 right*/

#menu_1 {
	background-color: transparent;
	margin-top:30px;
	
	   }

#menu_1 li {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
   width: 158px;
   }

#menu_1 ul {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }

#menu_1 a {
   color: #666;
   text-decoration: none;
   display: block;
   padding: 3px 4px;
   border-bottom: 1px solid #990033;
	border-right: none;
   margin: 1px 1px;
   width: 146px;
	font-weight: bold;
   }

#menu_1 a:link,
#menu_1 a:visited {
   }
#menu_1 a:hover,
#menu_1 a:focus {
	background-color: #c99;
	border-right:2px;
	border-right: double;
	border-right-color: #990033;
   }

#ia #menu_1 a.ca,
#ib #menu_1 a.cb,
#ic #menu_1 a.cc,
#id #menu_1 a.cd, 
#ie #menu_1 a.ce,
#if #menu_1 a.cf {
   display: block;
   font: normal 0.9em sans-serif;
   padding: 3px 4px 0px 15px;
   border-top: none;
	border-bottom: none;
   margin: -1px 0 3px 8px;
   width: 129px;
   }


#menu_1 a.n  {
   display: none;
   }
	
#menu_1 a.l{
	 display: block;
   font: normal 0.94em sans-serif;
   padding: 3px 4px 0px 5px;
   border-top: none;
	border-bottom: none;
   margin: -1px 0 0 8px;
   width: 129px;
}

#menu_1 a.here {
	color: #903 !important;
	font-weight: bold;
	text-decoration: none !important;
	}*

/*#menu_1 ul {
	display: block;
	margin: 39px 0 0 1px;
	padding: 0;
	list-style: none;
	
	}

#menu_1 li {
	display: block;
	margin: 3px 0 3px 0;
	
	}

#menu_1 a {
	display: block;
	padding: 3px 0px 0px 8px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: 1px solid #990033;
	}

#menu_1 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

#menu_1 .here {
	/*background: url(imgs/menu_dash.png) no-repeat left;
	color: #903 !important;
	font-weight: bold;
	text-decoration: none !important;
	}
	
	


/* -- Menu Level2 

#menu_2 {
	font-size: 0.9em; 
	padding: 0px;
	margin: 0px 0px 3px 10px;
	}

#menu_2 ul {
	display: block;
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	list-style: none;
	background: url(imgs/menu2_dash.png) left top no-repeat;
	}

#menu_2 li {
	display: block;
	margin: 1px 0;
	padding: 0;
	border: none;
	background-image: none;
	line-height: normal;
	}

#menu_2 li.sub {
	padding-left: 12px;
	}

#menu_2 a {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border: none;
	}

#menu_2 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;	
	}

#menu_2 .here {
	color: #903 !important;
	font-weight: bold;
	text-decoration: none !important;
	}*/

/* -- Submenu */

#submenu { 
	margin-top: 15px;
	font-size: 11px;
	text-transform: uppercase;
	}

#submenu ul {
	display: inline;
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	line-height: 20px;
	}

#submenu li {
	display: inline;
	margin: 2px 0;
	padding: 0;
	}

#submenu a {
	display: inline;
	padding-left: 11px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}
	
/* -- Contentmenu */

#contentmenu {
	float: right;
	width: 230px;
	height: 20px;
	margin: 14px 4px 4px auto; /*mdb -10oben */
	padding-right: 44px;
	border-top: 1px solid #999;
	font-size: 11px;
	}

#contentmenu ul {
	display: inline;
	list-style: none;
	padding: 0;
	}
	
#contentmenu li {
	display: inline;
	margin-right: 6px;
	}
	
#contentmenu li a {
	text-decoration: none;
	}

#contentmenu li a:hover {
	text-decoration: underline;
	}

#submenu a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
#imgunter{
	z-index:10;
	top:120px;
	position:relative;
	margin:3px 0 0 0;
	float: left;
}
p.contact { padding: 5px;
}

