body{
  margin: 0px;
  padding: 0px;
font-size:13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong
{
	font-weight:normal;
}


h2,h3,h4,h5,h6
{
	font-weight:normal;
	font-size:100%;
	display:inline;
}


a{
text-decoration: underline;
color:#000000;
}

#topwrapper{
  float: left;
  width: 100%;
}

#topleft{ /*links oben, datumsanzeige */
  margin: 0px;
  padding: 0px;
  float: left;
  width: 150px; /*Width of left column*/
  height: 100px;
  margin-left: -100%;
  color: #CCCCCC;
  background: #333333;
}

#topleft h6{
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-indent: 20px;
  margin-top: 20px;
}

#topmain{
  height: 100px;
  margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  background: #FFCC00;
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentheader{
  height: 20px;
  margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  background: #CCCCCC;
}

#contentheadertbl h3{
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

#contentcolumn{
  height: 680px;
  margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  background: #FFFFCC;
  overflow: scroll;
}

#contentcolumn a{
  text-decoration: underline;
}

#leftcolumn{
  float: left;
  width: 150px; /*Width of left column*/
  height: 700px;
  margin-left: -100%;
  color: #FFCC00;
  background: #333333;
}

#leftcolumn ul{
  vertical-align: text-top;
  margin: 0px;
  padding: 0px;
  text-indent: 20px;
}

#leftcolumn li{
  vertical-align: inherit;
  text-align: left;
  line-height : 35px;
  list-style-type: none;
}

#leftcolumn a{
  vertical-align: inherit;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFCC00;
  text-decoration: none;
  margin-bottom: 10px;
}

#footer{
  clear: left;
  width: 100%;
  background: black;
  color: #FFF;
  text-align: center;
  padding: 4px 0;
}

#footer a{
  color: #FFFF80;
  background: inherit;  
  text-decoration: none;
}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
  text-decoration: none;
}

/*editor fonts*/

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  line-height: 1.2;
  list-style-type: none;
  font-weight: bold;
}

.bulletpoint {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  line-height: 1.2;
  list-style-type: disc;
  font-weight: bold;
}

.bullets {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  line-height: 1.5;
  list-style-type: none;
  font-weight: normal;
}

.bullets12 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  list-style-type: none;
  font-weight: normal;
}

.bullets10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  font-weight: normal;
}

.searchinput {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  list-style-type: none;
  font-weight: normal;
/*  border-style: none; */
  padding: 0;
}