﻿@charset "utf-8";
html, body {
	background: url(../images/WebsiteBackgroundGraphic.png) repeat;
	color: #3C0403;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

#top {
	margin-left: auto;
	margin-right: auto;
}

.right {
	margin-top: 0px;
	text-align: right;
}

.left {
	margin-bottom: 0px;
	text-align: left;
}

.border {
	border: none;
}

.center {
	text-align: center;
}

#content {
	background: url(../images/kcb_content.png) repeat;
	padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 750px;
}

#text {
	text-align: justify;
    margin-left: 230px;
    padding-right: 40px;
    padding-top: 20px;
}


#menu {
	float: left;
	width: 210px;
	margin: 5px;
}

.menu_header {
	display: block;
    vertical-align: middle;
    background-image: url(../images/menuheader2.png);
    font-weight: bold;
    font-family: Verdana;
    color: #E6E2B9;
    text-align: center;
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    font-size: small;
}

ul.menu_content {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	border: none;
	font-size: medium;

}

ul.menu_content li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/WebsiteContentActive.png) repeat-y;
	list-style: none;
}

ul.menu_content li a {
	padding: 10px 10px 10px 15px;
	display: block;
    font-family: arial;
	font-size: medium;
	color: black;
	width: 210px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

ul.menu_content li a:hover {
	background: url(../images/menushadow.png) repeat-y;
	color: #660000;
	font-weight: bold;
}

ul.menu_content li a:active {
	background: url(../images/menushadow.png) repeat-y;
	color: #660000;
	font-weight: bold;
	opacity:0.65;
	filter:alpha(opacity=65);
}

ul.menu_content li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: x-small;
	background: url(../images/dymek_top.gif) no-repeat right top;
}

ul.menu_content li div p {
	margin: 7px 0;
	line-height: 1.6em;
	padding: 0 5px 10px 30px;
	background: url(../images/dymek_bottom.gif) no-repeat right bottom;
}

.menu_footer {
	background-position: bottom;
    background-image: url(../images/menubgbottom.png);
    background-repeat: no-repeat;
    height: 45px;
	opacity:0.65;
	filter:alpha(opacity=65);
}

.footer {color:black; text-align:center;}
.linki {
	font-size: 8pt;
}



.clear {
	clear: both;
}

#ariano {
	clear: both;
	position: absolute;
	right: 10px;
	padding-bottom: 10px;
}


a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:focus {
	color: black;
	text-decoration: none;
}



