/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
	margin:0px 0px 0px 0px;
	}
	
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	}

#bannerleft {
	height:95px;
	background-color: #000000;
	}
	
html>body #bannerleft {
	height:95px;
	}
	
#slogan {
	color:#FFFFFF;
	font-size:10px;
	position: absolute;
	right:11px;
	top:80px;
	height:20px;
	}	
	
html>body #slogan {
	height:10px;
	}
		
#menu {
	height:21px;
	white-space: nowrap;
	background-color: #666666;
	}
	
html>body #menu {
	height:21px;
	}
	
#leftcolumn {
	padding: 5px;
	top:115px;
	width:200px;
	left: 0px;
	float: left;
	position: absolute;
	}
#leftcolumn li {
	list-style-type: square;
}

#rightcolumn {
	margin-left: 200px;
	padding: 5px;
	}
	
html>body #rightcolumn {
	margin-left: 220px;
	}
	
#rightcolumn img.pict {
	margin: 20px;
	position:relative;
	}

#valuationform {
	width:520px;
}
	
#footer {
	height:20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	letter-spacing: 2px;
	padding-top: 5px;
	font-size: 10px;
}

#footer a {
	text-decoration:underline;
	font-weight:normal;
	color:#FFFFFF;
	font-size: 10px;
	}

p,h1, h2, h3, h4 {
	margin:10px 10px 10px 10px;
	text-align: justify;
	}
	
h1 {
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}

h2 {
	font-size: 12px;
	color: #003333;
}

h3 {
	font-size: 11px;
	color: #003333;
}

h4 {
	font-size: 18px;
	color: #003333;
}

a {
	text-decoration:underline;
	color:#FF0000;
	}
	
#wrapper #contentwrapper #leftcolumn img {
	margin-bottom: 20px;
}

#wrapper #contentwrapper #leftcolumn a {
	font-size: 10px;
	color: #CC0000;
}

legend {
	color: #003333;
}
