/* CSS Document Profitis Elias*/
body {
	background-color:#660000;
}

div, td, th, p {
	font-size:12px;
	line-height:18px;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

#leftcol_top {
	background-color: #3B2000;
	height: 30px;
}

#search {
	font-size: 11px;
	background-color: #3B2000;
	height: 20px;
	padding: 5px 0 0px 15px;
}

#search .icon {
	position: absolute;
	padding: 0px 0px 0px 10px;
}


#wrapper {
	width: 980px;
	background-color: #9b6f2d;
	margin: 16px auto;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	padding: 0 0 0 0;
}

.photo {
	clear: both;
	padding-top: 118px;
	border-left: 1px solid #FFFFFF;
	float: right;
	background-color: #000000;
}
.photo .content {
	line-height: 0em;
}

#clearDiv {
	clear: both;
	position: relative;
	line-height: 1px;
}

#leftcol {
	float: left;
	width: 291px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content_main {
	width: 688px;
	margin: 0px 0px 0px 291px;
	padding: 0px;
	background-color: #96652B;
	color:#FFFFCC;
	/*border-left: 1px solid #FFFFFF;*/
}

div#content_main { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

.pagetitle {
	padding: 10px 0 10px 10px;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

/* header */
#header {
	background: url('images/header.jpg') no-repeat top left;
	height: 299px; 
	width: 100%;
	margin: 0;
	border-bottom: 1px solid white;
}

#header h1 {
	text-align: right;
}

#header #nav {
	font-size: 12px;
	text-align: left;
	background: #170E01;
	color: #D4A66F;
	font-weight: bold;
	width: 588px;
	position: absolute;
	top: 87px;
	left: 291px;
	padding: 6px 0 6px 0;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#header #nav li {
	display: inline;
	margin-left: 10px;
}

#header #nav a {
	color: #E4DCA1;
	text-decoration: none;
}

#header #nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#header #logo {
  position: absolute;
  overflow: hidden;
  top: 0px; 
  left: 291px;
  width: 688px; 
  height: 87px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#header #image {
  position: absolute;
  overflow: hidden;
  top: 118px; 
  left: 291px;
  width: 688px; 
  height: 181px;
  border-left: 1px solid #FFFFFF;
}

/** language bar **/
#language {
	position: absolute;
	background-color:#000000;
	width: 142px;
	height: 32px;
	top: 88px;
	left: 838px;
	/*background-image: url(images/language.jpg);*/
}
.flags {
	line-height: 30px;
	padding-left: 14px;
	padding-right: 0px;
	padding-top: 3px;
}

/** pathway block **/
#path {
	background-color: #3B2000;
	border-left: 1px solid #FFFFFF;
	height: 30px;
	width: 100%;
}

.pathway {
	display: block;
	text-align: left;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 0px 10px;
}

/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#999999;
	text-decoration:none;
}

/* Footer */
#footer {
	width: 980px;
	height: 30px;
	background-color: #3B2000;
	border-top: 1px solid #FFFFFF;
}

#footer_left {
	float: left;
	padding: 0 0 0 0;
	width: 291px;
	background-color: #AA823D;
	color:#333333;
}

.copyright {
	padding: 0 0 0 10px;
}

#footer_right {
	float: right;
	text-align: right;
	padding: 0 0px 0px 0;
	width: 689px;
	background-color: #9b6f2d;
	color:#333333;
}

.update {
	padding: 0 10px 0 0;
}

/* Menu left */
.menu{
	border-bottom: #6C6232 1px solid;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #BFBF57;
	color:#FFFFFF;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

.menu ul li	{
	display: block;
	list-style: none;
	margin: 0;
	border-top: #6C6232 1px solid;
	padding: 0;
	color:#FFFFFF;
}
.menu ul li a {
	display: block;
	padding-left: 10px;
	color: #FFFFFF;
}

a.menu_current:link, 
a.menu_current:visited, 
a.menu_default:hover, 
a.menu_current:hover  {
	display: block;
	/*color: #FFFFFF;*/
	text-decoration: underline;
}

.menu a:link, 
.menu a:visited,
.menu a:active {
	padding: 4px 10px 4px 10px;
	/*color: #003000;*/
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
 
.menu a:hover {
	text-decoration: none;
	font-size: 12px;
	/*color: #000000;*/
	background-color:#AA823D;
	
}
.menu a.menu_current {
	font-weight: bold;
	/*color: #FFFFFF;*/
	background-color: #AA823D;
	font-size: 12px;
}


/** specific left column form **/
#leftcol .button {
	font-size: 11px;
	color: #000000;
	
}

#leftcol .inputbox {
	font-size:11px;
}

/* Login */
#login {
	padding: 0 10px 0 10px;
}

.loginform {
	border: 0px dotted #000000;
	background-color: #96652B;
}

.logintitle {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding: 20px 0 5px 0;
}

.imagebox {
	padding: 2px 8px 2px 100px;
	margin: 2px 0;
	background: #AA823D 4px no-repeat;
}

/* Mouse over image */

p.thumb a:hover{
	overflow:visible;
	z-index:1000;
	border:none;		
}
p.thumb a:hover img{
	border:1px solid #999;	
	background:#fff;
	padding:2px;			
}	

/* Thumbnails mit Thumbnailviewer in content */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
