html {
	width: 100%;
	height: 100%;
}

body {
	background: url(/stopplasterk/site-layout/gfx/bg.gif) repeat-x #01b0d8;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #000000;
}

select, textarea, input {
	font-size: 100%;
}


img {
	border: none;
        display: block;
}

.canvas {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html>body .canvas {
	height: auto;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}

.bottom {
	position: absolute;
	bottom: -1px;
}

.block0 {
	position: absolute;
	left: 50%;
	overflow: visible;
}

.block1 {
	position: absolute;
	left: -450px;
	width: 900px;
	overflow: hidden;
}

.header {
	float: left;
	width: 900px;
	height: 257px;
	overflow: hidden;
        padding: 20px 0 20px 311px;
}

.column0 {
	float: left;
	width: 420px;
	height: auto;
	overflow: hidden;
}

.column0 .padding {
        padding: 17px 60px 0 0;
        color: #FFF;
        font-size: 12px;
        line-height: 16px;
        
}

.column0 .padding p {
        margin: 0 0 10px 0;
        
}


.column1 {
	float: left;
	width: 480px;
	height: auto;
	overflow: hidden;
}

.column1 .padding {
        padding: 0;
}

.footer {
	float: left;
	width: 900px;
	height: 60px;
	overflow: hidden;
}

.footer img{
	float: right;
        margin: 0 5px 0 0;
}


