/* GENERAL fonts */

@media print {
	.page-header {display: none;}
	.page-footer {display: none;}
}

div.page-footer {
	margin:0px;
	padding:0px;
	text-align: center;
}
div.footer {
	display: table-row;
	display: block;
	table-layout: fixed;
	margin:0px;
	padding:0px;
}
div.footTD {
	display: table-cell;
	display: block;
	border-top: dotted 1px #999999;
	font-size: 10px;
	text-align: center;
}
div.cTable {
	display: table;
	table-layout: fixed;
	width: 836px;
	margin: auto;
}
div.cTable-row{
	display: table-row;
	width: 100%;
	border-radius:10px;
}
div.cTable-cell{
	display: table-cell;
}
.liItem {
	margin-left:10px;
}
body {
	background-color: rgb(235,235,235);
}
div.Menu {
	background-color: rgb(235,235,235);
}
div.contTD {
	background-color: rgb(235,235,235);
}
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 {
	font-size: 15px; 
	}
H2 {
	font-size: 13px; 
	}
P, H1, H2 {
	margin: 0px 0px 5px 0px;
	}
div.page {
	display: table;
	table-layout: fixed;
	width: 836px;
	margin: auto;
}
div.page-row {
	display: table-row;
	width: 100%;
	margin:0px;
	padding:0px;
}
div.page-cell {
	display: table-cell;
}
div.header img{
	border-radius:10px;
	padding-bottom: 5px;
}
div.header {
	display: table-row;
	width: 100%;
	margin:0px;
	padding:0px;
}
div.subHeader {
	display: table-row;
	width: 100%;
	margin:0px;
	padding:0px;
}
div.w200 {
	height: 200px;
}
div.headTD {
	display: table-cell;
}
div.subHeader {
	display: table-row;
	width: 100%;
	border-radius:10px;
}
div.sHeadTD {
	display: table-cell;
}
div.dummy {
	display: table-cell;
	width: 0px;
}
div.menu {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}
div.dummy {
	width: 10px;
	margin: auto;
}

div.content {
	display: table-row;
}
/* Content column */
div.contTD {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
/*	width: 600px; */
}
div.mainContent {
	width: 530px;
}

div.sideContent {
	width: 300px;
}

div.footerContent {
	width: 800px;
}

p.sHead{
	color: Yellow;
	text-align: center;
	font-family: ArialRoundedMTBold, "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;;
	background-color: #0B610B;
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
p.sHead2{
	border-radius:10px;
	color: Red;
	text-align: center;
	font-family: ArialRoundedMTBold, "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	background-color: Yellow;
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
div.sHead1{
		background-image: url("Images/Plattenteller.jpg");
		width: 500px;
		height: 350px;
		background-size: 600px;
		vertical-align: middle;
		border-radius: 10px;
	}
p.sHead3{
		color: yellow;
		font-size:30px;
		font-weight: 600;
		vertical-align: middle;
		text-align: right;
		padding: 10px;
	}
	div.recht{
	margin-left:20px;
}



/*  MENU 1, level 1, normal state (NO) */
div.menu1-level1-no {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.menu1-level1-no a{
	background-color: DimGrey;
	color: white;
	text-decoration: none;
	font-size: 15px;
	padding:3px;
}
/*  MENU 1, level 1, active state (ACT) */
div.menu1-level1-act {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.menu1-level1-act a{
	background-color: GREEN;
	color: white;
	font-size: 15px;
	padding:3px;
	text-decoration: none;	
	filter:alpha(opacity='70', style='0');
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-left:15px;
  
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 1px solid #e0e0e0;
  font-size: 11px;
  font-weight:bold;
  padding-left:15px;

  background-color: #cccccc;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level2-act A {
  color:black;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  border-bottom: 1px solid #999999;
  font-size: 10px;
  padding-left:20px;
   
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  border-bottom: 1px solid #e0e0e0;
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;

  background-color: #cccccc;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level3-act A {
  color:black;
}

/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
 /* border-bottom: 1px solid #999999;*/
  font-size: 9px;
  padding-left:25px;
 }
/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  border-bottom: 1px solid #e0e0e0;
  font-size: 9px;
  font-weight:bold;
  padding-left:25px;

  background-color: #cccccc;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level4-act A {
  color:black;
}




/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
 /* background-color: #FFFFFF;*/
  width: 10%;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

img { display : block; }

fieldset1 {
border:none;
padding-left:10px;
padding-bottom:5px;
display:block;
}
.pwreq fieldset1 {
padding-left:1px;
padding-bottom:px;
display:block;
}
