/* Textbereich */
#content_text {
	float: left;
 	margin-left: 40px;
	padding-top: 20px;
	width: 500px;
}

/* ueberschrift im Inhaltsbereich */
#content_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	line-height: 25px;
}
#content_text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#content_text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	font-weight: bold;
}
/* Aufzaehlungen im Inhaltsbereich */
#content_text ul {
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style-image: url(../img/quadrat_6px_orange.gif);
}
#content_text ul li {
	color: #4b4b4d;
	text-decoration: none;
}
#content_text ul li a {
	color: #ff881b;
	text-decoration: none;
}
#content_text ul li a:hover {
	color: #4b4b4d;
	text-decoration: none;
}
/* Links im contentbereich */
#content_text a {
	color: #ff881b;
	text-decoration: none;
}
#content_text a:hover {
	color: #4b4b4d;
	text-decoration: none;
}
/* Absatz Contentbereich */
#content_text p {
	margin-bottom: 12px;
	display: block;
}

/* Bild rechts Inhaltsbereich*/
#content_img {
	padding-top: 25px;
	width: 330px;
	margin-left: 577px;
	text-align: right;
}

/* Rundungen Inhaltsbereich unten */
#content_bottom {
	width: 916px;
	height: 20px;
	background: url(../img/content_bottom.png) no-repeat;
	clear: both;
}

/* contenttable - Standardtable */
.contenttable {
	width: 100%;
	/*table-layout: fixed;*/
	/*border: 1px solid #b5b5b5;*/
	border-collapse: collapse;
	text-align: left;
}
.contenttable th, .contenttable td  {
	margin: 0px;
	padding: 4px 4px;
	/*text-align: left;*/
	vertical-align: top;
	border: 1px dotted #b5b5b5;
	text-align: left;
}
.contenttable th, .contenttable td  {
	font-size: 11px;
	color: #333;
}
.contenttable,
.contenttable p,
.contenttable strong,
.contenttable b {
	font-size: 11px;
	margin: 0;
	text-align: left;
}
/* Aufzählung innerhalb contenttable */
#content_text .contenttable td ul{
	margin: 5px 0 10px 20px;
	padding: 0;
	list-style-image: url(../img/quadrat_6px_orange.gif);
}
#content_text .contenttable td ul li {
	color: #4b4b4d;
	text-decoration: none;
}
#content_text .contenttable td ul li a {
	color: #ff881b;
	text-decoration: none;
}
#content_text .contenttable td ul li a:hover {
	color: #4b4b4d;
	text-decoration: none;
}


/*Bild Startseite*/
#start_content_img {
  margin-top: 23px;
  margin: auto;
  width: 916px;
  padding-top:22px;
}

/* Startseite footer Pics */

#footer_pics {
  margin-top: 23px;
  height: 295px;
  margin: auto;
  width: 916px;
  padding-top:22px;
  border: solid 0px black;
  background-image: url(../img/startseite_boxen_916x316.png) ;
  background-repeat: no-repeat;
}


