* {

}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 0.7em;
  font-family: Verdana,Tahoma,sans-serif;
}

div#page {
  position: relative;
  padding: 10px;
}

div#header {
  position: relative;
  height: 101px;
  background: url(/system/bilder/top_bottom_line.gif) 0px 52px repeat-x;
  margin-bottom: 20px;
}

div#header img#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

div#header div#search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 230px;
  height: 101px;
  background: transparent url(/system/bilder/top_bottom_line_right.gif) 208px 52px no-repeat;
  text-align: right;
}

div#header div#search img#welcome {
  position: absolute;
  top: 20px;
  left: 0px;
}

div#header div#search form {
  position: relative;
  top: 75px;
  right: 10px;
}

div#navigation {
  position: relative;
  width: 150px;
  float: left;
}

div#sidebar {
  position: relative;
  width: 170px;
  float: right;
}

div#content {
  position: relative;
  margin: 0 180px 0 160px;
}

div.block {
  position: relative;
  padding: 0;
  margin: 0;
}

div.block div.header {
  position: relative;
  height: 24px;
  background: url(/system/bilder/block_top.gif) top left repeat-x;
  margin: 0 14px 0 14px;
  padding: 0 10px 0 10px;
}

div.block div.header h1 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 10px;
  margin: 0;
  padding: 0;
}

div.block div.header h2 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 10px;
  margin: 0;
  padding: 0;
}

div.block div.corner_tl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 19px;
  height: 24px;
  background: url(/system/bilder/block_corner_top_left.gif) top left no-repeat;
}

div.block div.corner_tr {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 24px;
  background: url(/system/bilder/block_corner_top_right.gif) top left no-repeat;
}

div.block div.footer {
  position: relative;
  height: 30px;
  background: url(/system/bilder/block_bottom.gif) top left repeat-x;
  margin: 0 15px 0 15px;
}

div.block div.corner_bl {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 30px;
  background: url(/system/bilder/block_corner_bottom_left.gif) top left no-repeat;
}

div.block div.corner_br {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 26px;
  height: 30px;
  background: url(/system/bilder/block_corner_bottom_right.gif) top left no-repeat;
}

div.block div.content_wrapper {
  position: relative;
  background: url(/system/bilder/block_left.gif) top left repeat-y;
  padding: 0;
  margin: 0;
}


div.block div.content {
  position: relative;
  background: rgb(234, 255, 234) url(/system/bilder/block_right.gif) top right repeat-y;
  padding: 5px 24px 5px 10px;
  margin: 0 0 0 14px;
}


ul.navigation {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

ul.navigation li {
  padding: 2px 0px 2px 0px;
}

ul.navigation li.folder {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.navigation li.current a {
  font-weight: bold;
}


ul.navigation li.folder ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}


/* Inner Content */
div.inner_content {
  border: 1px solid #50AD50;
  background-color: #FAFDFA;
  padding: 10px;
  margin: 6px 6px 6px 0;
}

div.inner_content h1 {
  font-size: 1.2em;
}

div.inner_content h2 {
  font-size: 1.1em;
}

div.inner_content h3 {
  font-size: 1em;
}


div.main_image {
  width: 150px;
}

div.main_image div.image_description {
  font-size: 0.8em;
  font-style: italic;
}

div.image_left div.image_description {
  text-align: left;
}


div.image_right div.image_description {
  text-align: right;
}

div.image_left {
  float: left;
}


div.image_right {
  float: right;
}

br.clear_left {
  clear: left;
}

div.inner_content_with_image_left {
  margin-left: 160px;
}


div.inner_content_with_image_right {
  margin-right: 160px;
}

br.clear_right {
  clear: right;
}

div#footer {
  text-align: center;
  margin-top: 20px;
}

/* ListenNavigation */
div.listNavigation {
  text-align: center;
}

/* Gallery */
div.imageGalleryContainer {
  overflow: hidden;
}

ul.imageGallery {
  list-style-type: none;
}

ul.imageGallery li { 
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

ul.imageGallery li.first { 
  margin-left: 0px;
}

/* Links */
a {
  color: #008000;
  text-decoration: none;
}

a:hover {
  color: #FF9500;
  text-decoration: underline;
}

/* Formular elemente */
input.textinput {
  padding: 2px;
  border: 1px #008000 solid;
  color: #008000;
}

input.textinputActive {
  border: 1px #ff9500 solid;
  color: #008000;
}
