﻿#blah {
  height: 0px;
  width: 0px;
}

/* common */
* {
  font-family: 'Tahoma', sans-serif;
  font-size: 11pt;
}

body {
  text-align:center;
/*  background-color: rgb(78, 35, 16); <--- original farbe*/
 background-color: rgb(115, 41, 10);  
  padding-top: 10px; /* abstand zwischen browserfenster und titelleiste */
}

p {
  margin: 0px;
}

table {
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
  padding: 0px;
}
table td {
  padding: 0px;
}

.left_right_box {
  background-color: rgb(239, 221, 183)
}
.content_box {
  background-color: rgb(249, 231, 193)
}

img {
  border-style: solid;
  border-width: 1px;
  border-color: #000000; 
}

/* edit mode */
.img_edit {
  border-width: 0px;
}

#edit {
  position: relative;
  left: 550px;
  top: 10px;
  width: 250px;
  height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-weight: bold;
/*  color: #96473A; */
  color: #873310;
}

#edit a {
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-weight: bold;
 /* color: #96473A; */
 color: #873310;
}

/* common: texts */
a {
  color: rgb(0, 0, 0);
  font-variant: small-caps;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline overline;
}
a:active {
  text-decoration: underline overline;
}
a:focus {
  text-decoration:none;
}

h1 {
  font-size: medium;
  text-align: center;
  /* color: #96473A;*/
 color: #873310;
}

h2 {
  font-size: medium;
}


h3 {
  font-size: small;
  text-align: center;
  /* color: #96473A;*/
 color: #873310;
}

.cite {
  text-align: center;
  font-style: italic;
}

.note {
  font-size: smaller;
}

/* divs */
#bodyContainer {
  margin:0 auto;
  position:relative;
  width:800px;
}

#leftcol {
  background: rgb(239, 221, 183);
  width: 150px;
  height: 100%;
}
#rightcol {
  background: rgb(239, 221, 183);
  width: 150px;
  height: 100%;
}
#content {
  background: rgb(249, 231, 193);
  height: 100%;
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}
#footer {
  background: #0f0;
  width: 800px;
  height: 20px;
  position: relative;
  left: 50%;
  margin-left: -400px; /* half the width of the div */
}
#top {
  background-image: url(top.jpg);
  width: 800px;
  height: 105px;
}

/* top */
#top_m1 {
  position: relative;
  left: 145px;
  top: 75px;
  width: 655px;
  height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 13pt;
  font-weight: bold;
  /* color: #96473A; */
  color: #873310;
}

#top_m1 a {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 13pt;
  /* color: #96473A;*/
 color: #873310;
}

/* left */
#leftcol a {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  /* color: #96473A;*/
  color: #873310;
}


/* graffl */
.menu_all {
  line-height: 150%; /* abstand zwischen die men� items */
}

#error {
  background: rgb(255, 0, 0);
  /*
  position: relative;
  top: 600px;
  left: 0px;
  */
  width: 800px;
  height: 20px;
  z-index: 20;
}

#edit_content {
  width: 460px;
  height: 350px;
}

#edit_picture {
  width: 460px;
  height: 50px;
}

#edit_combo {
  width: 150px;
}

/** image menu */

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(pics/m01n.png) no-repeat;
white-space: nowrap;
display: block;
width: 40px;
height: 10px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 40px;
height: 10px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 40px;
height: 10px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: relative;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.gallery {
  border: 0px;
  padding: 0px;
  border-spacing: 10px;
  text-align: center;
  width: 100%;
}

.gallery_active_image {
  width: 100%;
  background-color: rgb(0, 0, 0);
}

/* shop */
#edit_text_shop {
  width: 460px;
  height: 100px;
}
.show_text_shop {
  width: 30px;
}
.show_text_shop_person {
  width: 200px;
}

