body {
	margin: 0 auto;
	font: 12px Arial, sans-serif;
	color: #333;
	background: #3d3d3d url(../gfx/bg_header_new.gif) no-repeat top center;
}
a {
	color: #333;
	outline: none;
}
a.orange,
span.orange a,
span.orange,
.referenz_right a,
.referenz_left a {
	color: #de6e1c;
}
a:hover {
	text-decoration: none;
}
img,
a img {
	border: 0;
	padding:0;
	margin:0;
}
a.normal {
	text-decoration:none;
}
a.normal:hover {
	text-decoration:underline;
}

h2 {
	padding: 0 0 13px 0;
	margin: 0;
	/*height: 25px;*/
	height:auto;
}
h3 {
	padding: 0 0 5px 0;
	margin: 0;
}
h4{
	padding: 0;
	margin: 0;
	height: 45px;
}
h5 {
	position:relative;
	top:-4px;
	padding: 0 0 4px 0;
	margin: 0;
}
h6 {
	position:relative;
	top:-4px;
	padding: 0;
	margin: 0;
	height:45px;
}
label {
	display:block;
	padding: 0 0 5px 0;
}
label.fl {
	float:left;
	padding: 0 20px 10px 0;
}
fieldset {
	margin:0;
	padding:0;
	border: 0px;
}

.line {
	height:1px;
	border-bottom: 1px solid #ccc;
	padding:3px 0 0 0;
	margin:0 0 4px 0;
	clear:both;
}
span.half, span.half_right {
	width:137px;
	padding:0 5px 0 0;
	float:left;
}
span.half_right {
	padding:0 0 0 5px;
}
span.half a, span.half_right a {
	text-decoration:none;
}
span.half a:hover, span.half_right a:hover {
	text-decoration:underline;
}

p.csc-linkToTop {
	clear:both;
}

.content ul{
	margin:0;
	padding:0 10px 10px 0;
	list-style: none;
	line-height: 17px;
}

.content ul li ul {
	padding:0;
	margin:0 0 0 7px;
}

.content ul.check li,
.content ul li.check{
	margin:0;	
	padding: 0 0 0 22px;
	background: transparent url(../gfx/icon_check.gif) no-repeat;
	background-position: 0 3px;
}

.content li{
	margin:0;	
	padding: 0 0 0 13px;
	background: transparent url(../gfx/list_style.gif) no-repeat 0 5px;
}
p, p.nopadding, p.small, span.small {
	line-height:17px;
	margin:0pt;
	padding:0pt 0pt 17px;
}
p, p.nopadding, p.small, span.small {
	line-height:17px;
	margin:0pt;
	padding:0pt 0pt 17px;
}
p.small, span.small {
	font-size:10px;
	line-height:12px;
	padding:0pt 0pt 19px;
	clear:both;
}
img.flash {
	padding:3px 0 0 0;
}
img.fl {
	float: left;
	padding:0 10px 0 0;
}
img.logo_fl {
	float: left;
	padding:3px 10px 0 0;
}
img.fr {
	float: right;
	padding:0 0 0 10px;
	overflow: hidden;
}
.frame {
	width: 100%;
	text-align: center;
}
.header {
	position: relative;
	height: 255px;
	width: 960px;
	background: transparent url(../gfx/bg_header_small_new.gif) no-repeat top center;
	margin: 0 auto;
}
.header #logo {
	position: absolute;
	top: -1px;
	left: 0px;
}
.header #slogan {
	position: absolute;
	top: 70px;
	left: 240px;
}
.header #person {
	position: absolute;
	top: 0;
	left: 653px;
}
.header .navigation {
	position: absolute;
	bottom: 0px;
	height: 25px;
	left: 0px;
}

.header .navigation span {
	text-indent:-999em;
}

.header .navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;

}
.header .navigation ul li {
	display: block;
	float: left;
	width: auto;
	position: relative;
	z-index:1;
	text-align: left;
}
.header .navigation ul li ul {
	display: none;
	background: #fff;
	position: absolute;
	top: 25px;
	left:0;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ccc;
	border-top: 0;
	padding:5px;
	z-index: 999 !important;
	/*min-width:110px;*/
	width:200px;
}
.header .navigation ul li ul * {
	z-index: 999 !important;
	width:200px;
}

.header .navigation ul li ul li ul.third_level {
	display: none;
	top:-5px;
	z-index:99999 ! important;
}

.header .navigation ul li:hover ul {
	display: block;
}

.header .navigation ul li ul li:hover ul.third_level {
	display: block;
}

.header .navigation ul li ul li {
	float: none;
	border-bottom: 1px solid #ccc
}
.header .navigation ul li ul li.last {
	float: none;
	border-bottom: none;
}

.header .navigation ul li a {
	display: block;
	/*width: auto;
	float: left;*/
}
.header .navigation ul li ul li a {
	display: block;
	/*width: auto;*/
	float: none;
	width:205px;
}
.header .navigation span.left {
	float: left;
	display: block;
	width:765px;
}
.header .navigation span.right {
	float: left;
	display: block;
	width:200px;
	text-align: right;
}
.header .navigation span.right a {
	float: right;
}

.content {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: #fff;
}

.content-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 0 0 0;
}

.content .col-2 {
	float: left;
	width: 622px;
	padding: 15px 42px 0 0;
	overflow:hidden;
}
.content .col-3 {
	float: left;
	width: 285px;
	padding: 15px 42px 0 0;
}
.content .col-3-2{
	float: left;
	width: 285px;
	padding: 0px 52px 0 0;
}
.content .last {
	padding-right:0;
}

.content .box-s,
.content .csc-frame.csc-frame-frame1 {
	height: 130px;
	overflow: hidden;
	background: transparent url(../gfx/bg_box_s.gif) no-repeat;
	padding:15px 15px 25px 15px;
}
.content .box-l,
.content .box-contact {
	height: 173px;
	overflow: hidden;
	background: transparent url(../gfx/bg_box_l.gif) no-repeat;
	padding:15px 15px 25px 15px;
}
.content .box-l_center {
	text-align:center;
	height: 173px;
	overflow: hidden;
	background: transparent url(../gfx/bg_box_l.gif) no-repeat;
	padding:15px 15px 25px 15px;
}

.content .box-contact {
	background:transparent url(../gfx/contact-box2.gif) no-repeat scroll 0%;
	height:43px;
	margin:0pt;
	padding-top:69px;
}

.content .box-contact ul {
	padding:0;
}

.content .box-d_complete {
	height:auto;
	background:url('../gfx/bg_box_s_mid.gif') top left repeat-y;
	overflow:hidden;
	margin-bottom:15px;
}

.content .box-d_top {
	height:9px;
	background:url('../gfx/bg_box_s_top.gif') top left no-repeat;
}

.content .box-d_bottom {
	height:auto;
	background:url('../gfx/bg_box_s_bottom.gif') bottom left no-repeat;
	padding:0 15px 17px;
}

.content .col-margin-top {
	padding-top:23px;
}

.content .flash {
	height: 157px;
	background: transparent ;
	padding:0 0 13px 0;
}
.content .preview {
	overflow: visible;
	background: transparent ;
	padding:3px 0 25px 0;
}
.footer {
	padding: 10px 0;
	height: 40px;
	/* background: transparent url(../gfx/bg_footer.gif) repeat-x; */
	background: none;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.footer-wrap {
	width: 100%;
	text-align: center;
	background: transparent url(../gfx/bg_footer_new.gif) repeat-x;
}
.footer p.left {
	width: 400px;
	float: left;
}
.footer p.right {
	width: 400px;
	float: right;
	text-align: right;
}
.footer p,
.footer p a {
	color: #ababab;
	text-decoration: none;
}

.cleaner {
	clear: both;
}
form.contact, form#contact {
	line-height:17px;
	margin:0;
	padding:0;
}

form.contact, form#contact label {
	float:left;
	clear:both;
}

form.contact input,
form#contact input,
form.contact textarea, 
form#contact textarea {
	margin: 0 0 5px 0;
	padding: 1px 2px;
	width:204px;
	position:relative;
	top:-2px;
}
form.contact textarea, 
form#contact textarea {
	height: 75px;
	display:block;
}
form.contact input.field, 
form#contact input.field {
	height:105px;
}
form.contact input.submit,
form#contact input.submit {
	width:150px;
	left:71px;
}
form.contact input.checkradio, 
form#contact input.checkradio {
	width:13px;
	float:left;
	margin: 4px 3px 0 0;
}
form.contact span, 
form#contact span {
	width: 73px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

.content .rteliste, 
.content .rteliste_einspaltig, 
.content .rteliste_zweispaltig, 
.content li.half, 
.content .half_schmal {
list-style-type:none;
background:transparent;
border-bottom: 1px solid #CCCCCC;
padding:3px 0 3px 0;
}

.content .rteliste_einspaltig_last {
list-style-type: none;
background:transparent;
border-bottom:1px solid #CCCCCC;
padding:3px 0 3px 0;
border:0;
}

.content .rteliste a, .content .rteliste_einspaltig a, .content .rteliste_einspaltig_last a, .content .rteliste_zweispaltig a {
text-decoration:none;
}

.content .half {
width:130px;
float:left;
margin:0 7px 0 0;
}

.content li.half_schmal{
width:115px;
float:left;
margin:0 12px 0 0;
}

.content li.half a,
.content li.half_schmal a {
text-decoration:none;
}

.content li.half a:hover,
.content li.half_schmal a:hover {
text-decoration:underline;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
padding: 17px 0 0 0;
}

.kleiner_text {
font-size:10px;
line-height:12px;
}

.referenz_left, .referenz_right {
float:left;
line-height:17px;
padding:0pt 15px 8px 0pt;
width:220px;
}

.referenz_right {
padding:0pt 0pt 8px;
}

iframe {
background:transparent none repeat scroll 0%;
border:0pt none;
height:171px;
width:254px;
}

.prontochat {
width:100%;
float:left;
clear:left;
}

.prontochat img {
margin: 0 0 18px 1px;
}

.prontochat center {
text-align:left;
}

.rgaccord1-content h2 {
display:none;
}

h3.rgaccord1-toggle {
cursor:pointer;
font-size:12px;
color: #de6e1c;
padding-left:20px;
background-image: url(../gfx/add2.jpg);
background-repeat:no-repeat;
}

h3.rgaccord1-toggle.act {
font-size:12px;
color: #de6e1c;
padding-left:20px;
background-image: url(../gfx/delete2.jpg);
background-repeat:no-repeat;
}

.rgaccord1-content {
padding-left:20px;
}

.csc-frame.csc-frame-indent6633 {
	height: 240px;
	position: relative;
	margin: 0 0 20px 0;
}

.csc-frame.csc-frame-indent6633 a {
	position: absolute;
	bottom: 0;
}

/* Galerie */
.result {
	font-size: 11px;
}

#content  .tx-chgallery-pi1 .single {
	margin:12px 68px 12px 0;
}

#content  .tx-chgallery-pi1 {
	width:690px;
	overflow:hidden;
}

#content  .tx-chgallery-pi1 .single span {
	height:14px;
	min-height:14px;
	font-size:11px;
}

#content  .tx-chgallery-pi1 .pagebrowser {
	width:622px;
}

#content .tx-chgallery-pi1 .single .img {
	background:transparent url(../ext/chgallery/gfx/bg2.gif) no-repeat scroll 0 0;	
}

/*Mailform*/

#leftcol form#contact {
	padding:30px 10px 10px;
}

#leftcol form#contact .csc-mailform-field {
	clear:both;
	float:left;
	margin-bottom:10px;
}

#leftcol form#contact label {
	display:block;
	float:left;
	width:200px;
	clear:none;
}

#leftcol form#contact span {
	width:200px;
}

#leftcol form#contact input[type="text"], #leftcol form#contact textarea {
	display:block;
	float:left;
	width:200px;
	border:1px solid #DEDEDE;
}

#leftcol form#contact input.submit, #leftcol form#contact input[type="submit"] {
	border:1px solid #CCCCCC;
	clear:both;
	display:inline;
	width:auto;
}

#leftcol form#contact input.submit {
	left:0px;
}

#leftcol form#contact input {
	padding:5px;
	margin:0;
}

#leftcol form#contact legend {
	display:none;
}

#leftcol form#contact #contactAnrede label,
#leftcol form#contact #contactAnrede input {
	width:auto;
	float:left;
}

#leftcol form#contact #contactAnrede input {
	margin:4px 5px 0 0;
}

#leftcol form#contact #contactAnrede label {
	margin-right:7px;
}

#leftcol form#contact .field-Ort {
	clear:right;
	float:left;
	margin:0;
	width:140px;
}

#leftcol form#contact .field-Ort input {
	width:140px;
}

#leftcol form#contact .field-PLZ {
	width:249px;
	padding-right:10px;
	clear:left;
	float:left;
}

#leftcol form#contact .field-PLZ input {
	width:37px;
}