@charset "windows-1252";

* {
	margin: 0px;
}

body {
	background-color: #6188b3;
	font-family: Arial;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	margin-top: 10px;
	width: 900px;
}

#header {
	background-image: url(/images/header.jpg);
	height: 100px;
}

#container {
	padding: 4px 15px 0px 12px; /* top right bottom left */
	background-image: url(/images/container.gif);
	min-height: 300px;
	overflow: hidden;
}

#container h1, #container h2 {
	font-size: 22px;
	color: #6188b3;
}

#container h2 {
	padding: 0px 0px 10px 0px; /* top right bottom left */
}

#container h3 {
	padding: 0px 0px 5px 0px; /* top right bottom left */
	font-size: 15px;
}

#topbanner {
	text-align: center;
	padding-bottom: 5px;
	height: 15px;
}

#column1 {
	float: left;
	width: 311px;
}

#column1 a {
	color: #000;
	text-decoration: none;
	cursor: text;
}

#column2 {
	float: left;
	width: 500px;
}

#footer {
	background-image: url(/images/footer.gif);
	height: 50px;
}

#subfooter {
	text-align: center;
	margin: 0px auto;
	color: #ffffff;
	width: 900px;
}

#subfooter a, #subfooter a:hover, #subfooter a:active, #subfooter a:visited, #subfooter a:link {
	text-decoration: none;
	color: #ffffff;
}

#container input.text {border: 1px solid #cbcfce; background-color: #ffffff; color: #000000; width: 300px;}
#container input.euro {width: 290px;}
#container select.select {border: 1px solid #cbcfce; background-color: #ffffff; color: #000000; width: 302px; font-weight: normal;}
#container select.date1 {border: 1px solid #cbcfce; background-color: #ffffff; color: #000000; width: 78px; font-weight: normal;}
#container select.date2 {border: 1px solid #cbcfce; background-color: #ffffff; color: #000000; width: 130px; font-weight: normal;}
#container select.date3 {border: 1px solid #cbcfce; background-color: #ffffff; color: #000000; width: 88px; font-weight: normal;}
#container dl {clear: both; width: 550px; border: 0px;}
#container dt {float: left; width: 245px;}
#container dd {float: left; width: 305px;}
#container h5 {font-size: 12px; padding: 4px 0px 4px 0px; color: #000000; background-image: url(/images/infobox-top.gif);}

