*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a img {
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
}

strong {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.last {
	margin-right: 0px !important;
}
.first {
	clear: both;
}
.no-border {
	border: none !important;
}

body
 {
	background: #fff url(../img/bg.jpg) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #222;
}

/* Wrapper */

#wrapper {
	width: 970px;
	margin: 19px auto;
	background: url(../img/wrapper.png) top center no-repeat;
}

/* Header */
#header {
	padding: 20px 22px 30px 23px;
}

#header .logo {
	float: right;
}

#header .left {
	width: 600px;
	background: url(../img/top_nav_bg.jpg) no-repeat;
}

#header .top_nav {
	overflow: hidden;
}

#header .top_nav li {
	float: left;
	color: #000;
	margin-right: 2px;
	font-size: 13px;
	padding-top: 12px;
}

#header .top_nav li a {
	color: #555;
	font-size: 12px;
		padding-top: 12px;
		margin-top: -12px;
	background: url(../img/top_nav_bg.jpg) no-repeat;
	float: left;
	margin-right: 1px;
}


#header .top_nav li a:hover,
 #header .top_nav li a.act {
	background: url(../img/top_nav_hover.jpg) top right no-repeat;
}

#header .main_nav {
	margin-top: 25px;
}

#header .main_nav li {
	float :left;
	margin-right: 10px;

}

#header .main_nav li a {
	/* background-image: url(../img/menu.png); */
	/* background-repeat: no-repeat; */
	color: #666;
	font-size: 14px;
	margin-right: 27px;
	height: 13px;
	display: block;
	font-weight: bold;
}
#header .main_nav li a:hover, #header .main_nav li a.act {
	color: #000;
	font-weight: bold;
}
#header .main_nav li a.first {
	background-position: 0px 0px;
	width: 62px;
}

#header .main_nav li a.first:hover {
	background-position: 0px -13px;
}

#header .main_nav li a.second {
	background-position: -88px 0px;
	width: 65px;
}

#header .main_nav li a.second:hover {
	background-position: -88px -13px;
}

#header .main_nav li a.third {
	background-position: -181px 0px;
	width: 77px;
}

#header .main_nav li a.third:hover {
	background-position: -181px -13px;
}

#header .main_nav li a.fourth {
	background-position: -288px 0px;
	width: 44px;
}

#header .main_nav li a.fourth:hover {
	background-position: -288px -13px;
}
/* Container */

#container {
	padding: 0px 0px 30px 23px;
}

#container .breadcrumb {
	float: left;
	margin-top: -5px;
	margin-bottom: 15px;
}

#container .breadcrumb li {
	float: left;
	color: #999999;
	margin-right: 4px;
	font-size: 11px;
}

#container .breadcrumb li a {
	color: #999999;
}

#container .breadcrumb li a:hover {
	text-decoration: underline;
}

#container .left_side {
	float :left;
	width: 190px;
	background: url(../img/left_side.png) no-repeat;
	min-height: 300px;
}

#container .content {
	width: 713px;
	float: left;
	margin-left: 25px;
}

#container .left_side .left_nav {
	margin: 23px 0 0 36px;
}

#container .left_side .left_nav li a {
	font-size: 14px;
	color: #555;
	margin-bottom: 13px;
	display: block;
}

#container .left_side .left_nav li a:hover,
#container .left_side .left_nav li a.act {
	color: #f99d1c;	
	font-weight: bold;
}
#container .left_side .left_nav li ul {
	margin-top: -10px;
}
#container .left_side .left_nav li ul li a {
	background: url(../img/bullet.gif) no-repeat 0px 6px;
	padding-left: 20px;
	margin-bottom: 8px;
}

#container .left_side .left_nav li ul li a:hover,
#container .left_side .left_nav li ul li a.act {
	background: url(../img/bullet1.gif) no-repeat 0px 6px;	
	font-weight: normal;
}

#container .content h1 {
	font-size: 20px;
	color: #111;
	font-weight: normal;
	margin-bottom: 15px;
}

#container .content h2 {
	font-size: 14px;
	color: #222;
	margin-bottom: 5px;
}

#container .content h1.underline {
	border-bottom: 1px solid #999;
	padding-bottom: 11px;
	margin-bottom: 25px;
}

#container .content img {
	border: 1px solid #5e5f5f;
}

#container .content img.left_aligned {
	margin-right: 20px;
}

#container .content img.right_aligned {
	margin-left: 20px;
}

#container .content ul {
	margin: 5px 0 10px;
}
#container .content ol {
	margin-left: 20px;
}
#container .content ul li {
	background: url(../img/ul_li.jpg) no-repeat 0px 4px;
	padding-left: 15px;
	margin-bottom: 7px;
}

#container .content p {
	display: block;
	padding: 5px 0;
	line-height: 1.4;
}

#container .content a {
	color: #f99d1c;
	text-decoration: underline;
}

#container .content a:hover {
	text-decoration: none;
}

#container .content .text {
	width: 542px;
	float: left;
	margin-bottom: 25px;
}

.powermail_mandatory_js {
	margin-left: 100px;
	color: red;
}
.csc-textpic-imagewrap {
	margin-bottom: 20px;
}
.csc-textpic-caption {
	text-align: center;
}
/* Footer */

#footer {
	background: url(../img/footer_bg.jpg) no-repeat;
	padding: 17px 20px 60px 20px;
	font-size: 11px;
}

#footer ul li a {
	background: url(../img/bullet3.gif) no-repeat 0px 5px;
	padding-left: 13px;
	color: #000;
	font-size: 11px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer h3, #footer h3 a {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer .foto, #footer .wasser {
	border-right: 1px solid #dcdcdc;
}
#footer .wasser, #footer .leute {
	margin-left: 20px;
}

#footer .foto img,
#footer .wasser img,
#footer .leute img {
	float: left;
}
#footer .foto div,
#footer .wasser div,
#footer .leute div {
	float: left;
	margin-left: 10px;
}


#footer .leute,
#footer .wasser,
#footer .foto {
	float: left;
	padding-right: 20px;
	min-height: 100px;
}

#footer .copyright {
	float: right;
	background: url(../img/copyright.png) no-repeat;
	padding-left: 45px;
}

#footer .copyright a {
	color: #f99d1c;
	text-decoration: underline;
}

#footer .foto h3 a {
	color: #f99d1c;
}

#footer .wasser h3 a {
	color: #1fb3ff;
}
#footer .leute h3 a {
	color: #333366;
}

/* Neuigkeiten */
#wrapper #container .content .news-list-container a {
	float: left;
	margin-bottom: 30px;
	text-decoration: none;
	color: #231f20;
}
#wrapper #container .content .title {
	font-weight: bold;
	color: #231f20;
	font-size: 14px;
	background: url(../img/ul_li.jpg) no-repeat 0 3px;
	padding-left: 10px;
	display: block;
	margin-bottom: 5px;
}

#wrapper #container .content .date {
	color: #666;
	display: block;
	margin-bottom: 10px;
}

#wrapper #container .content .news-list-container a div {
	color: #231f20;
}

#wrapper #container .content .news-list-container a .yellow {
	color: #f99d1c;
}

#wrapper #container .content .news-list-container a:hover div {
	text-decoration: underline;
}
#wrapper #container .content .news-list-container p {
	display: inline;
	padding: 0;
}
#wrapper #container .content .news-single-img {
	float: left;
	width: 340px;
}

#wrapper #container .content .news-single-img .small_img {
	float: left;
	margin-right: 20px;
}
#wrapper #container .content .news-list-browse {
	clear: both;
}

/** Referenzen */
#container .content .images {
	float: left;
	width: 340px;
}

#container .content .images .small_img {
	float: left;
	margin-right: 20px;
}
#container .content .right_side {
	float: right;
	width: 370px;
	color: #231F20;
}

#container .content .right_side .mail {
	background: url(../img/mail.gif) no-repeat 0px 2px;
	padding-left: 20px;
	display: block;
	margin-bottom: 8px;
}

#container .content .right_side .phone {
	background: url(../img/phone.gif) no-repeat 0px 0px;
	padding-left: 20px;
}

#container .content .right_side p {
	padding-bottom: 5px;
}

#container .content .right_side .title {
	margin-bottom: 10px;
}

#container .content .pager ul {
	float: right;
	margin:0px 20px 0 0;
	width: auto;
}

#container .content .pager ul li {
	float: left;
	background: none;
	margin-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
}

#container .content .pager ul li a {
	color: #fff;
	text-align: center;
	width: 20px;
	line-height: 15px;
	background-image: url(../img/pager.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	display: block;
	padding: 3px 0 2px;
	text-decoration: none;
	margin-left: 3px;
}

#container .content .pager ul li a:hover,
#container .content .pager ul li a.act {
	background-position: 0px 0px;
}

#container .content .table {
	margin: 15px 0;
}
#container .content .table .top,
#container .content .table .bottom {
	height: 4px;
}
#container .content .table .inner div {
	float: left;
}
#container .content .table .inner div span,
#container .content .table .inner div p {
	display: block;
	line-height:normal;
}
#container .content .table6 .top {
	background: url(../img/table6_top.gif) no-repeat;
}
#container .content .table5 .top {
	background: url(../img/table5_top.gif) no-repeat;
}
#container .content .table4 .top {
	background: url(../img/table4_top.gif) no-repeat;	
}
#container .content .table3 .top {
	background: url(../img/table3_top.png) no-repeat;	
}

#container .content .table6 .inner {
	background: url(../img/table6.gif) repeat-y;	
}
#container .content .table5 .inner {
	background: url(../img/table5.gif) repeat-y;	
}
#container .content .table4 .inner {
	background: url(../img/table4.gif) repeat-y;		
}
#container .content .table3 .inner {
	background: url(../img/table3.png) repeat-y;		
}

#container .content .table6 .bottom {
	background: url(../img/table6_bottom.gif) no-repeat;
}
#container .content .table5 .bottom {
	background: url(../img/table5_bottom.gif) no-repeat;
}
#container .content .table4 .bottom {
	background: url(../img/table4_bottom.gif) no-repeat;	
}
#container .content .table3 .bottom {
	background: url(../img/table3_bottom.png) no-repeat;	
}

#container .content .table6 .inner div {
	width: 110px;
}
#container .content .table5 .inner div {
	width: 141px;
}
#container .content .table4 .inner div {
	width: 178px;
}
#container .content .table3 .inner div {
	width: 234px;
}

#container .content .table6 .inner .first {
	width: 160px !important;
}
#container .content .table5 .inner .last {
	width: 146px !important;
}
#container .content .table4 .inner .last {
	width: 177px !important;
}
#container .content .table3 .inner .last {
	width: 242px !important;
}
#container .content .table .text {
	width: 65px;
	height: 18px;
	background: url(../img/input.gif) no-repeat;
	padding: 2px;
	border: none;
	text-align: center;
}
#container .content .table .inner div span,
#container .content .table .inner div p {
	padding: 4px 0 4px 21px;
}
#container .content .table .inner a {
	text-decoration: none;
}
#container .content .table .inner div .bold {
	border-bottom: 1px solid #999999;
}
#container .content .table .inner div label {
	position: relative;
	bottom: 1px;
	left: 5px;
}

#container .content .contact_form {
	width: 242px;
}

#container .content .contact_form label {
	width: 100px;
	float: left;
	clear: both;
	padding-top: 5px;
}

#container .content .contact_form  input {
	width: 136px;
	padding: 2px;
	height: 16px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

#container .content .contact_form  input:focus,
#container .content .contact_form  textarea:focus {
	border: 1px solid #555555;	
}

#container .content .contact_form  textarea {
	width: 136px;
	padding: 2px;
	height: 78px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	overflow: auto;
}

#container .content .contact_form .submit {
	font-size: 12px;
	height: auto;
	padding:0px;
	width: 60px;
	background-color: #F3F3F3;
	float: right;
	cursor: pointer;
}

#container .content #imageslider{
	width:320px;
}
#container .content #imageslider img {
	border: 0;
	margin-bottom: 5px;
}
#container .content #imageslider ul, #container .content #imageslider li {
	margin:0;
	padding:0;
}
.retlink {
	float: left;
	margin-top: -28px;
}

#container .content .csc-sitemap ul {
	padding:0;
	margin: 0 0 0 20px;
}

#container .content .csc-sitemap li {
	padding:0;
	margin:0;
	background: transparent;
	list-style: disc;
}

#container .content .csc-sitemap li li {
	margin:0 0 0 20px;
}

#container .content .csc-sitemap li a {
	padding:0;
	line-height: 20px;
	color: rgb(200, 100, 0);
}

.news-latest-item {
	padding: 0 10px 10px 10px;
}
.news-latest-item a {
	color: black;
}
.news-latest-item .news_title {
	font-weight: bold;
	font-size: 13px;
}
.news-latest-item .link_more {
	text-align: right;
}
.news-latest-item .link_more a {
	color: #F99D1C;
}
.news-latest-item .news-latest-image {
	text-align: center;
}
.left_side h1 {
	font-size: 14px;
	color: #555;
	margin: 10px;
}


