﻿html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal normal 13px/18px helvetica, arial, sans-serif;
	position: relative;
	min-height: 100%!important;
	-webkit-text-size-adjust:100%;	
}

/* links */
a {
	text-decoration: none;
	/*color: #c4beaf;*/
	color: #a49e91;
}
a:hover {
	text-decoration: underline;
}

/* colors */
body, html {
	background-color: #21170b;	
}
#mainnav, #sidenav {
	color: #867b6b;
}
#mainnav a, #sidenav a {
	color: #867b6b;
	text-decoration: none;
}
#mainnav a:hover, #mainnav li.selected, #mainnav li.selected a, #sidenav a:hover, #sidenav li.selected, #sidenav li.selected a {
	color: #432f13!important;
}
.row {
/*	color: #928868;*/
	color: #988867;
}

/* checks */
#raster {
	background: top left url(raster.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: -6000px;
}

/* layout */
#container {
	width: 1024px;
	margin: 0 22px 0 22px;
}

h1.title {
	padding: 0;
	margin: 0 0 0 0;
	font: bold normal 14px/18px helvetica, arial, sans-serif;
}

.contentIndent {
	position: relative;
	margin-left: 262px;
	right: 0px;
	background-color: #21170b;
	z-index: 1;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width:750px;
}

.content {
	position: relative;
	left: 0px;
	right: 0px;
/*	background-color: #21170b;*/
	clear: left;
	z-index: 1;
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 1000px;
}

.empty_row_2 {
	height: 35px;
}
.empty_row_3 {
	height: 53px;
}


#logo {
	position: absolute;
	left: 668px;
	top: 32px;
	z-index: 2;
}
#logo img, #logo img a {
	border: none;
}

#mainnav {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 112px;
	width: 100%;
	min-width: 1024px;
	font: bold normal 14px/18px helvetica, arial, sans-serif;
	background-color: #f5f5f5;
	z-index: 1;
}

#mainnav li#lang {
	font-weight: normal;
	font-size: 13px;
	padding-top: 1px;
}

#mainnav li {
	list-style: none;
	float: left;
	padding-right: 38px;
}

#mainnav li.selected, #sidenav li.selected {
	list-style-image: url(/img/dot.png);
}

#sidenav {
	position: absolute;
	width: 230px;
	bottom: 0px;
	top: 0px;
	padding-left: 22px;
	padding-top: 169px;
	background-color: #f5f5f5;	
	z-index: 0;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 22px;
	height: 42px;
}

#sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 100%;
}


#sidenav li {
	list-style-position: outside;
}


.row {
	width: 230px;
	margin-right: 20px;
	float: left;
	font: 13px/18px helvetica, arial, sans-serif;
	padding-bottom: 15px;
}
.row p {
	padding: 0;
	margin: 0;
}

.wide {
	width: 730px;
}

.medium {
	width: 480px;
}


#sn_top {
	font: bold normal 14px/18px helvetica, arial, sans-serif;
}
#sn_bottom {
	padding-top: 36px;
	font: normal normal 13px/18px helvetica, arial, sans-serif;
}


/* navigation */
#navigation {
	background: #fff;
}
#navigation .about > * {
	background: #eee;
}
.show div {
	overflow: hidden;
	position: relative;
}

.navSmall {
	width: 480px;
}
.navWide {
	width: 730px;
}

.slideshow {
	margin-bottom: 5px;
}

.show  .slideContent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.show  ul {
	z-index: 2;
	color: #FFF;
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: default;
}
.show li {
	display: inline-block;
	margin-right: 5px;
	font-size: 10px;
}
.show a {
	width: 10px;
	height: 10px;
	font: inherit;
}
.legend {
	font-size: 10px !important;
}


.download a {
	background: transparent url('/img/dot.png') no-repeat scroll center left;
	padding-left: 1.5em;
	display: block;
	margin-top: 2em;
}
