

html, body{
	/*font: 12px/16px Verdana, Lucida, Arial, sans-serif;*/
	color:#000000;
	height: 100%;
	margin:0px;
	margin-top:0px;
 background:#eee;
}

@media print
{
 .notToPrint { display: none; }
 html, body{background:#fff;}   
}
h1, h2, h3, h4, h5	{
	/*font: 12px/30px Times New Roman;*/
         color:#000000;
	}

/*h1	{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 260%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h2	{
	font-size: 190%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3	{
	font-size: 170%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4	{
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h5	{
	background-color: transparent;
	font: 12px/2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
*/
a:active {
	font-size : 13px;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-size : 13px;
	color: red;
	text-decoration: none;
}
a:visited {
	font-size : 13px;
	color: #0000F0;;
	text-decoration: none;
}
a {
	font-size: 13px;
	color: #0000F0;
	text-decoration: none;
}


/*default.css override*/
table.Tabelle_Hintergrund {background-color:#eee;border:1px solid #cccccc; border-spacing: 1px;padding:1px;
  border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
  -moz-box-shadow:    2px 2px 6px 0px #666;
  -webkit-box-shadow: 2px 2px 6px 0px #666;
  box-shadow:         2px 2px 6px 0px #666;
}


TR.Tabelle_Titel {background-color:#888; color:#ffffff;}
TD.Tabelle_Titel {background-color:#888; color:#ffffff;}
TD.Tabelle_Titel A{color:#ffffff;}
TR.Tabelle_Titel A{color:#ffffff;}

TR.Tabelle_Vordergrund1 {background-color:#FaFaFa;}
TD.Tabelle_Vordergrund1 {background-color:#FaFaFa;}

TR.Tabelle_Vordergrund2 {background-color:#ffffff;}
TD.Tabelle_Vordergrund2 {background-color:#ffffff;}



#Druckansicht{
  /*position:relative;
  z-index:999;
  */
  border:1px solid #aaa;
  margin:auto;
  margin-top:25px; margin-bottom:10px;
  width:350px;
  padding:10px;
  background-color:#f6fafb;
  text-align:center;
  border-radius: 4px;
  box-shadow:         2px 2px 6px 0px rgba(0,0,0,0.5);
}
#Druckansicht table{margin-top:10px;}
#Druckansicht .button {
  width:120px;text-align:center
}

#Druckansicht A{
  border:1px solid #ccc;
  background-color:#ddd;
  display:block;
  padding:5px;
  border-radius: 5px;
  box-shadow:2px 2px 4px 0px rgba(0,0,0,0.5);
}

#Druckansicht A:hover{background-color:#fff;
}

#URL{margin-bottom:10px; text-align:center;}

#DruckContent{
  box-sizing: border-box;
  max-width:1200px;
  margin:auto;
 box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.5);
 background:#fff;
 padding:40px;
 padding-top:20px;
}

#copyright{padding:15px;max-width:1200px; margin:auto;}
#copyright TD{font-size:12px;color:#888;}
#copyright A {color:#258;}


@media print
{
  #DruckContent{ box-shadow:none; padding:5px;max-width:none;}
  #copyright{padding:0px;max-width:none;}
}


#DruckContentResizekontainer{
}

