body {
  padding: 0px;
  margin: 0px;
  background-color: #FFEBB9;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

table {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

table.base {
  border-spacing: 0px;
  border-collapse: collapse;
}

table.base td.logo {
  width: 191px;
  background-color: #FFC333;
}

table.base td.topNaviCell {
  background-image: url(../Bilder/navibackground.gif);
  background-repeat: repeat-y;
  border-left: 1px solid black;
} 

table.base td.leftNaviCell {
  padding-top: 16px;
  width: 191px;
  background-color: #FFC333;
}

table.base td.content {
  background-image: url(../Bilder/navibackground.gif);
  background-repeat: repeat-y;
  border-left: 1px solid black;
  padding-left: 20px;
  padding-top: 28px;
  padding-bottom: 20px;
}


/* TOPNAVIGATION*/
div.topnavi {
  margin-top: 45px;
  background-color: black;
  color: #FFC333;
  height: 38px;
  white-space: nowrap;
  font-family: Times New Roman;
  background-image: url(../Bilder/topnaviblende.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  -moz-box-sizing:border-box;  
}

div.topnavi div.topnavibox 
{
	margin-left: 19px; 
	height: 38px;
	border-top: 1px solid black; 
	border-bottom: 1px solid #FFC333;
	-moz-box-sizing:border-box;		
}

table.topnavitable 
{	
	margin-left: 24px;
	-moz-box-sizing:border-box;
}

table.topnavitable td
{		
	padding: 0px;
}

div.topnavi a {
  color: #FFC333;
  text-decoration: none;
  display: block;
  padding: 9px 10px 8px 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  -moz-box-sizing:border-box;
  font-family: Times New Roman;   
}

div.topnavi a.on {
  background-color: #FFC333;
  color: black;
  -moz-box-sizing:border-box;  
}

div.topnavi a.on:hover {
  color: black;
}


div.topnavi a:hover {
  color: white;
}

/* LEFTNAVIGATION*/
div.leftnavi {
  border: 1px solid black;
  border-bottom: none;
  height: 100%;
  margin-left: 16px;
  margin-right: 18px;
  padding-top: 42px;
  -moz-box-sizing:border-box;
  background-color: #FFEBB9; 
    font-family: Times New Roman;
}

div.leftnavi a {
  color: black;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px; 
}

div.leftnavi a.on {
  background-color: black;
  color: #FFC333;
}

div.leftnavi a:hover {
  background-color: black;
  color: #FFC333;
}

/* Strukturen */

table.CellStruktur {
  margin-bottom: 10px;
  line-height: 21px;
}

table.CellStruktur td.leftCell {
  padding-right: 10px;
}

table.CellStruktur td.rightCell {
  padding-left: 10px;
}

table.CellStruktur td.centerCell {
  padding-right: 10px;
  padding-left: 10px;
}


table.CellStruktur td.leftTextCell {
 
}

table.CellStruktur td.rightPicCell {
  width: 10px;
  padding-left: 10px;
}

table.CellStruktur td.rightTextCell {
 
}

table.CellStruktur td.leftPicCell {
  width: 10px;
  padding-right: 10px;
}

div.BildTextUmfluss {
    margin-bottom: 10px;
    line-height: 21px;    
}

div.BildTextUmfluss img {
  float: left;
  margin-right: 10px;

}

div.TextBildUmfluss {
    margin-bottom: 10px;
    line-height: 21px;
}

div.TextBildUmfluss img {
  float: right;
  margin-left: 10px;

}

/* ----------PicGallery----------- */

table.picgallery {

}

table.picgallery td.tdcell {
  padding-bottom: 15px;
  vertical-align: top;
}

table.picgallery div.onePic {
  border: 1px solid black; 
  width: 337px;
}

table.picgallery div.onePic table.picdescription {
  color: white; 
  font-weight: normal; 
  text-align: left; 
  background-color: black; 
  padding: 5px;
  height: 32px;
  width: 337px;
}

table.picgallery div.onePic table.picdescription td.desctext 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.imgCursor
{
	cursor:pointer;
}


.ueberschrift 
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.left 
{
	display: block;
	text-align: left;
}

.right 
{
	display: block;
	text-align: right;
}

.Center 
{
	display: block;
	text-align: center;
}

.justify 
{
	display: block;
	text-align: justify;
}