@charset "utf-8";
/*==============================================================================
Project:       bernhard-burger.de
Media:         screen (all W3C compatible Browsers)
CSS-Version:   2.00
last modified: 2008-11-29
==============================================================================*/
/*============================================================================*/
/*general tags definition*/
body {
  margin: 0;
  padding: 0;
  width: 100%;
  direction: ltr;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../media/body_bgrd.png);
  background-repeat: repeat-x;
  background-position: top;
  text-align: center;
}
h1 {
  margin: 20px 0 10px 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: normal;
  font-variant: small-caps;
  width: 490px;
}
p, address {
  margin: 0;
  font-style: normal;
  line-height: 16px;
}
a {
  color: #007C3E;
}
img {
  border: none;
}
noscript {
  font-weight: bold;
}
form {
  margin: 0 0 10px 20px;
  width: 490px;
  padding: 0;
  background-color: #FEF1BC;
}
fieldset {
  margin: 0;
  padding: 10px;
  border: none;
}
label {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  font-size: 11px;
}
/*============================================================================*/
/*website structure*/
#ColorToneOut {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
}
#ColorToneLeft {
  margin: 0;
  padding: 0;
  width: 49%;
  height: 31px;
  float: left;
  background-image: url(../media/colortoneleft.jpg);
  background-repeat: repeat-x;
}
#ColorToneRight {
  margin: 0;
  padding: 0;
  width: 49%;
  height: 31px;
  float: right;
  background-image: url(../media/colortoneright.jpg);
  background-repeat: repeat-x;
}
#mainOut {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main {
  margin: 0 auto;
  padding: 0;
  width: 954px;
  background-image: url(../media/main_bgrd.png);
  background-repeat: repeat-y;
  background-position: left;
}
#main_in {
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  min-height: 680px;
  /*height: 100% !important;
  background-image: url(../media/main_in_bgrd.gif);
  background-position: bottom;
  background-repeat: no-repeat;*/
}
#top {
  margin: 0;
  padding: 0;
  width: 954px;
  height: 31px;
  overflow: hidden;
  background-image: url(../media/top.jpg);
  background-repeat: no-repeat;
  color: #FFF;
}
#top ul {
  margin: 0;
  padding: 8px 131px 0 0;
  list-style: none;
}
#top li {
  float: right;
}
#top a {
  color: #FFF;
  font-size: 10px;
}
#center {
  float: right;
  margin: 0;
  padding: 0;
  width: 711px;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
}
/*----------------------------------------------------------------------------*/
/*breadcrumbbar*/
#breadcrumbbar {
  margin: 252px 0 0 0;
  padding: 0 0 0 20px;
  width: 490px;
  font-size: 11px;
}
.yellow_karo {
  color: #FFCC33;
}
.print {
  float: right;
  height: 11px;
  width: 16px;
}
.print img {
  height: 11px;
  width: 16px;
}
/*------------------------------------------------------------------------End-*/
#content h2 {
	margin: 10px 0 5px 0;
	padding: 0 20px;
  font-size: 16px;
  width: 490px;
}
#content h3 {
	margin: 5px 0 0 0;
	padding: 0 20px;
  font-size: 14px;
  width: 490px;
}
#content p, #content address {
  margin: 0;
  padding: 0 20px 15px 20px;
  width: 490px;
  font-style: normal;
}
#content ul, #content ol {
  margin: 10px 0 10px 20px;
  padding: 0;
  width: 470px;
}
#content table {
  width: 490px;
  margin: 0 0 10px 20px;
  border-collapse: collapse;
}
#content th {
  background-color: #007C42;
  color: #FFF;
  font-weight: normal;
}
#content tfoot {
  font-size: 0.8em;
}
#content tr:hover {
  background-color: #FEF1BC;
}
#content td {
  border-bottom: 1px solid #FEE37C;
  vertical-align: top;
}
.bgrd-yellow {
  background-color: #FEF1BC;
}
#copyright {
  margin: 10px 0 0 0;
  padding: 0 20px 0 0;
  width: 490px;
  height: 16px;
  clear: both;
  font-size: 10px;
  text-align: right;
  background-image: url(../media/karos16.gif);
  background-repeat: no-repeat;
  background-position: right center;
  color: #666;
}
#copyright a {
  color: #666;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
.trfoot:hover {
  background-color: #FFF !important;
}
#left {
  float: left;
  margin: 0;
  padding: 0;
  width: 243px;
  background-color: #FEE37C;
  background-image: url(../media/left_bgrd.jpg);
  background-position: top;
  background-repeat: no-repeat;
}
#logo {
  width: 243px;
  height: 130px;
}
/*----------------------------------------------------------------------------*/
/*Main Navigation*/
#nav {
  width: 100%;
  height: 480px;
}
#nav ul {
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  list-style: none;
}
#nav li {
  width: 100%;
  height: 32px;
  background-image: url(../media/nav_bottom.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: right;
}
#nav a {
  margin: 0;
  padding: 8px 37px 0 0;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
  display: block;
}
#nav a:hover {
  background-image: url(../media/nav_on.jpg);
  background-position: 213px 1px;
  background-repeat: no-repeat;
}
.currCat {
  background-image: url(../media/nav_on.jpg);
  background-position: 213px 1px;
  background-repeat: no-repeat;
}
#bottom {
  clear: both;
  margin: 0;
  padding: 0;
  width: 954px;
  height: 15px;
  overflow: hidden;
}
#bottom img {
  margin: 0;
  padding: 0;
  border: none;
  width: 954px;
  height: 15px;
}
/*----------------------------------------------------------------------------*/
/*right content column*/
#right {
  margin: 0 0 0 520px;
  padding: 0;
  width: 201px;
  background-image: url(../media/right_bgrd.jpg);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 161px;
  background-color: #fff;
}
#right h2 {
  margin: 0;
  padding: 5px;
  background-image: url(../media/right_h2_bgrd.jpg);
  background-repeat: repeat-y;
  font-size: 14px;
  font-weight: normal;
  font-variant: small-caps;
}
#right p, #right address {
  padding: 5px 5px 15px 5px;
}
.riLink {
  color: #000;
  text-decoration: none;
}
.riLink:hover {
  text-decoration: underline;
}
.small {
  font-size: 10px;
}
img.floatL {
  margin: 0 10px 5px 0;
  float: left;
  border: none;
}
#karos {
  position: absolute;
  margin: 644px 0 0 685px;
  padding: 0;
  border: 0;
}
.list1 {
  margin: 10px 5px;
  padding: 0;
  list-style: none !important;
}
.list2 {
  list-style: none;
}
.list3 {
  list-style: none;
  margin: 0 0 10px 0 !important;
}
.list1 li, .list2 li, .list3 li {
  margin-bottom: 2px;
}
.icon, .icon2, .icon3 {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.icon {
  background-image: url(../media/Icon-Document.png);
}
.icon2 {
  background-image: url(../media/Icon-Page.png);
}
.icon3 {
  background-image: url(../media/Icon-Page2.png);
}
.tip {
  padding-left: 33px !important;
  background-image: url(../media/Icon-Hint.png);
  background-position: 5px 10px;
  background-repeat: no-repeat;
}
/*Categories Overview Pages*/
.subdiv {
  margin: 0 0 10px 20px;
  padding: 0;
  width: 235px;
  float: left;
}
.subdiv h2 {
  font-size: 14px !important;
  font-weight: normal;
  color: #FFF;
  background-color: #007C3E;
  background-image: url(../media/h2-bgrd.jpg);
  background-position: right;
  background-repeat: repeat-y;
  padding: 2px !important;
  margin: 0 !important;
  width: auto !important;
}
.subdiv img {
  border: none;
  width: 235px;
  height: 110px;
  margin: 0 !important;
  padding: 0 !important;
}
.a1 {
  color: #000 !important;
}
/*----------------------------------------------------------------------------*/
/*Formular*/
#submit {
  font-weight: bold;
  margin-right: 30px;
  cursor: pointer;
}
#reset {
  cursor: pointer;
}
.error {
  color: red;
  font-weight: bold;
}
/*----------------------------------------------------------------------------*/
/*Galleries*/
#gallery {
  background-color: #FFF4CB;
  width: 490px;
  margin-left: 20px;
}
#galhead, #galhead2 {
  display: block;
  padding: 3px 5px;
  background-color: #007C3E;
  background-image: url(../media/galhead-bgrd.jpg);
  background-position: right;
  background-repeat: repeat-y;
  color: #fff;
}
#galhead {
  margin-bottom: 10px;
}
#galhead2 {
  clear: both;
}
#galhead a, #galhead2 a {
  color: #fff;
}
#galcontent {
  text-align: center;
}
.thumb {
  float: left;
  margin: 0 0 10px 10px;
  border: 1px solid transparent;
}
.thumb:hover {
  border-color: #007C40;
  cursor: pointer;
}
.zoom {
  margin-bottom: 10px;
}