/*
	Effizienta classes
*/
/* Base settings */
html, body {
  background-color: #eef1f2;
  margin: 0px; border: 0px; padding: 0px;
  font-family: UbuntuRegular, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  height: 100%;
}
/* Default anchor behaviour */
a:link, a:active {
  display: inline;
  margin: 0px; padding: 0px;
  text-decoration: none;
  font-weight: bold;
  color: #545252;
}
a:visited 	{ color: #545252; }
a:hover 		{ color: #640360; }

/* Main page frame */
.pageframe {
  color: #545252;
  background-color: #ffffff;
  width: 1000px;
  margin-left: auto;
  /* Div soll zentriert werden */
  margin-right: auto;
  /* Div soll zentriert werden */
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  padding: 0px 0px 0px 0px ;
  min-height: 100%;
  /* Mindesth�he f�r moderne Browser */
  height: auto !important;
  /* Important Regel f�r moderne Browser */
  height: 100%;
  /* Mindesth�he f�r den IE */
  overflow: auto;
  /* FF Scroll-leiste */
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.pagecontent {
  /* Mindesth�he f�r moderne Browser */
  height: auto !important;
  /* Important Regel f�r moderne Browser */
  min-height: 100%;
  font-size: 1.2em;
  margin: 0;
  padding: 0px 20px 0px 20px;
  border: 0;
  background-color: transparent;
}

/* Landing page divs */
.landing_logo 			{ margin: 0px; padding: 0px; border: 0px solid red; }
.table_landing_logo 	{ width: 100%; margin: 0px; padding: 0px; border: 0px solid red; border-collapse: collapse; }
.td_landing_logo 		{ text-align: center; font-size:0pt; width: 50%;  vertical-align:bottom; border:0px solid blue;}
.landing_img 			{ margin: 0px; padding: 0px; text-decoration: none; border: 0px solid red; }

/*	Page heading divs */
.pagehead_bar {
  height: 18px;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.pagehead_impressum {
  height: 22px;
  text-align: right;
  font-size: 1.1em;
}
