@charset "UTF-8";
/* CSS Document */

/* Main */

html {
	background:#FFFFFF url(images/background_frame2.gif) repeat-y scroll center top;
	font-family: Times;
	font-size: 16px;
	margin: 0px;
}

body {
	width: 655px;
	padding-left: 35px;
	padding-right:35px;
	padding-top: 0px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Typo */

body a {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

body a:hover {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}

a { outline: none; }
a:focus { outline: none; }
a:active { outline: none; }


/* Header */

#logo {
	padding-top: 35px;
	left: 0px;
    display: block;
    position: relative;
	margin: 0px;
}

#language {
	top: 15px;
	margin: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #666666;
	text-align:right;
	padding: 0px;
}

#language a {	
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: capitalize;
	color: #666666;
	font-weight:normal;
}

/* Menu */
#menu {
	margin: 45px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	height: 25px;
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: white;
	background-image:url(images/background.gif);
}

#menu a {
  	margin: 0px 0px 0px 0px;
	padding: 0px 18px 6px 18px;
	float: left;
	background-image:url(images/button.gif);
	background-position:right; 
}

#menu a.active {
	height: 19px;
	font-weight:bold;
	background-image:url(images/button_active.gif); 
	background-position:right; 
	padding: 0px 18px 6px 18px;
}

#xing {
	background-image:none;
	position:relative;
	top: 62px;
 	width: 69px;
	left: 585px;
}

/* Content */

#content {
	margin: 25px 0px 0px 0px;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#introbox {
	height: 240px;
	background-repeat:no-repeat;
	vertical-align: top;
	padding-left: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
#introbox h1 {
	padding-top: 25px;
	padding-right: 25px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}
	
#introbox p {
	padding-top: 25px;
	padding-right: 25px;
	margin: 0px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}	

#content h1 {
	margin: 0px 0px 14px 0px;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
}

#content h2 {
	margin: 0px 0px 14px 0px;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
	
#content p {
	margin: 0px 0px 14px 0px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
	
#content p#float {
	margin: 0px 25px 14px 0px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	float:left;
}
	
#content p#vitafloat {
	margin: 0px 0px 14px 0px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	float:left;
	width: 120px;
}

.half_float {
	width:50%;
	float:left;
	margin-right: 25px;
	padding: 0px;
}
	
/* Footer */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	background-color: white;
	margin: 25px 0px 0px 0px;
	display: block;
}

#footer a {	
	padding-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: capitalize;
	color: #666666;
}

#footer p {
		margin: 0px 0px 8px 0px;
}

td {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
