html {
	height: 101%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* voreinstellung der browser 16px; 0.75 entspricht dann 12px; */
	line-height: 1.40em;
	color: #5d5d5d;
	background-color: #ffffff;
}
img {
	border: 0px;
}
p, h1, h2, h3, ul, li, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 15px 0px;
}
h1 {
	font-size: 1.1em;
	color: #535353;
	padding: 0px 0px 5px 0px;
}
h2 {
	font-size: 1em;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-size: 1em;
	margin: 0px 0px 0px 0px;
}
#footer_left span {
	font-size: 0.92em;
}
#footer_right a {
	font-size: 0.92em;
}

table {
	border: 0px;
}
table td, table th {
	vertical-align: top;
	text-align: left;
}
table.referenzen td {
	width: 200px;
}
a.bold {
	font-weight: bold;
	text-decoration: none;
}
a.right, a.left {
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-right: 11px;
	text-decoration: none;
}
a.right {
	background-image: url(../gfx/layout/further.gif);
}
a.left {
	background-image: url(../gfx/layout/back.gif);
}
a.pdf-download {
	background-image: url(../gfx/layout/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 25px;
}

#page {
	width: 958px;
	margin: 100px auto;
}
#nav_main {
	position: relative;
	border-bottom: 1px solid #acacac;
}
#logo {
	position: absolute;
	top: 1px;
	right: 25px;
}
#nav_main ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	width: 70%;
}
#nav_main ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0px 12px 0px 0px;
}
#nav_main ul li a {
	color: #474747;
	text-decoration: none;
}
#nav_main ul li.act_l1 a {
	font-weight: bold;
}
#nav_sub {
	border-bottom: 1px solid #acacac;
}
#nav_sub ul {
	list-style-type: none;
	margin: 5px 0px 5px 0px;
}
#nav_sub ul li {
	display: inline;
	padding: 0px 12px 0px 0px;
}
#nav_sub ul li a {
	color: #474747;
	text-decoration: none;
}
#nav_sub ul li.act_l2 a {
	font-weight: bold;
}
#content {
	padding: 25px;
	overflow: auto;
}
#content ul {
	margin: 0px 0px 15px 15px;
	list-style-type: square;
}
#content ul li {
	line-height: 20px;
}
#content .csc-textpic ul, #content .csc-textpic ul li {
	margin: 0px 0px 0px 0px;
}
#content ul.csc-bulletlist {
  list-style-type: none;
  margin: 0px;
}
#nav_trail {
	background: url(../gfx/layout/headline_dotted.gif) repeat-x scroll left bottom;
	margin: 0px 0px 20px 0px;
}
#content_main {
	overflow: auto;
/* 	border: 1px solid #000; */
}
#content_inner {
	/* overflow: auto; */
}
#content_left {
	float: left;
}
.content_left_350 {
	width: 350px;
}
.content_left_500 {
	width: 500px;
}
#content_right {
	float: right;
}
.content_right_350 {
	width: 350px;
}
.content_right_500 {
	width: 500px;
}
#footer {
	border-top: 1px solid #acacac;
	padding: 5px 0px 0px 0px;	
	clear: both;
}
#footer_left {
	float: left;
	width: 40%
}
#footer_right {
	float: right;
	width: 40%
	text-align: right;
}
#footer #footer_left a {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}
a.decrease_font {
	font-size: 0.92em;
}
a.normalize_font {
	/* font-size: 1.09em; */
}
a.increase_font {
	font-size: 1.08em;
}
/* tt_news / referenzen styles */
.news-list-item { 
	width: 300px;
	height: 150px;
	float: left;
}
.news-list-item-left {
	float: left;
	padding: 0px 15px 0px 0px;
}
.news-list-item-right {
	float: left;
}
.news-list-item-right a {
	text-decoration: none;
}
.news-single-container {
	overflow: auto;
}
.news-single-container table th {
	width: 160px;
}
.news-single-container #content_left a {
	background-image: url(../gfx/layout/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	margin-right: 11px;
	text-decoration: none;
}
#news-single-images {
	display: none;
}
#news-single-show-image {
	text-align: right;
}
#news-single-show-nav {
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#news-single-show-nav a {
	margin: 0px 5px 0px 0px;
}
#news-single-show-nav a.active {
	text-decoration: none;
}
/* css-styled-content */
.csc-textpic-right .csc-textpic-imagewrap {
  text-align: right;
}
.csc-textpic-center .csc-textpic-imagewrap {
  text-align: center;
}
#content #content_right ul.innerfade {
  list-style-type: none;
  float: right;
}
#content #content_right ul.innerfade li {
  /* display: block; */
}