/*
body {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  background-image: url('gfx/background.gif');
  background-repeat: repeat-y;
  background-position: 100%;
}
*/

body {
  background-color: #C59A6F;
  padding: 0px;
  margin: 0px;
  background-image: url('gfx/background.jpg');
  background-repeat: repeat-x;
  min-width: 900px;
}


img {
  border: none;
}

a {
  color: #C59A6F;
}

a:hover {
  background-color: #C59A6F;
  color: #ffffff;
}

a.image {
	background-color: transparent;
}

a:visited {
  color: #561420;
}


a.navbar:hover {
  background-color: transparent;
}

h3 {
  font-variant: small-caps;
  font-family: sans-serif;
  color: #821122;
}

#head {
  position: absolute;
  background-image: url('gfx/schiffr.png');
  background-repeat: no-repeat;
  width: 340px;
  height: 127px;
  right: 0px;
  top: 20px;
  z-index: 90;
}

#menu {
  position: absolute;
  margin: 40px 0px 0px 0px;
  padding: 130px 0px 20px 0px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  display: block;
  right: 10px;
  top: 0px;
  background-color: #fcfcfc;
  list-style-type: none;
  font-family: sans-serif, sans, mono; 
  z-index: 89;
  height: auto;
  border: 1px solid #333333;
}

#menu li {
	height: 40px;
	padding-left: 5px;
	background-color: #561420;
	border-bottom: 1px solid #C59A6F;
	border-left: 1px solid #fcfcfc;
	color: #C59A6F;
	background-image: url('gfx/menuitem.gif');
	background-repeat: repeat-x;
	cursor: pointer;
	font-size: .6em;
}

#menu li.current  {
	background-image: url('gfx/menuitem_current.gif');
	background-repeat: repeat-x;
	color: #fcfcfc;
}

#menu li a {
  color: #C59A6F;
  width: 98%;
  display: block;
  font-size: 2em;
  font-weight: bold;
}

#menu li.current a {
  color: #fcfcfc;
  width: 98%;
  display: block;
  font-size: 2em;
  font-weight: bold;
}

#menu li:hover, 
#menu li a:hover {
  color: #CCCCCC;
  border-left: 0px;
  background-color: transparent;
}

#submenu {
  background-color: #fcfcfc;
  position: absolute;
  margin: 40px 0px 0px 0px;
  padding: 130px 0px 20px 0px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: auto;
  right: 215px;
  top: 0px;
  float: right;
  text-align: center;
  border: 1px solid #333333;
  font-family: sans-serif, sans, mono;
}

#submenu h3 {
  text-align: left; 
  padding-left: 5px; 
  border-bottom: 1px solid #561420; 
  background-color: #C59A6F; 
  color: #561420; 
  font-variant: small-caps; 
}

#submenu ul {
  list-style-type: circle; 
  margin-left: 20px; 
  padding: 0px; 
  text-align: left; 
  font-size: 10pt;
}

#submenu li {
  border-bottom: 1px dotted #cccccc;
}

#submenu li a:hover {
  background-color: #561420;
  color: #C59A6F;
}

#submenu img {
  cursor: pointer;
  border: 1px solid #cccccc;
}

#submenu img:hover {
  border: 1px solid #333333;
}

#maincontent {
  margin-top: 40px;
  margin-right: 470px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
  font-family: Sans-serif, sans, mono;
  color: #000000;
  font-weight: normal;
  text-align: justify;
  min-width: 400px;
} 

.content {
  width: 100%;
  padding: 5px 20px 5px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #333333;
  min-width: 400px;
}

.content cite {
	display: block;
	color: #C59A6F;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	font-size: 10pt;
	text-align: right;
	border-top: 1px dotted;
	clear: left;
}

#lang_selector {
  position: absolute;
  right: 0px;
  top: 0px;
}

.detailinfo {
	padding-top: 5px;
  font-size: 9pt;
  font-variant: small-caps;
}

.taglist a {
  font-variant: normal;
}

table.imageinfo {
	border: 0px;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
}

table.imageinfo th {
	color: #C59A6F;
	font-weight: bold;
	font-variant: small-caps;
}

.thumbcontainer {
  text-align: center;
  width: 200px;
  height: 180px;
  margin: 5px;
  padding: 2px;
  border: 1px solid #cccccc;
  float: left;
}

.thumbcontainer p {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

.thumbcontainer_inner {
  height: 150px;
  overflow: hidden;
}

#comments {
  list-style-type: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
  border: none;  
}

#comments li.header {
  border-bottom: 1px solid #561420; 
  background-color: #C59A6F; 
  color: #561420; 
}

#comments li.header a {
  color: #561420;
  font-weight: bold;
  text-decoration: none;
}

#comments li.header a:hover {
  text-decoration: underline;
}

#comments li.comment {
  margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
