/*
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;
	}
	
#index-hd {

	margin-top: 100px;
	margin-right: 4px;
	height: 304px;
	text-align: right;
	background: url(imgs/header/index-hd_bg_de.png) left top no-repeat;
	}

h1 {
	display: block;
	width: 502px;
	height: 20px;
	margin: 0 4px 0 12px;
	padding: 0 10px 0 12px;
	font-family: Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px; 
	background: url(imgs/bg_headline.png) left bottom no-repeat #393;
	color: #fff;
	}

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 #393;
	color: #393;
	}

h2.h2-half, h3.h3-half {
	width: 250px;
	}

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 #ddd;
	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: 24px; 
	left: 6px; 
	width: 200px;
    border: 2px solid #393;
	background: url(imgs/bg_infospan.png);
	color: #000;
    text-align: left;
	padding: 4px;
	}

#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: 16px;
	padding: 0 16px;
	text-align: center;
	font-size: 10px;
	}

/* -- -- Right_foot */

#linkfoot {
	margin-bottom: 36px;
	}






/* Menus */

/* -- Menu Level1 */

#menu_1 { 
	}

#menu_1 ul {
	display: block;
	margin: 39px 0 0 2px;
	padding: 0;
	list-style: none;
	}

#menu_1 li {
	display: block;
	margin: 2px 0;
	}

#menu_1 a {
	display: block;
	padding-left: 11px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}

#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: #393 !important;
	font-weight: bold;
	text-decoration: none !important;
	}

/* -- Menu Level2 */

#menu_2 {
	font-size: 0.9em; 
	padding: 5px 0 0 0px;
	margin: 0 0 0 30px;
	}

#menu_2 ul {
	display: block;
	margin: 5px 0 0 0;
	padding: 9px 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;
	}

#menu_2 li.sub {
	padding-left: 12px;
	}

#menu_2 a {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}

#menu_2 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;	
	}

#menu_2 .here {
	color: #393 !important;
	font-weight: bold;
	text-decoration: none !important;
	}

/* -- Submenu */

#submenu { 
	margin-top: 30px;
	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: auto;
	height: 20px;
	margin: 24px 4px 4px auto;
	padding-right: 24px;
	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;
	}