

html{
	top:0;
	height: 100%;
	margin:0 auto;
	padding:0;
	background: url(../img/bgGradient.png) repeat-x top left #ffffff;
	overflow:scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #221f56;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	}
	
a {
	text-decoration: none;
	color: #005d80;
	}

a:hover {
	text-decoration: underline;
	color: #14a3bb;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 0px;
	}
	
#context {
	float: right;
	margin: 0px;
	margin-right: 310px;
	margin-top: -10px;
	font-size: 12px;
	color: #000000;
	}

#wrapper {
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	background:url(../img/bgMain.jpg) top left no-repeat;
	}

#kontaktContainer {
	float: right;
	width: 425px;
	height: 285px;
	margin: 0 auto;
	margin-top: 120px;
	padding-top: 10px;
	background:url(../img/bgPartner.png) top left no-repeat;
	}
	
#left {
	float: left;
	width: 475px;
	margin-top: 170px;
	margin-left: 160px;
	}

#right {
	float: right;
	width: 425px;
	margin-top: 70px;
	margin-right: 140px;
	}
	
#left p {
	line-height: 20px;
	}

#right h3 {
	padding-left: 20px;
	margin-top: 10px;
	}

#right p {
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	margin-top: 5px;
	}
	
#kontakt {
	float: left;
	width: 250px;
	}

#partner {
	float: right;
	width: 150px;
	}
	
#buttonDownload a, #buttonStveit a, #buttonGenussland a, buttonVillacher a {
	text-decoration: none;
	}

#buttonDownload a {
	float: right;
	display: block;
	width: 190px;
	height: 120px;
	background:url(../img/download.png) no-repeat;
	}	
	
#buttonSveit a {
	display: block;
	width: 140px;
	height: 65px;
	background:url(../img/stveit.png) no-repeat;
	}

#buttonSveit a:hover {
	display: block;
	background:url(../img/stveit.png) no-repeat;
	background-position: -140px 0px;
	}	

#buttonGenussland a {
	display: block;
	width: 140px;
	height: 70px;
	background:url(../img/genussland.png) no-repeat;
	}

#buttonGenussland a:hover {
	display: block;
	background:url(../img/genussland.png) no-repeat;
	background-position: -140px 0px;
	}	
	
#buttonVillacher a {
	display: block;
	width: 140px;
	height: 105px;
	background:url(../img/villacher.png) no-repeat;
	}

#buttonVillacher a:hover {
	display: block;
	background:url(../img/villacher.png) no-repeat;
	background-position: -140px 0px;
	}	