/****************/
/* Layout*/
/****************/

#logo {
  position: absolute;
  top: 0em;
  left: 0em;
}
#huette {
  position: absolute;
  top: 0em;
  right: 0em;
}
#content {
  position: absolute;
  top: 5em;
}
#copyright {
      border-bottom: solid 2px #cdcdcd;
      text-align: left;
}

#functions {
  display: none;
}
#suche {
  display: none;
}
#navMicro {
  display: none;
}
#channels {
  display: none;
}
#banner {
  display: none;
}
#bild {
 display: none;
}
#navi {
  display: none;
}
#service {
  display: none;
}
#endflow {
  text-align: right;
}

.ahem	{
	display:	none;
}

/*********************/
/* Textbody-Elements */
/*********************/

body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
  font : 10pt/16pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
  text-align: left;
  width: 80%;
}

p {
  text-align: justify;
}

h1, h2, h3, h4, h5, .heading1, .heading2, .heading3, .heading4, .heading5 {
  /*background-color: #efefef;*/
  border-bottom: solid 2px #cdcdcd; 
  text-align: left;
  padding: 0px;
  margin: 0px;
}
h1.title {
  font:bold italic 18pt/24pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #333333;
}

h1 {
	font: bold italic 18pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #333333;
}
h2 {
	font: bold italic 17pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #666666
}
h3 {
	font: bold italic 16pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
        color: #333333;
}
h4 {
	font: italic bold 15pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
        color: #333333;
}
h5 {
	font: normal bold 14pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
        color: #333333;	
}
.heading1 {
	font: bold italic 18pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #333333;
}
.heading2 {
	font: bold italic 17pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #666666
}
.heading3 {
	font: bold italic 16pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
	color: #333333
}
.heading4 {
	font: italic bold 15pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
}
.heading5 {
	font: normal bold 14pt 'TheSans','Trebuchet MS', Myriad, sans-serif, serif;
}
.small {
  font-size: 9pt;
}
.smalllight {
  font-size: 9pt;
  color: #666666;
}
.caption, .description {
  font-size: 9pt;
  font-style: italic;
  color: #333333; 
}
p.emphasis {
  background-color:#efefef;
  /*margin-left: 20px;
  margin-right: 30px;*/
  /*line-height: 18px;*/
  padding: 5px;
  /*font-style: italic;*/
}
p.em, em {
  /*color: #CDCDCD;*/
  font-weight: bold;
}
.Adresse {
  font-size: 9pt; 
}
.Datum {
  font-style: italic;
  font-size: 9pt;
  margin: 0px;
}
.Referenz {
  font-size: 9pt; 
}
sup, sub {
  font-size: 9pt; 
}

