/* general stuff */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	background: #EFEFEF;
	}

/* Layout */

#pagewidth {
	min-height: 100%; width: 1020px;
	background: #FFF;
	overflow: hidden;
	}

#outer { 
	} 

#header {
	height: 153px; width: 1020px;
	border-bottom: 17px solid #006AB3;
	}

#leftcol {
	float: left;
	width: 245px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	}

#maincol {
	float: left;
	width: 540px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	} 
	
#content { 
	position: relative;
	margin: 15px;
	width: 522px; 
	font-size: 12px;
	line-height: 18px;
	}

#rightcol {
	float: right;
	width: 200px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	}

#footer {
	position: absolute;
	height: 65px; width: 970px; 
	left: 0px; bottom: 0px;
	background: #F3F3F3 url(../images/cv_btm.gif) no-repeat;
	color: #5D5E62;
	} 

#footer, #footer a:link, #footer a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #5D5E62;
	}
	
#footer a:hover {
	color: red;
	}
	
/* Formularelemente */

input.blue {
	font-size: 11px;
	height: 16px; width: 360px;
	border: 1px solid #0C1752;
	background: #EEF0F5;
	}

select.blue {
	font-size: 11px;
	height: 20px; width: 362px;
	border: 1px solid #0C1752;
	background: #EEF0F5;
	}

textarea.blue {
	font-size: 11px;
	height: 80px; width: 360px;
	border: 1px solid #0C1752;
	background-color: #EEF0F5;
	}
