body {
	margin: 0;
	background: #d2f2ff;
	/*background-image: url(../images/koe.jpg);*/
}

a img {

    border: 0;

}

.main-container {
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 165px;
	background-color: #d2f2ff;
	float: left;
}

.logo {
	/*background-image: url(../images/logo.gif);*/
	background-repeat: no-repeat;
	width: 1000px;
	background-position: 0px 0;
}

.title {
	width: 0px;
	clear: left;
}

.header h1 {
	width: 600px;
	margin: 0;
	margin-top: 88px;
	padding: 0;
	text-align: right;
	font-size: 23pt;
	font-family: Arial;
	text-transform: uppercase;
}

.column {
	float: left;
	padding: 10px 12px 0 12px;
	margin: 0;
}



.small {
	width: 176px;
}

.large {
	width: 276px;
	padding-top: 0;
	text-align: left;
	margin: 0;
}

.wrapper {
	width: 1000px;
	background-image: url(../images/bg-wrapper.gif);
	overflow: auto;
	float: left;
}

.left {
	padding-right: 2px !important;
	width: 186px !important;
	height: 100%;
}

.right {
	padding: 0 !important;
	text-align: left;
	width: 200px;
	height: auto;
}

h2 {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #000000;
	font-family: Vectora, Arial, Verdana;
	text-transform: uppercase;
}

p, .column span {
	font-size: 9pt !important;
	color: #FFFFFF !important;
	font-family: Arial, Verdana !important;
	margin: 0 0 10px 0 !important;
	
}

p a {
	color: #000000;
}

.menu {
	margin: 0;
	margin-left: 17px;
	padding: 0;
	list-style: none;
	width: 173px;
	
}

.menu li {
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	min-height: 23px;
	padding-left: 10px;
	position: relative;
        height: auto;
}

.menu li.hover {
	background: #666666;
	/*border-right: solid 2px;*/
        overflow: visible;
        min-height: 23px;
}

.menu li a  {
	color: #FFFFFF;
	text-decoration: none;
	width: 163px;
    line-height: 30px;
	display: block;
}

.menu li.hover .sub {
	/*display: block;*/
}


.sub li a {
	color: #000000;
}

.sub {
	position:relative;
    top: 0px;
	left: 0px;
	display: none;
	background: #ffffff;
	padding: 0;
	margin: 0 0 10px -10px;
	list-style: none;
	width: 173px;
}

.sub li.hover {
	border: 0;
}

.sub li.hover a {
	color: #FFFFFF;
}

.footer {
	position: absolute;
	top: 750px;
	width: 165px;
	background: #000000;
	height: 20px;
	margin-left: 22px;
	z-index: 9999;
}

.footer p {
	margin:0;
	padding:0;
	font-family: Arial, Calibri;
	font-size: 7pt;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}

ul.menu li.active {
	
	background: #666;
	
}

ul.sub li.active {
	
	background: #FFF;
	
}

ul.sub li.active a {
	
	text-decoration: underline;
	
}

