html , body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Tahoma;
	font-size:0px;
	color:#000;
	text-align:left;
}

a {cursor:pointer;color:#00B7BE;text-decoration:underline;outline:none;}
a:hover {color:#DD3333;}

img {border:0;margin:0;padding:0;}
div {margin:0;padding:0;}

#bg_wrapper {
	margin:0;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
	width:100%;
	height:100%;
	background:#FFF url(/images/bg_body.gif) bottom right no-repeat;
}
#wrapper {
	position:relative;
	width:955px;
	height:100%;
	background:url(/images/bg_wrapper.jpg) no-repeat;
	vertical-align:top;
	border-collapse:collapse;
}

#logo_tatavant {
	position:absolute;
	left:0;
	top:0;
	width:360px;
	height:220px;
	z-index:4;
}

/* header */
#header {position:absolute;z-index:5;display:none;}
/* lang */
#header #lang {
	position:absolute;
	top:8px;
	left:49px;
	font-size:11px;
	color:#B2B2B2;
}
#header #lang a {font-size:11px;color:#B2B2B2;}
#header #lang a.selected {text-decoration:none;color:#C5C5C5;}

/* nav */
#header a.nav {
	font-size:0px;
	position:absolute;
	width:11px;
	height:10px;
	background-color:#B2B2B2;
	background-repeat:no-repeat;
}
#header a.navselected , #header a.nav:hover {background-color:#C5C5C5;}
#header #homeicon {
	top:10px;
	left:140px;
	background-image:url(/images/home.gif);
}
#header #mailicon {
	top:12px;
	left:195px;
	width:12px;
	height:8px;
	background-image:url(/images/mail.gif);
}
#header #mapicon {
	top:11px;
	left:250px;
	background-image:url(/images/map.gif);
}

/* content block */

#contentblock {
	position:relative;
	min-height:100%;
	height:100%;
	padding:0;
	margin:0;
	width:600px;
}

* html #contentblock {height:100%;}


#contentblock #center {
	padding:0;
	margin:0;
	min-height:100%;
	height:100%;
	border-collapse:collapse;
	vertical-align:top;
}

#contentblock #center #content {
	position:relative;
	margin:-100 0 -150px 0;
	font-size:12px;
	width:500px;
	padding:0 25px 0 25px;
	z-index:n+1;
	
}
* html #contentblock #center #content {width:550px;margin:-100px 0 -150px 0;}

/* content elements */
#contentblock #center #content p {
	margin:0;
	padding:10px 0 10px 0;
}
#contentblock #center #content h4 {
	font-weight:normal;
	color:#DD3333;
	font-size:18px;
	margin:0;
	padding:15px 0 5px 0;
}
#contentblock #center #content h4 .date {
	font-weight:normal;
	color:#999;
	font-size:12px;
}

#contentblock #center #content h5 {
	font-weight:normal;
	color:#DD3333;
	font-size:14px;
	margin:0;
	padding:10px 0 5px 0;
}
#contentblock #center #content h6 {
	font-weight:normal;
	color:#00B7BE;
	font-size:12px;
	margin:0;
	padding:5px 0 5px 0;
}
#contentblock #center #content ul {
	margin:0;
	padding:10px 10px 10px 27px;
	list-style:none;
	line-height:14px;
}
#contentblock #center #content ul li {
	margin:0;
	padding:0 0 0 15px;
	background:url(/images/li_marker.gif) left 7px no-repeat;
}

#contentblock #center td {
	padding:0;
	margin:0;
	vertical-align:top;
}
.bg_white {background-color:#FFF;}

/* top menu */
#mainmenu {
	width:600px;
	height:62px;
	background:url(/images/bg_mainmenu.png) bottom center no-repeat;
}
#mainmenu #menulist {
	width:476px;
	margin:0 0 0 62px;
	height:62px;
}
#mainmenu #menulist .menuitem {
	float:left;
	text-align:center;
	width:71px;
	height:62px;
}
#mainmenu #menulist .menuitem a {
	position:relative;
	top:28px;
	font-size:12px;
	color:#00B7BE;	
	text-decoration:none;
	font-weight:bold;
}
#mainmenu #menulist .menuitem a.selected , #mainmenu #menulist .menuitem a:hover {color:#DD3333;}
#mainmenu #menulist .menuangle {
	float:left;
	width:64px;
	height:62px;
	background:url(/images/menu_r.gif) 0px 20px no-repeat;
}
#mainmenu #menulist .menuangle2 {
	float:left;
	width:64px;
	height:62px;
	background:url(/images/menu_l.gif) 0px 20px no-repeat;
}

/* contentbox shades */
.tr2l {width:25px;height:126px;background:url(/images/tr2l.png) no-repeat;}
.tr2r {width:25px;height:126px;background:url(/images/tr2r.png) no-repeat;}

.tr3l {width:25px;background:url(/images/tr3l.png) repeat-y;}
.tr3r {width:25px;background:url(/images/tr3r.png) repeat-y;}

.tr4l {width:25px;height:275px;background:url(/images/tr4l.png) no-repeat;}
.tr4r {width:25px;height:275px;background:url(/images/tr4r.png) no-repeat;}


/* footer */
#footer {
	margin:-76px 0 0 25px;
	height:76px;
	width:550px;
	text-align:left;
	background:#FFF url(/images/bg_footer.gif) right bottom no-repeat;
}
#footer p {
	margin:0;
	padding:17px 0 0 23px;
	font-size:9px;
	color:#999999;
}
#footer p a {font-size:10px;color:#999999;}

/* gallery */

#contentblock #center #content .holder {
	margin:0;
    padding:0;
    width:480px;
	height:130px;
}
#contentblock #center #content ul.blocks  {
    list-style:none;
    padding:0;
    margin:0;
	overflow:hidden;
    white-space:nowrap;
}

#contentblock #center #content ul.blocks li {
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	background:none;
}

/*
#contentblock #center #content .holder {
	margin:0;
	padding:0;
	display:block;
	margin-bottom:10px;
}

#contentblock #center #content ul.blocks {
	display:block;
	margin:0 0 0 -15px;
	padding:0;
	height:130px;
	width:auto;
}
#contentblock #center #content ul.blocks li {
	width:150px;
	margin:0;
	float:left;
	display:block;
	height:100px;
	background:none;
}
*/
#contentblock #center #content ul.blocks li a {
	display:inline;
	margin:0;
	padding:0;
}
#contentblock #center #content ul.blocks li a img {
	margin:0;
	padding:0;
}

#contentblock #center #content .scroll-pane {
	width:480px;
	background:#FFF;
	float:left;
	margin:0;
	padding:0;
	height:130px;
	display:block;
}
* html #contentblock #center #content .scroll-pane {overflow:hidden;}

/* leftblock */
.leftblock_wrapper {position:relative;vertical-align:top;padding-bottom:50px}
#leftblock {
	padding:233px 0 0 0;
	width:292px;
}

/*  leftmenu */
#leftblock ul {
	position:relative;
	top:0;
	left:81px;
	width:211px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}

#leftblock li {
	margin:0 0 3px 0;
	padding:0;
}

* html #leftblock li {margin:0;}
#leftblock li a {
	color:#000;
	text-decoration:none;
	margin:0;
	padding:2px 1px 2px 1px;
}
* html #leftblock li a {padding:0;}
#leftblock li a .arr {visibility:hidden;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;margin:0;padding:2px 1px 2px 1px;}

* html #leftblock li a .arr {padding:0;}
#leftblock li a.selected {color:#00B7BE;}
#leftblock li a.selected .arr {visibility:visible;color:#00B7BE;}
#leftblock li a:hover {color:#FFF;background-color:#00B7BE;}
#leftblock li a:hover .arr {visibility:visible;color:#FFF;}

/* left news */
#contentblock #center #content ul#news {
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
}

#contentblock #center #content #news li,
#news li {
	font-size:11px;
	margin: 0 0 15px 0;
	background-image: none;
}
#contentblock #center #content #news li {
	margin: 0 0 15px -15px;
}
#contentblock #center #content #news li a .arr,
#news li a .arr {font-size:11px; display:none; text-decoration: none;}

#contentblock #center #content #news #news li .date,
#news li .date {
	position:relative;
	top:4px;
	color:#FFF;
	padding:2px;
	background-color:#CCCCCC;
}
.archivelink a , .archivelink {
	top:10px;
	font-size:10px;
	color:#DD3333;
}

/* leftblock picture */
#leftblock #leftpic {
	margin:25px 0 0 0;
	padding:0;
	text-align:center;
	width:292px;
}


h1 {
	margin:0;
	padding:0 0 15px 0;
	color:#DD3333;
	font-size:18px;
	font-weight:normal;
}

/* leftblock h1 & news archivelink */
#leftblock h1 , #leftblock .archivelink {
	position:relative;
	left:81px;
}