html {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background: #004499 url(../images/background.gif) 50% 50% repeat;
	font-family: Arial, Verdana, "sans-serif";
	font-size: 11px;
	line-height: 1.3em;
}

#page {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -260px 0px 0px -475px;
	width: 950px;
	height: 520px;
}

#background {
	position: absolute;
	width: 950px;
	height: 520px;
	background: transparent url(../images/page_bg.gif) left top no-repeat;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#logo {
	position: absolute;
	width: 100px;
	height: 485px;
	margin: 10px 0px 0px 10px;
	background: transparent url(../images/logo_bg.gif) left top no-repeat;
}

#logo a {
	position: absolute;
	width: 56px;
	height: 375px;
	margin: 55px 0px 0px 22px;
	background: transparent url(../images/balticdesign.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#headerimage {
	position: absolute;
	width: 830px;
	height: 200px;
	margin: 10px 0px 0px 110px;
	background: transparent left top no-repeat;
	text-indent: -9999px;
}

/******************* Navigation **************************************************/

#navigation {
	position: absolute;
	width: 830px;
	height: 40px;
	margin: 210px 0px 0px 110px;
	background: #003270;
}

#navigation #mainNav {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#navigation #subNav {
	position: absolute;
	left: 0px;
	top: 17px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#navigation #mainNav li,
#navigation #subNav li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation #subNav li {
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
}

#navigation #mainNav a {
	color: white;
	text-decoration: none;
}

#navigation #mainNav a:hover,
#navigation #mainNav a:active,
#navigation #mainNav a:focus {
	color: white;
	text-decoration: underline;
}

#navigation #mainNav a.active {
	color: white;
	text-decoration: underline;
}

/******************* Content *****************************************************/

#textarea {
	position: absolute;
	width: 830px;
	height: 245px;
	margin: 250px 0px 0px 110px;
	overflow: hidden;
}

#textarea a {
	color: #000;
	text-decoration: underline;
}

#textarea ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: disc;
	text-transform: lowercase;
}


#textarea a:hover,
#textarea a:active,
#textarea a:focus {
	text-decoration: none;
}

div.csc-textpic-intext-right
div.csc-textpic-imagewrap {
	margin-right:10px;
}

.contentLeftWhite {
	position: absolute;
	width: 580px;
	height: 245px;
	margin: 0px 0px 0px 0px;
	background: white url(../images/content_white_bg.gif) left top repeat-x;
}

.contentLeftWhite div.text {
	width: 580px;
	height: 245px;
	color: #333;
	overflow: auto;
}

.contentRightBlue {
	position: absolute;
	width: 250px;
	height: 245px;
	margin: 0px 0px 0px 580px;
	background: transparent url(../images/content_right_bg.gif) right bottom no-repeat;
}

.contentRightWhite {
	position: absolute;
	width: 250px;
	height: 245px;
	margin: 0px 0px 0px 580px;
	background: transparent url(../images/right_white_bg.gif) right bottom no-repeat;
}

.contentRightBlue div.text {
	width: 250px;
	height: 235px;
	color: #000;
	overflow: auto;
}

.contentLeftWhite div.text h1,
.contentRightBlue div.text h1,
.contentRightWhite div.text h1 {
	margin: 0.75em 10px 0.75em 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #777;
	color: #777;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.contentRightBlue div.text h1 {
	border-bottom-color: #444;
	color: #444;
}

.contentLeftWhite div.text p,
.contentRightBlue div.text p,
.contentRightWhite div.text p {
	margin: 5px 10px 5px 10px;
	text-align: justify;
	text-transform: lowercase;
}

/******************* Footer ******************************************************/

#footer {
	position: absolute;
	width: 930px;
	height: 15px;
	margin: 500px 0px 0px 10px;
	color: #9CAABB;
	text-transform: lowercase;
	overflow: hidden;
}

#footer a {
	color: #9CAABB;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #9CAABB;
	text-decoration: none;
}

/******************** Googlemaps ******************************/

.tx_lumogooglemaps_pi1_image {
	float: left;
}

/******************** SITEMAP *********************************/

.csc-sitemap ul,
.csc-menu-1 {
	list-style-image: url(../images/sitemap_list.gif) !important;
	border-left: 1px solid #333;
	margin: 5px 0px 10px 75px !important;
	padding: 0px 0px 0px 20px !important;
}

.csc-sitemap ul ul {
	margin-left: 20px !important;
}

.csc-sitemap li,
.csc-menu-1 li {
	margin-left: -3px !important;
}

.csc-sitemap ul li a,
.csc-menu-1 li a {
	font-weight: normal;
}