html{
         height: 100%;
         margin-bottom: 1px;
}
body{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #FFFFFF;
}
#centerhelper{
	min-width: 750px;
	max-width: 975px;
	width: 780px;
	margin: 0 auto;
	height: 100%;
}
html>body #centerhelper{
	width: auto;
}

#layout{
	height: 100%;
	border-collapse: collapse;
}
#left{
	background: url("../img/menu-background.png") repeat-y top right;
	vertical-align: top;
	padding: 0;
}
#right{
	vertical-align: top;
	width: 100%;
	padding: 0;
}
.clear{
	clear: both;
}
.mainbox{
	padding: 0 30px 10px 20px;
}
.header{
	color: #831629;
	padding: 12px 0 0 0;
	margin: 0 0 20px 0;
}
.header h1{
	font-family: Arial, sans-serif;
	font-weight: normal;
	float: left;
	font-size: 24px;
	padding: 56px 0 0 0;
	z-index: 1;
	margin: 0;
}
.header .site{
	font-family: Arial, sans-serif;
	font-weight: normal;
	position: relative;
	float: right;
	padding: 60px 0 2px 75px;
	font-size: 18px;
	background: url("../img/dom.png") no-repeat bottom left;
	z-index: 1;
}
.header .clear{
	position: relative;
	top: -2px;
	border: 0 solid #FFB902;
	border-top-width: 2px;
}

.footer{
	clear: both;
	color: #831629;
	padding: 0 0 2em 0;
	margin: 45px 0 0 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 0 solid #FFB902;
	border-top-width: 2px;
}
.footer a{
	color: #831629;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footer .left{
	float: left;
}
.footer .right{
	float: right;
}
.footer .center{
	display: block;
	margin: -30px auto 0 auto;
	width: 64px;
	height: 55px;
	background: #FFFFFF url("../img/logo-small.png") no-repeat center;
}

.mainbox h2{
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.mainbox .content{
	clear: both;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
}
.mainbox p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.mainbox ol,
.mainbox ul{
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.mainbox li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.menu{
	margin: 0;
	position: relative;
	background: url("../img/menu-top-logo.png") no-repeat top right;
	padding: 0;
}
.menu #logocontainer{
	width: 210px;
	height: 192px;
	margin: 0 0 0 auto;
	padding: 0;
}
.menu ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #831629;
}
.menu li{
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0px 10px 0;
	padding: 0;
}
.menu li span{
	margin: 0 5px 0 0;
	padding: 0 40px 0 3px;
}
.menu ul ul{
	background-image: none;
	margin: 0;
	padding: 4px 0;
	border: 0;
}
.menu li li{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 0 0 0 0;
	margin-bottom: 5px;
	border: 0;
}
.menu li li span{
	padding-right: 40px;
}
.menu a{
	text-decoration: none;
	color: #831629;
}
.menu a:hover{
	text-decoration: underline;
}
.menu .highlight{
	font-weight: bold;
}
.menu .current{
	background: url("../img/marker.png") no-repeat center right;
}
.menu .current,
.menu .current a{
	color: #FFB902;
}
.menu .current ul,
.menu .current ul a{
	color: #FFB902;
}


.thumbnail img{
	padding: 2px;
	border: 0px;
}
.thumbnail:hover img{
	background: #0000EE;
}
.thumbnail:hover{
	background: none;
}
html>body .thumbnail:hover{
	background: none;
}

.infocard{
	margin: 0.5em;
}
.infocard thead{
	font-weight: bold;
}
.infocard td{
	vertical-align: top;
}
.infocard .foto{
	width: 1px;
	padding: 0.3em;
}
.infocard ul{
	list-style-type: none;
	margin: 0.5em 0 0 2.5em;
	text-indent: -2em;
}
.infocard img{
	padding: 2px;
}


/* jsgallery styles */

.jsgalleryviewerbg{
	background: #ffffff;
}
.dropshadow .dstopleft,
.dropshadow .dstopright,
.dropshadow .dsbottomleft,
.dropshadow .dsbottomright{
	background: url("../jsgallery/smallshadow-corners.png") no-repeat;
}
.dropshadow .dstop,
.dropshadow .dsbottom{
	background: url("../jsgallery/smallshadow-tb.png") repeat-x;
}
.dropshadow .dsleft,
.dropshadow .dsright{
	background: url("../jsgallery/smallshadow-lr.png") repeat-y;
}
.dropshadow .dstopright,
.dropshadow .dsright{
	background-position: top right;
}
.dropshadow .dsbottomright{
	background-position: bottom right;
}
.dropshadow .dsbottomleft,
.dropshadow .dsbottom{
	background-position: bottom left;
}
.dropshadow .dsbottomright{
	background-position: bottom right;
}

.throbber{
	background: url("../jsgallery/throbber.png");
}
.throbber div{
	background: url("../jsgallery/throbber-red.gif");
}

/* end jsgallery styles */