@charset "utf-8";

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0; 
	padding: 0;
	background: #e5e5e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 100.1%;
}




/* Initialisierung der verwendeten Blockelemente */
p, h1, h2, h3, h4, h5, h6, form, ul, li, div, legend, fieldset, span {
        margin:0;
        padding:0;
}

p {font-size: 1em;}
div#content p {font-size: 0.8em; margin: 0em 0 2em 0; line-height: 1.8em;}
/*h1 {color: #334174;font-size: 1.2em;font-weight: normal; margin: 3em 0 1.8em 0;}*/
h1 {color: #334174;font-size: 1.2em;font-weight: normal; margin: 0 0 1.8em 0;}

/** html b\ody h1  IE6
	{    margin-top: 2em;
		    }*/

h2 {color: #6b6b6b; font-size: 1.2em;font-weight: normal; margin: 2em 0 0.5em 0}
a,a:visited,a:active {color: 75aae6; text-decoration: underline;}
a:hover {color: #0d3e74;}

img {border: none;}

div#backgnd {
	background-image:url(../pfizer_landing/background.gif);
	background-position:center;
	background-repeat:repeat-y;
}
div#backgndBtm {
	background-image:url(../pfizer_landing/background_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	height: 30px;
}
div#center {
	width: 920px;
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 15px 25px 25px 25px;
}
div#left {
	float: left;
}
div#left img {
	display:block;
	margin-bottom: 15px;
}
div#right {
	margin-left: 120px;
}
div#header {
	background-image:url(../pfizer_landing/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 30px;
	width: 796px;
	padding-top: 130px;
}

div#content {
	text-align:left;
	margin-left: 20px;	
}

div#content a,
div#content a:focus,
div#content a:hover,
div#content a:active {
	color: #75aaeb;
}

div#content .leftarea {
	width: 65%;
	float: left;	
}

div#content .rightarea {
	width: 30%;
	float: left;	
}

div#content .info_k_start {
	/*margin-top: 4em;*/
	margin-top: 1em;
	/*margin-left: 12px;*/
	margin-left: 51px;
	border: 1px solid #d0d0d0;
	padding: 6px;
	width: 200px;
	}
	
/** html b\ody div#content .info_k_start  IE6
	{    margin-top: 3em;
		    }*/	

div#content .info_k_start_inner {
	padding: 10px;
	background: transparent url("../pfizer_landing/background_info_k.gif") repeat-x;
}

div#content .info_k_start h3 {
	color: #517abd;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 1.5em;
	}
	
div#content .info_k_start p {
	line-height: 1.4em;
	margin: 0em 0 1em 0;	
	}	
	
div#foot {
	clear: both;
	border-top: 1px #cfcfcf dashed;
	padding:10px 0 20px 0;
}
div#foot img {float: left;}
div#foot div {
	margin: 9px 0 0 10px;
	float: left;
	color: #999999;
	font-size: 0.7em;
}

