html {
	min-width: 1150px;
}

/*td.logos {
	background-color: #ffffff;
	height: 100px;
	padding: 10px 5px 10px 10px;
}*/

div.logos {
	background-color: #ffffff;
	height: 100px;
	padding: 10px 5px 10px 10px;
	margin-left: 50%;
}

td.logos a {
	/*padding-left: 35px;
	margin-bottom: 30px;*/
}

body#screen {
	min-width: 1150px;
	background: #2b95aa url(/img/tausta3.jpg) no-repeat top center;
	color: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

p {
	color: #ffffff;
}

div#contents {
	margin: 0 auto 0 auto;
	width: 571px;
	padding-left: 579px;
}

div#main-content {
	
}

div#content {
	/*width: 470px;
	margin-left: 10px;*/
}

table#right_contents {
	/*height:100%;
	position:absolute;*/
	width: 571px;
}

a.button, a.button:link, a.button:visited, a.button:hover, a.button:active {
	color: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	float: left;
	/*background: transparent url(/img/button.gif) no-repeat top left;
	width: 180px;
	height: 29px;
	padding: 15px 10px 5px 10px;*/
	margin: 0 20px 0 20px;
	text-align: center;
}

a.button2, a.button2:link, a.button2:visited, a.button2:hover, a.button2:active {
	color: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	float: left;
	/*background: transparent url(/img/button2.gif) no-repeat top left;
	width: 130px;
	height: 29px;
	padding: 15px 10px 5px 10px;*/
	margin: 0 20px 0 20px;
	text-align: center;
}

div.box-top {
	background: transparent url(/img/box-top.gif) no-repeat top left;
	width: 419px;
	padding: 20px 20px 0 20px;
	float: left;
	min-height: 250px;
}

div.box-top p {
	color: #595959;
}

div.box-bottom {
	background: transparent url(/img/box-bottom.gif) no-repeat bottom left;
	height: 40px;
	width: 459px;
	float: left;
}

table.logo-area {
	width: 571px;
}

table.logo-area td {
	text-align: center;
	width: 25%;
	vertical-align: middle;
}

a#staart, a#staart:link, a#staart:visited, a#staart:hover, a#staart:active {
	position: absolute;
	top: 0px;
	right: 0px;
}

a.info, a.info:link, a.info:visited {
	color: #ffffff;
	text-decoration: none;
}

a.info:hover, a.info:active {
	color: #ffffff;
	text-decoration: underline;
}


/* STICKY FOOTER */

* {
	margin: 0;
}
html, body#screen {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	min-width: 1000px;
}
div.footer {
	text-align: center;
	min-width: 571px;
}

div.push {
	height: 100px;
}

div.footer {
	height: 100px;
}

label {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #595959;
}

td.question {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #595959;
	padding: 15px 0 10px 0;
}


td.answer {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #595959;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 20px 0;
}


table.form {
	border-top: 1px solid #e6e6e6;
	width: 400px;
	margin-top: 25px;
}

span.number {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #2a94aa;
}



td.form-bottom {
	text-align: right;
	padding: 10px 0 10px 0;
}

input.sbmt {
	background: transparent url(/img/submit.gif) no-repeat top left;
	border: none;
	width: 160px;
	height: 47px;
	padding: 8px 10px 5px 10px;
	text-align: center;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
}

input.txt_field, textarea.txt_area {
	background-color: #e2e2e2;
	color: #000000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	border: none;
}

td#form-error {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #dc0000;
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px;
}


