* {
	margin: 0;
	padding: 0
}
body{
	font-family:Verdana,"Geneva CE",lucida,sans-serif;
	background: #faedca url("img/body.gif") repeat-x;
	color:#000;
	font-size:x-small;
	text-align:center;
	padding-bottom: 15px;
	min-width: 770px;
	line-height: 1.4;
}
html>body{font-size:small}
.nobr {white-space:nowrap;}
.noscreen{
	width:200px;
	position:absolute;
	left:0;
	top:-1000px
}
hr {
	display: none;
}
.end {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
#menu .end {
	background: #fff;
}

/* layout */
#min{
	text-align:left;
	min-width:770px;
	_width:771px;
	width:expression(document.body.clientWidth < 770?"770px":"auto" );
	background: url("img/min.gif") repeat-y right top;
}
#max{
	max-width:1024px;
	width:expression(document.body.clientWidth > 1024?"1024px":"auto" );
	line-height:1.5;
	margin:0 auto;
	background:  url("img/max.gif") repeat-y;
}
#head{
	position:relative;
	width:100%;
	height:125px;
	z-index:0;
	line-height:1.1;
	background:#ebd7b2 url("img/head.gif") repeat-x;
	color: #000;
}
#lang {
	width: 300px;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 5;
	text-align: right;
}
#lang a {
	padding: 0 0 0 28px;
	font-size: 86%;
	font-weight: normal;
}
a.cz {
	background: url("img/cz.gif") no-repeat left center;
}
a.de {
	background: url("img/de.gif") no-repeat left center;
}
a.en {
	background: url("img/en.gif") no-repeat left center;
}
#main{
	background: url("img/main.jpg") no-repeat;
	width: 100%;
	position:relative;
}
#motive {
	width: 225px;
	height: 280px;
	position:absolute;
	left: 0;
	bottom: 0;
	background: url("img/nav.jpg") no-repeat left bottom;
}
#minin {
	background: url("img/minin.gif") no-repeat right bottom;
}
#content {
	background: url("img/content.gif") no-repeat right top;
}
#text {
	margin: 0 50px 0 252px;
	padding: 10px 0 0 5px;
	background: #fff;
}
#content>#text {
	height: auto;
}
#floatbug {
	width: 100%;
	padding: 20px 0 0 0;
}
.motto {
	margin: 15px 35px 0 45px;
	background: #faedca;
	border-right: 5px solid #a76a2b;
	padding: 5px 0;
}
#foot {
	background: url("img/foot.gif") repeat-x;
	clear: both;
	height: 60px;
	font-size: 86%;
}
#footin {
	height: 60px;
	background: url("img/footr.gif") no-repeat right top;
	text-align: left;
}
/* layout */
/* top menu */

#main #menu {
	margin-left: 252px;
	background: #7c4e2d  url("img/menu.gif") repeat-x left center;
	width: 100%;
}
#main>#menu {
	width:  auto;
}
#menu ul {
	color: #faebce;
	font-weight: bold;
	font-size: 90%;
	background: #7c4e2d;
	text-align: center;
	float: right;
	width: 100%;
	background: #7c4e2d  url("img/menu.gif") repeat-x left center;
}
#menu li {
	list-style: none;
	float: left;
	width: 19%;
	overflow: hidden;
	background: #804f2e url("img/mli.jpg") no-repeat left center;
	text-align: center;
}
#menu a, #menu strong {
	padding: 3px 5px 3px 10px;
	display: block;
}
#menu strong {
	border-bottom: none;
	color: #fff;
}
#menu a:link, #menu a:visited {
	color: #faebce;
	font-weight: bold;
	text-decoration: none;
	background: url("img/mli.jpg") no-repeat left center;
}
#menu a:hover {
	color: #eea787;
	background: #763d34 url("img/mlia.jpg") no-repeat left center;
}
/* top menu */
/* left menu */
#nav {
	width: 252px;
	float: left;
	padding: 140px 0 280px 0;
}
#nav ul {
	margin: 0 0 10px 0;
	padding-left: 45px;
	background: url("img/navul.gif") no-repeat;
}
#nav li {
	list-style: none;
	background: #804f2e url("img/li.jpg") no-repeat left center;
	width: 171px;
	margin: 0 0 5px 0;
	font-size: 90%;
}
#nav li a, #nav li strong {
	display: block;
	width: 171px;
	padding: 2px 5px 2px 22px;
	font-weight: bold;
	text-decoration: none;
}
#nav li>a, #nav li>strong {
	width: 144px;
}
#nav li strong {
	color: #fff;
}
#nav li a:link, #nav li a:visited {
	color: #faebce;
}
#nav li a:hover {
	color: #eea787;
	background: #763d34 url("img/li.jpg") no-repeat right center;
}
/* left menu */
/* header */
h1,h1 span{
	width:610px;
	height:125px;
	position:absolute;
	top:0;
	left:0;
	font-size:130%;
	overflow:hidden;
	z-index:1
}
h1 span{
	display:block;
	z-index:2;
	background:url("img/h1.jpg") no-repeat;
	cursor:pointer;
	cursor:hand;
}
h1 span.nolink {cursor:default;}
h1 span.langgb {background-image:url("img/h1gb.jpg");}
h1 span.langde {background-image:url("img/h1de.jpg");}
h2,h2 span{
	width:156px;
	height:125px;
	position:absolute;
	top:0;
	right:0;
	font-size:100%;
	overflow:hidden;
	z-index:1;
	padding-top: 35px;
}
h2 span{
	display:block;
	z-index:2;
	background:url("img/h2.jpg") no-repeat;
	left:0;
}
.motto h3 {
	padding: 0 5px 3px 5px;
	font-size: 90%;
}
#text h3 {
	font-size: 130%;
	color: #94602e;
	text-align:left;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

#text h3 span {
	display: block;
	background:url("img/h3span.gif") no-repeat left center;
	padding-left: 35px;
}
#text .img h3 {
	margin-left: 25px;
}
#text h3 span strong {
	font-size: 76%;
	display:block;
}
h4 {
	font-size: 100%;
	padding: 0 0 12px 10px;
}
/* header */
/* news home page */
#text .img dl {
	margin: 0 0 25px 30px;
	text-align: left;
	font-size:86%;
	background:#fffbf3;
	padding: 5px 0 0 0;
	border-top: 1px solid #ffe8b7;
}
#text .img dt {
	font-weight: bold;
	padding: 0 5px 2px 5px;
	color: #a82d10;
}
#text .img dd {
	padding: 0 5px 7px 5px;
	border-bottom: 1px solid #ffe8b7;
	margin-bottom: 5px;
}
#text .img dt span {
	display: block;
	font-weight: normal;
}

/* news home page */
/* paragraphs */
.motto p {
	padding: 0 5px 5px 5px;
	font-size: 86%;
}
.motto em {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
#text p, #text address, #text dl {
	padding: 0 0 20px 10px;
	font-style: normal;
}
#foot p {
	padding: 20px 0 0 12px;
}
p.top {
	padding: 15px 35px 15px 0;
	text-align: right;
	color: #94602e;
}
#text p.back {
	padding: 10px 0 10px 10px;
}
/* paragraphs */
/* images */
.img {
	width: 220px;
	float: right;
	text-align: right;
	background: #fff;
}
.img p span {
	display: block;
	text-align: left;
	padding: 5px 0 15px 40px;
}
.img img {
	border: 3px double #ebc7af;
	margin-bottom:15px;
}
.img a:hover img {
	border: 3px double #94602e;
}
/* images */
/* gallery */
.gallery {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.gallery br {
	display:none;
}
.gallery img {
	display: block;
	margin-bottom: 3px;
}
#text .gallery p {
	width: 160px;
	height: 190px;
	float: left;
	overflow:hidden;
	font-size: 86%;
	padding: 0 15px;
	text-align: left;
}
/* gallery */
/* lists */
#text ul, #text ol {
	margin: 0 0 20px 35px;
}
#text li {
	list-style: square;
}
#text ol li {
	list-style: decimal;
}
#text ol li ul li {
	list-style: lower-alpha;
}
#text ol li ol li {
	list-style: disc;
}
#text dt {
	font-weight: bold;
}
#text dd {
	padding: 2px 0 12px 0;
}
/* lists */
/* links */
a {
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #565656;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #c00000;
}

#lang a:link, #lang a:visited {
	color: #000;
}
#lang a:hover {
	color: #c00000;
}
 a.print{
	background:url("img/print.gif") no-repeat left center;
	padding-left: 23px
}
a.fav{
	background:  url("img/fav.gif") no-repeat left center;
	padding-left: 20px
}
#text p.back a:link, #text p.back a:visited {
	color: #565656;
}

p.top a:link, p.top a:visited {
	color: #94602e;
	font-weight: normal;
}
p.top a:hover, #text p.back a:hover {
	color: #c00000;
}
#foot a, #foot a:link, #foot a:visited {
	font-weight: normal;
	color: #000;
}
#foot a:hover {
	color: #c00000;
}
/* links */
