html {
	height: 100%;
}
body {
	height: auto;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('/images/page-bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana;
}

td.main-l{
	width: 17px;
	min-width: 17px;
	background-image: url('/images/sheet-vl.png');
	background-repeat: repeat-y;
	background-position: left;
}

td.main-r{
	width: 17px;
	min-width: 17px;
	background-image: url('/images/sheet-vr.png');
	background-repeat: repeat-y;
	background-position: right;
}

td.main-c{
	background-image: url('/images/sheet-c.png');
}

td.header{
	background-image: url('/images/sheet-c.png');
	height: 120px;
}

tr.mainmenu{
	background-image: url('/images/nav.png');
}

p.active-main-menu-item{
	margin: 0;
	height: 30px;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #19468A;
	background: transparent url('/images/c_menu_l.png') no-repeat scroll top left;
	text-align: center;
}

p.active-main-menu-item span{
	background: transparent url('/images/c_menu.png') no-repeat scroll top right;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 0;
	white-space: nowrap;
	font-weight: bolder;
}

a.button{
	height: 24px;
	display: block;
	padding: 0 0 0 10px;
	font-family: Verdana;
	font-size: 0.7em;
	color: #225FB9;
	background: none;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
}

a.button span{
	background: none;
	display: block;
	line-height: 24px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

a.active-button{
	height: 24px;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 0.7em;
	color: black;
	background: transparent url('/images/submenu-l.png') no-repeat scroll top left;
	text-align: left;
	vertical-align: middle;
}

a.active-button span{
	background: transparent url('/images/submenu.png') no-repeat scroll top right;
	display: block;
	line-height: 24px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.footer{
	background-image: url('/images/footer.png');
	height: 50px;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 17px 0 0 0;
}

td.main-b-l{
	height: 17px;
	width: 17px;
	min-width: 17px;
	background-image: url('/images/sheet-bl.png');
	background-repeat: no-repeat;
	background-position: left;	
}

td.main-h{
	background-image: url('/images/sheet-h.png');
	background-repeat: repeat-x;
}

td.main-b-r{
	height: 17px;
	width: 17px;
	min-width: 17px;
	background-image: url('/images/sheet-br.png');
	background-repeat: no-repeat;
	background-position: left;	
}

div.block-container{
	position: relative;
	padding: 0;
	margin-top: 20px;
}

div.block-container-tl{
	position: absolute;
	height: 14px;
	width: 14px;
	z-index: -1;
	background-image: url('/images/block-s.png');
	clip: rect(auto, 7px, 7px, auto);
	left: 0;
	top: 0;
}

div.block-container-tr{
	position: absolute;
	height: 14px;
	width: 14px;
	z-index: -1;
	background-image: url('/images/block-s.png');
	clip: rect(auto, auto, 7px, 7px);
	right: 0;
	top: 0;
}

div.block-container-bl{
	position: absolute;
	height: 14px;
	width: 14px;
	z-index: -1;
	background-image: url('/images/block-s.png');
	clip: rect(7px, 7px, auto, auto);
	left: 0;
	bottom: 0;
}

div.block-container-br{
	position: absolute;
	height: 14px;
	width: 14px;
	z-index: -1;
	background-image: url('/images/block-s.png');
	clip: rect(7px, auto, auto, 7px);
	right: 0;
	bottom: 0;
}

div.block-side-t{
	position: absolute;
	z-index: -1;
	top: 0;
	clip: rect(auto, auto, auto, 7px);
	background-image: url('/images/block-h.png');
	height: 14px;
	left: 0px;
	right: 7px;
}

div.block-side-b{
	position: absolute;
	z-index: -1;
	bottom: 0;
	clip: rect(auto, auto, auto, auto);
	background-image: url('/images/block-h.png');
	height: 14px;
	left: 7px;
	right: 7px;
}

div.block-side-r{
	position: absolute;
	z-index: -1;
	clip: rect(auto, auto, auto, 7px);
	background-image: url('/images/block-v.png');
	width: 14px;
	top: 7px;
	bottom: 7px;
	right: 0;
}

div.block-side-l{
	position: absolute;
	z-index: -1;
	top: 7px;
	bottom: 7px;
	left: 0;
	background-image: url('/images/block-v.png');
	clip: rect(auto, 7px, auto, auto);
	width: 14px;
}

div.block-body{
	z-index: -1;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	position: absolute;
	background-color: #E5EEFA; 
}

a.block-header{
	height: 30px;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-family: Verdana;
	color: white;
	background: transparent url('/images/blockheader_l.png') no-repeat scroll top left;
	text-align: left;
	margin: 0;
	white-space: nowrap;
}

span.block-header{
	background: transparent url('/images/blockheader.png') no-repeat scroll top right;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 0;
}

a.main-menu-item{
	height: 30px;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-family: Verdana;
	color: white;
	background: transparent url('/images/a_menu_l.png') no-repeat scroll top left;
	text-align: center;
}

a.main-menu-item:hover{
	background: transparent url('/images/b_menu_l.png') no-repeat scroll top left;
}

a.main-menu-item:hover span{
	background: transparent url('/images/b_menu.png') no-repeat scroll top right;
}

a.main-menu-item span{
	background: transparent url('/images/a_menu.png') no-repeat scroll top right;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

a.main-submenu-item{
	display: block;
	padding: 0 0 0 0;
	font-family: Verdana;
	color: #19468A;
	background: none;
	text-align: left;
}

a.main-submenu-item span{
	line-height: 24px;
	display: block;
	padding: 0 10px 0 0;
}

p.main-submenu-item{
	padding: 0 0 0 5px;
	font-family: Verdana;
	color: #225FB9;
	background: none;
	text-align: left;
	margin: 0;
}

p.main-submenu-item span{
	line-height: 24px;
	padding: 0 10px 0 0;
}

h1{
	color: #19468A;
}

h2{
	color: #225FB9;
}

h3{
	color: #225FB9;
}

h4{
	color: #225FB9;
}

img{
	border-style: none;
}

a img{
	border: solid 3px #326FC9;
}

a.additional-menu{
	font-size: 0.7em;
	font-weight: 400;
	color: white;
}

.gallery {
	width: 100%;
	float: left;
}

.image-wrap {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 200px;
	position: relative;
	/*display: inline;*/
}

.image-link {
	text-align: center;
	width: 100%;
}

.r {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.image-wrap a {
	font-size: 12px;
	/*color: #0000ee;*/
	display: block;
}

.image {
	height: 200px;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 15px #0080FF;
	-webkit-box-shadow: 0 0 15px #0080FF;
	box-shadow: 0 0 15px #0080FF;
}

.image img {
	overflow: hidden;
	top: 0%;
	left: 0%;
	position: absolute;
}

.min {
	height: 6em;
	margin: 0 0 200px;
	width: 220px;
}

a.active-main-menu-item{
	margin: 0;
	height: 30px;
	display: block;
	padding: 0 0 0 10px;
	//text-decoration: none;
	color: #19468A;
	background: transparent url('/images/c_menu_l.png') no-repeat scroll top left;
	text-align: center;
}

a.active-main-menu-item span{
	background: transparent url('/images/c_menu.png') no-repeat scroll top right;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 0;
	white-space: nowrap;
	font-weight: bolder;
}

