/* general stuff */

* { margin: 0; padding: 0; }
	
html, body {
	height: 100%; width: 100%;
	}

body {
	background: #E1EFED url(../images/back.gif) repeat-x;
	}

/* Layout */

#pagewidth {
	position: relative;
	margin-left: auto; margin-right: auto;
	min-height: 100%; width: 898px;
	overflow: hidden;
	}

#header {
	height: 124px; width: 898px;
	background: #626263;
	z-index: 0;
	}

#kat_image {
	position: absolute;
	top: 0px; right: 0px;
	}

#leftcol {
	float: left;
	width: 200px;
	background: #EDEDEE; /* #CBE3E0; */ 
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	} 

#maincol {
	float: left;
	height: 100%; width: 698px;  
	background: #FFFFFF;
	padding-bottom: 32767px; margin-bottom: -32767px;
	} 

#content {
	padding-left: 30px; padding-top: 25px; 
	padding-bottom: 32767px; margin-bottom: -32767px;
	}

#content #left {
	clear: left; float: left;
	position: relative;  
	width: 310px;
	}

#content #right {
	float: left;
	position: relative; 
	width: 320px;
	padding-left: 24px;
	}

*+html #content #right {
	float: none;
	}

#content #image {
	clear: both;
	position: relative;  
	width: 645px;
	padding-top: 10px; margin-bottom: 10px;
	}