/* =General
----------------------------------------------- */
a {
  color: #954a23;
  text-decoration: underline;
}

a img	{
	border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0 0 2px 0;
}

h1, #right h3 {
  color: #924018;
}

h1 {
  font-size: 1.1em;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 2px solid #90A23B;
}


/* =Layout
----------------------------------------------- */
html {
  text-align: center;
}

body {
  background: #a34d1e url(pics/background.gif) repeat-x left top;
  border: 5px solid #fff;
  color: #444;
  font: .75em/1.5 Verdana, Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 75em;
}

#outer {
  background-color: #f8cb90;
}

#content #inner-main {
  border-bottom: 1px solid #fff;
  padding: 2em 0;
  margin: 0 35px 0 15px;
}

#right {
  background: #f9d7a7 url(pics/bg_rightcol.png) repeat-y left top;
  float: right;
  width: 27%;
}

#right .box {
  padding: 12px;
  border-bottom: 1px solid #fff;
}

#right .box.first {
  border-top: 1px solid #fff;
}

#main {
  float: left;
  width: 73%;
}

#header {
  position: relative;
}

#header #img_logo {
  height: 218px;
}

#footer {
  clear: both;
  padding: 20px 25px 25px 25px;
  text-align: right;
}

.floatFix {
  clear: both;
  line-height: 1px;
  height: 1px;
}


/* =Navigation
----------------------------------------------- */
#nav {
  color: #444;
}

#nav .level0 {
  background-color: #f9d7a7;
  border: solid #fff;
  border-width: 1px 0;
  font-weight: bold;
}

#nav .level1 {
  background-color: #e1ae77;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#nav ul {
  float: left;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav a {
  color: #444;
  display: block;
  font-weight: bold;
  padding: 3px 8px;
  margin: 0;
  text-decoration: none;
}

#nav .level1 a {
  padding: 0 8px;
  font-weight: normal;
}

#nav a.active, #nav a.selected, #nav .level0 li.active {
  background: #e1ae77;
  border: 1px solid #fff;
  border-width: 0 1px;
  padding: 3px 7px;
}

#nav .level1 li.active, #nav .level1 a {
  border-right: 1px solid #f8cb90 !important;
  padding: 1px 7px;
  margin: 2px 0;
}

#nav a:hover, #nav a:focus {
  background: #e1ae77;
}

#nav a.first, #nav li.active.first {
  padding-left: 14px;
}

#nav a.active.first, #nav a.selected.first, #nav .level0 li.active.first {
  border-left: none;
}

ul.pageTranslations {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 221px;
}

ul.pageTranslations li {
  display: inline;
  padding: 0;
  margin: 0;
}

ul.pageTranslations li.selected {
  display: none;
}

ul.pageTranslations li a {
  color: #444;
  font-weight: bold;
  padding-left: 5px;
  text-decoration: none;
}

ul.pageTranslations span {
  display: none;
}

ul.toolbar {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.toolbar li {
  display: inline;
  padding: 0;
  margin: 0;
}

/* =Elements
----------------------------------------------- */
#content span.contentSubtitle {
  display: block;
  font-size: 1em;
  line-height: 135%;
}

#content div.topicText {
  line-height: 135%;
  margin: 0;
  padding-bottom: 1em;
}

#content div.subTopics {
}

.subTopic img {
  float: left;
  padding: 0 15px 0 0;
}

.subTopicFrame {
  clear: both;
  border-top: 1px solid #fff;
  padding-top: 1em;
  margin-top: 1em;
}

.subTopicFrame.first {
  border: none;
  margin-top: 0;
}

#content div.topicImageLeftBreakNone {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto;
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: auto;
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 15px;
}

/* special links */
a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #954a23;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  color: #954a23;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

li.printBtn a, li.recommendBtn a {
  background: transparent url(pics/print-btn.png) no-repeat center left;
  line-height: 2em;
  margin-left: 15px;
  padding-left: 19px;
  padding-right: 5px;
}

li.recommendBtn a {
  background: transparent url(pics/weiterempfehlen.gif) no-repeat center left;
}

/* =Forms
----------------------------------------------- */
legend {
	display: none;
	visibility: hidden;
}

input.submitButton {
  margin-top: 5px;
  border: 1px solid #000;
  width: 100px;
  height: 20px;
  background-color: #90A33B;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

select {
	display: block;
}

input {
	width: 200px;
}
