/*  L A Y O U T  */

html {
  overflow-y:scroll;
}

body {
  text-align:center;
  background:url('../img/layout/background-bottom.gif') repeat;
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  line-height:1.6em;
}

.invisible {
  width:0px;
  height:0px;
  left:-1000px;
  top:-1000px;
  position:absolute;
  overflow:hidden;
  display:inline;
}

#wrapper {
  margin:0 auto;
  width:950px;
  text-align:left;
  position:relative;
  z-index:2;
}

#top-back {
  position:absolute;
  z-index:1;
  top:0px;
  left:0px;
  height:70px;
  width:100%;
  background:url('../img/layout/background-top.gif') repeat;
}

#head {
  height:115px;
  width:950px;
  position:relative;
}

#logo {
  position:absolute;
  height:98px;
  width:160px;
  top:18px;
  left:66px;
}

#heading {
  text-indent:-3000px;
  height:115px;
  width:950px;
}

.heading-de {
  background:url('../img/layout/head_de.jpg');
}

.heading-en {
  background:url('../img/layout/head_de.jpg');
}

.heading-ru {
  background:url('../img/layout/head_ru.jpg');
}

#search-wrapper {
  position:absolute;
  top:17px;
  right:55px;
}

#search-wrapper input {
  margin:0;
  border:0;
  padding:0;
  height:17px;
  width:190px;
  background:transparent;
  line-height:16px;
  vertical-align:bottom;
  font-size:13px;
  font-weight:bold;
}

#search-wrapper input:focus {
  outline:none;
}

#search-wrapper label {
  display:none;
}

#banner {
  width:950px;
  height:156px;
  background:url('../img/layout/banner-bg.jpg');
}

#banner-image {
  width:950px;
  height:156px;
}

.banner-image-de {
  background:url('../img/layout/banner-image.jpg') no-repeat 34px 9px;
}

.banner-image-en {
  background:url('../img/layout/banner-image_en.jpg') no-repeat 34px 9px;
}

.banner-image-ru {
  background:url('../img/layout/banner-image_ru.jpg') no-repeat 34px 9px;
}


#mainmenu-container {
  width:950px;
  height:34px;
  background:url('../img/layout/mainmenu-bg.jpg');
}

#content-wrapper {
  width:950px;
  position:relative;
  background:url('../img/layout/content-bg.jpg');
}

#content-min-height {
  float:right;
  width:1px;
  height:350px;
}

#content-top {
  position:absolute;
  z-index:1;
  width:950px;
  height:52px;
  background:url('../img/layout/content-top.jpg');
}

#content-bottom {
  clear:both;
  width:950px;
  height:40px;
  background:url('../img/layout/content-bottom.jpg');
}

#content-inner {
  position:relative;
  z-index:2;
  padding:0 90px 0 80px;
}

/*  M A I N M E N U  */

#mainmenu {
  position:relative;
  z-index:99;
  list-style-type:none;
  padding:8px 0px 0px 55px;
}

#mainmenu li {
  position:relative;
}

#mainmenu li a {
  text-transform:uppercase;
  letter-spacing:1px;
  color:#ffe08d;
  padding:2px 0px 2px 25px;
  background:url('../img/layout/menu-bullet.jpg') no-repeat 6px 4px;
}

#mainmenu li a.first {
  background:none;
}

#mainmenu li.active a,
#mainmenu li:hover a
{
  color:#ffffff;
}

ul.inline li {
  display:inline;
}

/*  S U B M E N U  */

#mainmenu li .submenu {
	position:absolute;
	visibility:hidden;
	width:340px;
	padding:4px 20px 4px 20px;
	top:-10000px;
	left:-10000px;
	background:#6B6F76;
}

#mainmenu li .submenu ul {
  list-style-type:none;
}

#mainmenu li:hover .submenu {
	visibility:visible;
	top:15px;
	left:5px;
}

#mainmenu .submenu li {
  display:block;
  padding:8px 0;
  line-height:1.2em;
  border-bottom:1px solid #999;
}

#mainmenu .submenu li.last {
  border-bottom:none;
}

#mainmenu li:hover .submenu li a {
  text-transform:none;
  letter-spacing:0px;
  padding:8px 0px;
  background:none;
  color:#ffe08d;
}

#mainmenu li:hover .submenu li.active a,
#mainmenu li:hover .submenu li:hover a
{
  color:#fff;
}

/*  L A N G U A G E S  */

#languages {
  position:absolute;
  top:50px;
  right:57px;
}

#languages h4 {
  display:none;
}

#languages li {
  position:relative;
  display:block;
  float:left;
  width:20px;
  height:13px;
  padding:0;
  margin:0 0 0 5px;
  overflow:hidden;
}

#languages li a {
  display:block;
  width:20px;
  height:13px;
  line-height:13px;
  opacity:0.7;
}

#languages li.active a,
#languages li a:hover {
  opacity:1;
}

#languages li a span {
  visibility:hidden;
}

#languages li.deutsch a {
  background:url('../img/layout/flag-de.gif') no-repeat;
}

#languages li.english a {
  background:url('../img/layout/flag-en.gif') no-repeat;
}

#languages li.russia a {
  background:url('../img/layout/flag-ru.gif') no-repeat;
}

/*  P A G I N A T I O N  */

.paginate {
  position:absolute;
  right:60px;
  top:23px;
}

.paginate a {
  display:block;
  float:left;
  width:20px;
  height:20px;
  line-height:16px;
  text-align:center;
  background-color:#fff5be;
  border:1px solid #ccc;
  margin:0px 2px;
}

.paginate a.active {
  background-color:#9a4c00;
  border:1px solid #666;
  color:#fff ! important;
  margin:0px 2px;
}

.paginate a:hover {
  text-decoration:none ! important;
  background-color:#e4cd51;
  border:1px solid #666;
}

/*  C O N T E N T  */

a, a:hover, a:visited {
  text-decoration:none;
}

#content h2 {
  padding:20px 0 0 0;
  margin:0 0 20px 0;
  line-height:30px;
  font-size:16px;
}

#content p {
  margin-bottom:1.5em;
}

#content img.right {
  float:right;
  margin:0px 0px 10px 20px;
}

#content a,
#content a:visited,
#content a:active {
  color:#723526;
}

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

#content .column1,
#content .column2 {
  float:left;
  display:inline;
  width:380px;
}

#content .column2 {
  margin-left:20px;
}

#content .divider {
  border-bottom:1px solid #888;
  margin-bottom:3em
}

#content ul {
  margin-bottom:1.5em;
  margin-left:1.5em;
  list-style-type:none;
}

#content ul li {
  list-style-image:url('../img/layout/list-bullet.gif');
}

#content ol {
  margin-bottom:1.5em;
  margin-left:1.5em;
}

#content ol li {
  margin-bottom:1em;
}

#content div.left {
  display:inline;
  float:left;
  width:340px;
}

#content div.right {
  display:inline;
  float:left;
  width:420px;
  margin-left:20px;
}

#content div.block {
  clear:left;
  width:780px;
  padding-top:1em;
}

#content h3 {
  font-size:14px;
  margin-top:0.5em;
  margin-bottom:1em;
}

#content img {
  margin-right:15px;
  padding:1px;
  background-color:#000;
  border:2px solid #fff;
}

#content img.noborder {
  margin-right:20px;
  padding:1px;
  background-color:#fff;
  border:2px solid #fff;
}

#content a img {
  padding:1px;
  background-color:#723526;
  border:2px solid #fff;
}

#content a:hover img {
  border:2px solid #ccc;
}

.error {
  background-color:red;
  color:white;
  padding:1px 5px;
}

dl.referenzen dd,
dl.referenzen dt {
  line-height:100px;
  padding:0;
  margin:0;
  height:106px;
}

dl.referenzen dt {
  float:left;
}

dl.referenzen dt img {
  width:150px;
  height:100px;
  margin:0 20px 0 0;
  float:left;
}

.keyword {
  display:none;
}
