/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #0c3c5b;
	}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	color: white;
	z-index: 10;
	}

p {
	font-size: 12px;
	text-align: left;
	}

p.italic {
	font-style: italic;
	}

td {
	font-size: 12px;
	text-align: left;
	width: 160px;
	}
		
td.topbold {
	font-weight: bold;
	vertical-align: top;
	}

td.topright {
	text-align: right;
	vertical-align: top;
	}
		
textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 160px;
	}
		
input {
	width: 160px;
	}

input.button {
	width: auto;
	}

div.tausta{
	position: relative;
	background-color: #004672;
	width: 1100px;
	height: 698px;
	margin: 0 auto;
	}

	#logo {
		width: 709px;
		height: 180px;
		left: 195px;
		position: absolute;
		background: url('pics/avia2.jpg') no-repeat;
		}			
		
	#kuvatausta {
		width: 237px;
		height: 510px;
		position: absolute;
		top: 228px;
		left: 0px;
		background: url('pics/kartanonkoskea.jpg') no-repeat;
		}
		
	#linkit_oikealla{
		background-color: transparent;
		width: 237px;
		height: 510px;
		position: absolute;
		top: 228px;
		right: 0px;
		}

	#content{
		border: none;
		background-color: transparent;
		width: 420px;
		position: absolute;
		top: 228px;
		left: 350px;
		}	

	#copyright {
		font-size: 8px;
		text-align: center;
		}	
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}

a {
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight:bold;
	}
	
a.oranssi {
	color: #D47800;
	text-decoration: none;
	font-weight: normal;
	}
	
a.copyright {
	color: #D47800;
	font-size: 8px;
	text-decoration: none;
	font-weight: normal;
	}

img {
	border: 0;
	}