body
{
	background-color: #123456;
	background-image: url(http://www.kotska.com/images/.jpg);
}

p, div, input, textarea, li, option
{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}

.headline
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}

.date
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}

.italic
{
	font-style: italic;
}



/* div's */

#contents
{
	position: absolute;
	left: 146px;
	top: 115px;
}

#menu
{
	position: absolute;
	left: 670px;
	top: 115px;
	width: 150px;
	z-index: 1;
	margin: 5px;
	padding: 10px;
	background-color: #fff;
}

#headline
{
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 5;
}

#logonalus
{
	position: absolute;
	left: 0px;
	top: 115px;
	z-index: 5;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 115px;
	width: 150px;
	z-index: 5;
	background-color: #009966;
}


#middle
{
	position: absolute;
	left: 146px;
	top: 115px;
	z-index: 0;
	width: 400px;
}

.styledbox
{
	width: 480px;
	z-index: 1;
	margin: 5px;
	padding: 6px;
	background-image: url(http://www.kotska.com/images/rasterback.gif);
}

.styledboxint
{
	width: 460px;
	z-index: 2;
	padding: 10px;
	background-color: #FFFFFF;
}

div.leftbox {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 153px;
	float: left;
}

div.rightbox {
	z-index: 3;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 153px;
	float: right;
}

.clear
{
	clear: all;
}

/* links */

a:link, a:visited
{
	font-size: 11px;
	line-height: 15px;
	color: #0000AA;
	text-decoration: none;
}

a:hover
{
	font-size: 11px;
	line-height: 15px;
	color: #006666;
	text-decoration: underline;
}


