* {
	padding: 0;
	margin: 0;
}
html {

}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background:  #fff;
	color: #000;
	margin-left: 55px;
    background-image: url('../img/mosaik.gif'); !important;
	background-repeat: repeat-y;
}

h1, h2, p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1,h2,h3 {
	color: #666666;
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
	padding: 10px 0 0 0;
/*
	margin: 0;
	padding: 0 0 10px 0;
	*/

}
/* clearfix */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* Page */
#page {
	width: 920px;
	overflow: hidden;
}


#header {
	height: 15px;
	background-color: #1F5BA4;
	position: relative;
	top: 108px;
	padding-left: 10px;
}
#headerOuter {
	margin-bottom: 1px;
	height:125px;
}

#middle {
	padding-bottom: 20px;
/*	border: 1px solid black; */
}

/* Tables */
tr,td {
	vertical-align: top;
}
tr.odd {
	background-color: #EFF3FF;	
}
tr.even {
	
}
table.full {
	width: 100%;
}
table.list {
	width: 100%;
}
table.list th {
	text-align: left;
	background-color: #1F5BA4;
	color: #ffffff;
}
table.list td, table.list th {
	padding: 5px;
}
td.center, th.center {
	text-align: center;
}
td.right, th.right {
	text-align: right;
}
table.list th.center {
	text-align: center;
}

/* Error */
#errorcontainer {
	margin-bottom: 10px;
	color: red;
}
#errorcontainer .errorhead {
	font-weight: bold
}

/* Columns */
div  {
	
}
#col1 {
	float: left;
	width: 150px;
	padding: 10px;
	background-image: url('../img/left_bg.gif');
	background-repeat: repeat-x;
	height: 400px;
}
#col2 {
	float: left;
	margin-left: 10px;
	width: 490px;
	padding: 10px;
	padding: 10px 0px 10px 10px;
	min-height: 400px;
}
#col3 {
	float: right;
	margin-left: 10px;
	width: 227px;
}


/* Left column */
#col1 {
}

div#leftnav, div#leftnav a {
	color: #1f5ba4;
	font-size: 11px;
	font-weight: bold;
	/*
	line-height: 187%;
	*/
}

/* Links */
a  {
	color: #1f5ba4;
}

div#leftnav a.marked {
	color: #73851c;
}

/* Linkd images */
a img {
	border: none;
}


/* mosaic (upper left) */
div#mosaicUL {
	position: absolute; 
	top: 0; 
	left: 0;
}
div#printKHLogo, div#mosaicULPrint {
	display: none;
	visibility: hidden;
}

