
* {
	font-family: Verdana, Sans, Helvetica;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
 	background-color: #21282c;
	color: #def7ad;
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #d2d172;
}

img {
	border: none;
}



#container {
 	padding: 0px 30px 1cm 140px;
}



#logo {
	position: absolute;
	top: 42px;
	left: 12px;
}



#menu {
	font-size: 10pt;
 	line-height: 15pt;
	position: absolute;
	top: 120px;
	left: 0px;
	max-width: 140px;
/* 	height: 100%; */
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active {
	text-decoration: underline;
}

ul#menulevel1 {
	margin: 0;
	padding: 0 0 0 10px;
}

#menulevel1 ul {
  	margin-left: 1em;
  	padding: 0;
}

#menulevel1 li {
	list-style-type: none;
}



#main .body {
	padding: 25px 1em 1em 1em;
	margin: 0px;
	background-color: #3e3b2b;
 	min-height: 420px;
}

.body div.indent {
 	margin-left: 1em;
}

.body ul {
	padding: 0;
	list-style-position: outside;
}

.body a:link:hover, .body a:visited:hover {
	text-decoration: underline;
}

.body table {
	border-collapse: collapse;
}

.body table td {
	padding: 7px 10px 7px 0;
	margin: 0;
	vertical-align: top;
}

#news .column1 {
	white-space: nowrap;
/* 	font-weight: bold; */
}

.body pre {
	padding: 0.5em;
	border: 1px solid #456;
	font-family: monospace;
	background-color: #21282c;
	color: #93e5b3;
}

.body code {
	font-family: monospace;
}

.body textarea {
	font-family: monospace;
}

.body h1,h2,h3,h4 {
	color: #e2e599;
}

.body h1 code {
	font-size: 110%;
	font-family: inherit;
}
.body h2 code {
	font-size: 105%;
	font-family: inherit;
}
.body h3 code {
	font-family: inherit;
}




.warn {
	background-color:#b00;
	color:#ff0;
}

/*****************************************************************************/

#news #main table {
	width: 100%;
}

#news #main td {
	border: 1px solid #654;
	padding: 0.2em;
}

/*****************************************************************************/

#gallery #galmenu {
	position: absolute;
	right: 44px;
	top: 20px;
	padding: 100px 0 0 0;
	width: 110px;
	min-width: 120px;
}

#gallery #galmenu img {
	margin: 0px;
	border: 3px solid #544;
}

#gallery #galmenu img.active {
	border: 3px solid #c90;
}


#gallery div#galmenu {
	text-align: center;
}


#gallery #galmenu li {
	list-style-type: none;
}

#gallery #galmenu2 {
	position: absolute;
	right: 140px;
	top: 200px;
	padding: 0 0 0 0;
	width: 70px;
	min-width: 70px;
}

#gallery #galmenu2 img {
	margin: 0px;
	border: 3px solid #fff;
}

#gallery #galmenu2 img.active {
	border: 3px solid #0b0;
}

#gallery #galmenu2 li {
	list-style-type: none;
}


#gallery div#galimage {
	border-right: 120px solid #544;
	text-align: center;
	height: 440px; /* IE HACK */
}

html>body #gallery div#galimage {
	height: auto;
	min-height: 440px; /* IE HACK */
}

#gallery div#galimage img {
	margin: 12px;
}

#gallery div#galtext {
	padding: 24px;
	padding-right: 124px;
	text-align: left;
	background-color: #544;
	font-size: 10pt;
}

#gallery div#galtext img {
	padding-right: 10px;
}

#gallery #main h2 {
	font-weight:bold;
	vertical-align: middle;
	padding-left:0.2cm;
	padding-bottom:0.2cm;
	padding-top:1.2cm;
	background-color:#544;
	margin: 0px;
}

#gallery #main #galimage img {
	padding: 0;
	margin: 10px;
}
