@CHARSET "UTF-8";

.clear {
	clear: both;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

.inputField {
	width: 300px;
}

.layoutTable {
	height: 100%;
	width: 100%;
}

.layoutTable td {
	vertical-align: top;
}

.layoutLeft {
	background-color: #f7f7f7;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

.layoutCenter {
	width: 940px;
}

.layoutRight {
}

#header {
	white-space: nowrap;
	background-color: #e2e8da;
	height: 79px;
	overflow: hidden;
}

#logo {
	margin-right: 173px;
	float: left;
}

#menuList, .subMenuList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#menuList li {
	padding: 0;
	float: left;
}

ul#menuList li.active {
}

.subMenuEntry {
	font-weight: bold;
}

#news {
	width: 202px;
	padding-left: 9px;
	padding-right: 19px;
	float: left;
	background-image: url(../img/bg_news.gif);
	background-repeat: repeat-y;
}

#news, #news p {
	font-weight: bold;
	color: #999999;
}

#news p.subline, #news p .subline {
	font-weight: normal;
}

div.marginHelper {
	margin-bottom: 31px;
}

#eyecatcher {
	margin-top: 4px;
	margin-bottom: 83px;
}

html>body #eyecatcher {
	margin-bottom: 80px;
}

#content {
	padding-left: 230px;
	padding-bottom: 20px;
	background-image: url(../img/bg_news.gif);
	background-repeat: repeat-y;
	margin-bottom: -15px;
}

html>body #content {
	margin-bottom: 0px;
}

div.paddingHelper {
	padding-left: 25px;
	padding-right: 11px;
}

#footer td {
	height: 98px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #e2e8da;
}

#footer td p {
	margin: 0 0 0 230px;
	padding-top: 40px;
	padding-left: 30px;
	height: 50px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}

/* ******************** */

.galleryPager table td {
	vertical-align: middle;
}

.galleryPager span.active {
	text-decoration: underline;
}

.galleryPager .button {
	background-repeat: no-repeat;
	margin: 0 10px;
}

#pictureList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#pictureList li {
	float: left;
	font-size: 9px;
	white-space: nowrap;
}

.picture {
	padding: 4px 4px 4px 4px;
	background-image: url(../img/bg_galleryPic.gif);
	background-repeat: no-repeat;
}

.picture a, .picture div {
	display: block;
	width: 100px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.picture a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#galleryForm {
	width: 100%;
	float: left;
}

#galleryForm table {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#galleryForm td {
	text-align: left;
}

.controls {
	width: 100%;
	height: 20px !important;
	text-align: right;
}

.titleinput {
	width: 100%;
	height: 20px !important;
}

.titleinput span {
	width: 150px;
	text-align: left;
}

/* ********* */