@CHARSET "UTF-8";

.clear {
	clear: both;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: white;
}

.inputField {
	width: 300px;
}

.layoutTable {
	height: 100%;
	width: 100%;
}

.layoutTable td {
	vertical-align: top;
}

.layoutLeft {}

.layoutCenter {
	width: 819px;
}

.layoutRight div {
	background-color: #89fde9;
	height: 236px;
	margin-top: 130px;
	background-image: url(../img/bg_right2.gif);
	background-repeat: no-repeat;
}

html>body .layoutRight div {
	margin-top: 133px;
}

#header {
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 25px;
}

#logo {
	margin-right: 30px;
}

.menuElement {
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #d6d0d0;
	float: left;
	width: 200px;
	height: 200px;
	padding: 18px;
}

.menuElement.first {
	background-color: #000000;
	margin-bottom: 20px;
}

.menuElement.second {
	background-color: #f4300a;
}

.menuElement.third {
	background-color: #89fde9;
	float: none;
	width: auto;
	height: 236px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 238px;
	margin-left: 472px;
}

.menuElement.third div.randomPics {
	height: 100%;
	width: 236px;
}

.randomPics {
	background-repeat: no-repeat;
	background-position: center center;
}

.menuElement ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menuElement ul li {
	padding: 0;
	margin: 0 0 4px;
	color: #d6d0d0;
}

.menuElement ul li a {
	color: #d6d0d0 !important;
}

.menuElement ul li.active {
	margin-left: -9px;
	
}

#content {
	padding-left: 20px;
	padding-right: 15px;
	margin-bottom: 20px;
	width: 673px;
}

.publications .navi {
	float: left;
	padding: 0;
	margin: 0;
	width: 215px;
}

.publications ul.navi {
	list-style-type: none;
}

.publications .pager {
	padding: 0 0 10px;
	margin: 0;
}

.publications ul.pager {
	list-style-type: none;
}

.publications ul.pager li {
	float: left;
}

.publications .content {
	margin-left: 215px;
}

/* ******************** */

.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 3px;
	background-repeat: no-repeat;
}

.picture a, .picture div {
	display: block;
	width: 100px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e0e0e0;
	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;
}

/* ********* */