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

body
{
	margin: 0;
	padding: 0;
	background-color: #CAC6A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header
{
	background-image: url(images/kloker.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 210px;
	color: #F5F9F2;
	text-align:left;
}

#header_text
{
	width: 100%;
	height: 100%;
}

#title
{
	height: 60px;
	padding-left: 15px;
	width: 100%
}
	
#subtitle
{
	text-align: right;
	height: 60px;
	padding-right: 25px;
	width: 100%
}

#additional
{
	color: #dcdcdc;
	font-size: 14px;
	vertical-align: middle;
	text-align: right;
	height: 74px;
	width: 100%;
	padding-right: 30px;
}

#main
{
	width: 998px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #7C7A68;
	text-align: left;
}

#content_line_top
{
	background-image: url(images/content_line_top.jpg);
	background-repeat: no-repeat;
	width: 815px;
	height: 15px;
}

#content_line_bottom
{
	background-image: url(images/content_line_bottom.jpg);
	background-repeat: no-repeat;
	width: 815px;
	height: 18px;
}

#content
{
	width: 815px;
	background-image: url(images/content_line.jpg);
	background-repeat: repeat-y;
	color: #000000;
}

#endline
{
	background-image: url(images/endline.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 32px;
	color: #F5F9F2;
}

a.menu, a.menu:visited, a.menu:active
{
	display: block;
	width: 150px;
	padding: 8px 5px 2px 5px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5F9F2;
	text-decoration: none;
	background-color: #7C7A68;
}

a.menu:hover
{
	display: block;
	width: 150px;
	padding: 8px 5px 2px 5px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #832526;
	text-decoration: none;
	background-color: #7C7A68;
}

a.menu_active, a.menu_active:visited, a.menu_active:active
{
	display: block;
	width: auto;
	padding: 8px 0px 2px 5px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7C7A69;
	text-decoration: none;
	background-color: #F5F9F1;
}

a.menu_active:hover
{
	display: block;
	width: auto;
	padding: 8px 0px 2px 5px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #832526;
	text-decoration: none;
	background-color: #F5F9F1;
}

#longline
{
	width: 100%;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#freespace
{
	padding-left: 40px;
	width: 120px;
}

#copyright
{
	text-align: center;
	padding: 5px 40px 0px 0px;
}

#content_align
{
	padding: 40px 50px 40px 30px;
	vertical-align:top;
}

#subnavi_align
{
	width: 200px;
	padding: 40px 0px 40px 20px;
	color: #696969;
	vertical-align: top;
}

#navigation
{
	padding: 14px 0px 14px 15px;
	width: 160px;
}

a.sub, a.sub:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	text-decoration: none;
}

a.sub:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #a0522d;
	text-decoration: none;
}

a.sub:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #832525;
	text-decoration: underline;
}

a.sub_active, a.sub_active:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #832526;
	text-decoration: none;
}

a.sub_active:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #a0522d;
	text-decoration: none;
}

a.sub_active:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #832526;
	text-decoration: underline;
}

.spacer
{
	height: 10px;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.title
{
	color: #832526;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
}

.atitle
{
	color: #832526;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	text-decoration: none
}


h1
{
	color: #832526;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	padding: 0;
	margin: 0;
}

.accent
{
	color: #7C7A69;
	font-weight: bold;
}

img
{
	border: 0;
}

#validator
{
	padding: 15px 0px 0px 0px;
}

.list
{
	list-style-image:url(images/arrow_small.gif);
}

