body {
	background-color: #f1e8ce;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: courier;
	font-size: 77%;
	line-height: 1.3em;
	color: #554124;
}
body.et {
	background-image: url(../gfx/bg_et.jpg);
}
body.en {
	background-image: url(../gfx/bg_en.jpg);
}

a {
	color: #458b83;
}

b {
	font-weight: normal;
	background-color: #f1e27c;
}

#container {
	margin: 0 auto;
	width: 880px;
}
#wrapper {
	float: left;
	width: 100%;
}

#header {
	height: 200px;
}

#lang {
	float: right;
	padding: 15px 190px 0 0;
}
#lang a {
	color: #ffffff;
	font-weight: bold;
	background-color: #bd3b39;
	padding: 3px 4px;
}


h1 {
	width: 400px;
	height: 90px;
	margin: 0 0 0 0;
}
h1 a {
	display: block;
	width: 400px;
	height: 90px;
}
h1 span {
	display: none;
}
h2 {
	width: 400px;
	height: 30px;
	margin: 0 0 0 0;
}
h2 a {
	display: block;
	width: 400px;
	height: 30px;
}
h2 span {
	display: none;
}

ul#menu {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}
ul#menu li {
	float: left;
	list-style: none;
}
ul#menu li a {
	display: block;
	width: 100px;
	height: 60px;
}
ul#menu #menuOverview,
ul#menu #menuOverview a {
	width: 115px !important;
}
ul#menu #menuConcept,
ul#menu #menuConcept a {
	width: 140px !important;
}
ul#menu #menuAreYou,
ul#menu #menuAreYou a {
	width: 130px !important;
}
ul#menu #menuMap,
ul#menu #menuMap a {
	width: 100px !important;
}
ul#menu #menuContact,
ul#menu #menuContact a {
	width: 100px !important;
}
ul#menu li a span {
	display: none;
}



#sidebar {
	float: left;
	width: 300px;
}
#content {
	float: right;
	width: 520px;
}
#content div.w {
	width: 370px;
}

h3 {
	color: #af5347;
	font-weight: bold;
	margin: 0 0 1em 0;
}


#content ul {
	margin-bottom: 20px;
}
#content ul li {
	margin: 0 0 5px 0;
}
#content p.contentMenu a {
	color: #ffffff;
	padding: 2px 8px;
	text-decoration: none;
	line-height: 20px;
}

#blog {
	margin-top: 2.5em;
}
#blog h3 {
	color: #bdcc7c;
	font-size: 1.6em;
	margin-bottom: 1em;
}
#blog .blog-title {
	font-weight: bold;
	margin-bottom: .8em;
	background-color: #f1e27c;
}
#blog .blog-title a {
	color: #554124;
	text-decoration: none;
}
#blog .blog-body {
	margin-bottom: 1.5em;
}
#blog .blog-more {
	text-align: right;
}
#blog .blog-more a {
	color: #554124;
	text-decoration: none;
	margin: 1em .8em;
	padding: 0 .5em;
	background-color: #f1e27c;
}


#sidebar #email {
	display: block;
	height: 30px;
	width: 260px;
	margin: 320px 0 0 20px;
}


#footer {
	clear: both;
	height: 30px;
}

#contact {
	display: none;
}