/* general stuff */
/*****************/
body {
	color: black;
	margin-top: 0px;
	margin-bottom: 40px;
	background-color: white;
	font-family: FreeSans, Helvetica, Arial, sans;
	font-size: 0.9em;
}

img {
	border: 0;
	background-color: transparent !important; 
	color: transparent !important;
}

/* CONTENT DIV (CONTAINING EVERYTHING) */
/***************************************/
#content {
	position: relative;
	width: 700px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
 /*	background: grey;*/ 
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	background-color: #fff;
	color: black;
	text-decoration: none;
}
a:active {
	background-color: black;
}


/* HEADER */
/*********/
div#header {
	margin-bottom: 0;
	font-size: 0.8em;
	background: #999;
}

#h_logo {
	float: left;
	width: 220px;
	height: 110px;
	margin: 0;
	background: #666;
}
#h_logo p {
	margin: 30px 2px 10px 18px;
	color: white;
}
#h_contact {
	float: left;
	width: 150px;
	height: 110px;
	margin: 0;
	background: #999;
}
#h_contact p {
	margin: 30px 2px 10px 18px;
	font-size: 11px;
}
#h_address {
	float: left;
	width: 150px;
	font-size: 1.1em;
	height: 110px;
	margin: 0;
	background: #999;
}
#h_address p {
	margin: 30px 2px 10px 18px;
	font-size: 11px;
}
#h_lidnvpkt {
	float: left;
	width: 180px;
	font-size: 1.1em;
	height: 110px;
	margin: 0;
	background: #999;
}
#h_lidnvpkt p {
	margin: 30px 2px 10px 10px;
	font-size: 11px;
}


/* MENU */
/********/
div#menu {
	float: left;
	top: 110px;
	width: 220px;
	background: rgb(98,168,22);
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
}

div#menu p {
	margin-left: 18px;
}

div#menu br {
	margin-bottom: 0.7em;
}

.activelnk {
	background: white;
}



/* BODY */
/********/
div#body {
	position: absolute;
	top: 110px;
	left: 220px;
	background: rgb(146,210,16);
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	border-bottom: 30px solid white;
	padding-left: 18px;
	padding-right: 18px;
}

div#body h1 {
	font-size: 1.4em;
}
div#body h2 {
	font-size: 1.15em;
}
div#body h3 {
	font-size: 1em;
}
div#body h4 {
	font-size: 1em;
}

div#menu .leftcorner {
	margin: 0px !important;
	float: left;
}

div#body .leftcorner {
	margin-left: -18px !important;
	float: left;
}

div#body .rightcorner {
	margin-right: -18px !important;
	float: right;
}
