body {
	text-align: center;		
	font: 0.7em Verdana, Arial;
	line-height: 1.3em;
	margin: 0px;
	padding: 5px 5px 10px 5px;
}

#canvas{
	width:880px;
	background:#ffffff;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
}

p{
	margin: 0px 0px 10px 0px;
}

td {
	vertical-align: top;
}

p, h{
	line-height: 16px;
}
h1{
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
}
h2{
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}
h3{
    font-size: 13px;
    font-weight: bold;
}
a.download { 
	color: #000000; 
	text-decoration: none; 
	background: url(../images/button/icon_download.gif) no-repeat; 
	background-position:1px 1px; 
	padding-left: 14px; 
}
a.download:hover { color: #000000; text-decoration: underline;	background: url(../images/button/icon_download.gif) no-repeat; background-position:1px 1px; padding-left: 14px; }

.header{
	float:left;
	height:100px;
	background-color:#FFFFFF;
}

/**menue mit einzelnen punkten**/

#left_column {
  vertical-align: top;
  background-color:#B6D4B6;
  border-bottom:1px solid white;
}

#main_column {
	width:100%;
	height:600px;
	text-align:left;
	padding-left: 10px;
	vertical-align: top;
}

#menue a:hover {
	background-image: url('../images/innung_pfeil_hover.png');
	background-repeat: no-repeat;
	background-position: -7px -4px;
}




#menue a.active {
	background-image: url('../images/innung_pfeil_aktiv.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#menue {
  width:200px;
  overflow: hidden;
}

#menue a {
  display: block;
  text-decoration: none;
  height:22px;
  border-bottom:1px solid white;
  line-height:22px;
  background-color:#669966;
  color:#FFFFFF;
  padding-left:14px;
}



#menue a.unter{
  background-color:#B6D4B6;
  /* color:#000000; why the hell? */
  /* color:#448844; dark green??  */
  color:#FFFFFF;
}




.green_top {
	height:22px;
	background-color:#669966;
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
	vertical-align: bottom;
	padding-left:5px;
}

.green_bg {
	background-color:#B6D4B6;
	padding: 10px;
	margin-bottom: 15px;
}

table.sub_struct td {
	width: 100%;
	height:600px;
}

td.right {
	padding-left: 10px;
	border-left: 1px solid #B6D4B6;
	vertical-align: top;
}

#content_text{
  padding:10px 20px 10px 10px;
}

