/*
Site: http://www.germanhealthplans.com
Version: 2007.10
Author: Bastian Eller
Copyright: 2007 German Health Plans Worldwide Inc., New York
*/
   
   
/* Basic Stuff */

.white { color: #000; }

* {
	margin: 0;
	padding: 0;
	} 

.no-print {
	display: none;
	}
hr {
	color: #595959;
	background-color: #595959;
	height: 2px;
	}

body {
	color: #595959;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}


#cleaner {
	display: block;
	clear: both;
	width: 540px;
	height: 2px;
}

#container {
	margin: 0 auto;
	width: 540px;
	}

/* -- Right */

#box_right { 
	display: none;
	}

#logo { 
	display: none;
	}


/* -- -- Menu1 */


#menu_1 { 
	display: none;
	}

/* -- -- Menu2 */

#menu_2 {
	display: none;	}

#submenu { 
	display: none;
	}

/* -- -- Header */
	
#header { 
	}

/* -- Main / Content */

#main { 
	}

/* -- -- Headline */

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; 
	border-bottom: 2px solid #000;
	color: #000;
	}

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: 1px solid #333;
	color: #333;
	}

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: #666;
	}

/* -- -- Content */

#content { 
	width: 500px;
	margin: 20px;
	}

/* -- -- Tooltip */

a.info, a.link {
	background: url(imgs/bg_info.png) no-repeat right bottom #ddd;
	color: #585858;
    text-decoration: none;
	padding: 0 17px 0 2px;
	}

a.info span { 
	display: none; 
	}

/* -- -- Contentmenu */

#contentmenu {
	display: none;
	}

/* -- Boxes 2 */

#box2_left { 
	float: left;
	width: 540px;
	max-width: 540px;
	overflow: hidden;
	line-height: 20px;	
	}

#box2_right { 
	display: none;
	}

/* -- Foot */

/* -- -- Left_foot */

#footer {
	width: 500px;
	height: 20px;
	margin: 0 20px;
	text-align: center;
	font-size: 10px;
	}

/* -- -- Right_foot */

/* -- -- Submenu */


#submenu { 
	display: none;
	}

