/***************************************************************
***   Dieses CSS ist für das 3 Spalten DIV Layout            ***
***************************************************************/
body {
	position:relative;
	text-align:center;
	margin:0px;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0px;
	font-size: 11px;
	/*background-image: url(/fileadmin/customer/assets/img/master_bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center;*/
}
html {
}

/*layout mit 3 Spalten */

#container3c {
	width:950px;
	text-align:left;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/fileadmin/customer/assets/img/content_bg.jpg);
	background-repeat: repeat-y;
}
#container3c .wrapper {
	margin:0;
	padding:0;
}
#container3c .header {
	width:950px;
	padding:0;
	height:150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container3c .columnLeft {
	width:178px;
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container3c .columnRight {
	width:180px;
	float:right;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
}
#container3c .content {
	width:550px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#container3c .footer {
	clear:both;
	width:948px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EBECED;
	font-size: 10px;
	color: #999999;
	padding: 0;
	height: 19px;
}
.site_bg {
	background-image: url(/fileadmin/customer/assets/img/master_bg_2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
.footer a {
	color: #999999;
	font-size: 10px;
}
#Rubrik_Bild {
	float: left;
	position: absolute;
}
#adresse {
	width:160px;
	float:right;
	position: relative;
	top: 18px;
	left: -4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
#adresse a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
/***************************************************************/



td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #000000;
}
h1 {
	font-size:13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size:11px;
}
h5 {
	font-size:10px;
}
ul {/*PADDING-LEFT:10px;FLOAT:left;MARGIN:0px;LIST-STYLE-TYPE:none;*/
}
li {
}
hr {
	color:#CCCCCC;
	height:1px;
}
.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.bodytext {}
/*** Menu ***/

#menu {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#menu li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: auto;
	display: block;
	line-height: 25px;
	padding-left: 2px;
}
#menu li:hover {}
#menu a:hover {
	color: #666666;
}
#menu .menuaktiv {
	color: #333333;
}

#menu .subnav1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#menu .subnav1 li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu .subnav1 a {
	padding-left: 10px;
	font-size: 11px;
	width: auto;
	line-height: 20px;
	font-weight: normal;
}
#menu .subnav1 a:hover {}

#menu .subnav2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
}
#menu .subnav2 li {}
#menu .subnav2 a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 20px;
	width: auto;
	font-weight: normal;
}
#menu .subnav2 a:hover {}

#menu .subnav3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
}
#menu .subnav3 li {}
#menu .subnav3 a {
	padding-left: 30px;
	font-size: 11px;
	line-height: 20px;
	width: auto;
	font-weight: normal;
}
#menu .subnav3 a:hover {}
#Serviceleiste {
	width: 950px;
	height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/*background-image: url(/fileadmin/customer/assets/img/service_bg.jpg);
	background-repeat: repeat-x;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}
#pfad_menu {
	width: auto;
	left: 0px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 9px;
	color: #CCCCCC;
}
#pfad_menu a {
	font-size: 9px;
	color: #CCCCCC;
}

.service_menu {
	list-style-type: none;
	width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}

.service_menu a {}
.service_menu a:hover {}
.service_menu ul {}
.service_menu li {
	float: right;
	padding-right: 5px;
}
.service_fun {}
.service_fun_act {}


/* 2 / 3 SPALTIGES LAYOUT */
.c2l1-left {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c2l1-middle {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c3l1-left {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c3l1-middle {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.c3l1-right {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* RTE EDITOR CLASSEN START */
.csc-frame-frame1 {
	background-color: #F2F2F2;
	border: 1px dotted #CCCCCC;
	padding: 2px;
}
.csc-frame-frame2 {
	background-color: #FFFFE1;
	border: 1px dotted #CCCCCC;
	padding: 2px;
}
.csc-textpic-image {
	padding-bottom: 5px;
}
.name-of-person {
}
.detai {
}
.important {
}
/* LINK DEFINITIONEN */

a.external-link, a.external-link-new-window {
	background-image: url(/fileadmin/customer/assets/img/externallink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
/* HEADERS */
.csc-firstHeader {
}
.columnRight .csc-header {
	line-height: 20px;
	background-color: #F0F0F0;
}
.columnLeft .csc-header {
	line-height: 20px;
	background-color: #F0F0F0;
	padding-left: 3px;
}
/*-------contenttable--------*/
.table.contenttable {
	background-color: #FFFFFF !important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:0px ! important;
	margin-top:0px ! important;
	width:100% ! important;
}
.table.contenttable td {
	line-height:16px;
}
.table.contenttable p {
	margin:0px ! important;
	padding:0px ! important;
	font-size:11px ! important;
}
.table.contenttable p a:link {
}
.tr.tr-even td {
	background-color:#efefef !important;
}
.tr.tr-0 td {
	font-weight:bold;
}
/*-------contenttable--------*/

/*-------sitemap--------*/
.csc-menu csc-menu-3 {
}
.csc-section {
	list-style-type: none;
	list-style-image: url(/fileadmin/customer/assets/img/list_pfeil_rechts.gif);
}
/*-------sitemap--------*/

/* UPLOAD */
.csc-uploads-fileSize {
	width: 60px;
}
table.csc-uploads {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #666;
}
table.csc-uploads td {
	padding: 2px 10px 3px 3px;
	border-top: 1px solid #666;
}
table.csc-uploads td.csc-uploads-icon {
	width: 20px;
	padding-right: 5px;
}
p.csc-uploads-description {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
/* MAIL FORMULAR*/
form {
	margin-top: 0.5em;
	margin-bottom: 1em
}
fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}
input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	border: solid 1px #666;
}
label {
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 145%;
}
legend {
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 145%;
}
fieldset legend {
	display: none;
}
fieldset.csc-mailform {
}
div.csc-mailform-field {
	clear: left;
	margin: 6px 0;
	padding: 0;
}
div.csc-mailform-label {
	font-size: 11px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 12px 0 6px 150px;
	clear: left;
	padding: 0;
	display: block;
}
div.csc-mailform-field label {
	text-align: left;
	width: 150px;
	float: left;
}
div.csc-mailform-field-check {
	margin: 0 0 0 150px;
	padding: 0;
}
input.csc-mailform-check {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-width: 0;
}
div.csc-mailform-field-check label {
	float: none;
}
div.csc-mailform-field-radio {
	margin: 6px 0 6px 150px;
	padding: 0;
}
input.csc-mailform-radio {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-width: 0;
}
div.csc-mailform-field-radio label {
	float: none;
	padding-left: 4px;
}
input.csc-mailform-input {
	width: 250px;
	margin: 0;
	padding: 0;
}
input.csc-mailform-password {
	width: 250px;
	margin: 0;
	padding: 0;
}
input.csc-mailform-file {
	width: 250px;
	margin: 0;
	padding: 0;
}
textarea.csc-mailform-textarea {
	width: 250px;
	margin: 0;
	padding: 0;
}
select.csc-mailform-select {
	width: 250px;
	margin: 0;
	padding: 0;
}
input.csc-mailform-reset {
	width: 250px;
	margin: 12px 0 12px 150px;
	padding: 2px;
	clear: left;
	border: solid 1px #666;
}
input.csc-mailform-submit {
	width: 250px;
	margin: 12px 0 12px 150px;
	padding: 2px;
	clear: left;
	border: solid 1px #666;
}
.csc-form-fieldcell {}
/*TAB MENU */
.rgtabs-menu .sel {
	color: #000000;
}
.contentelement {
	clear:both;
	padding-bottom: 5px;
}

/* Gallery links ausrichten*/
.tx-rgsmoothgallery-pi1 {
	margin: 0px;
	padding: 0px;
}

/* AB LINKLISTE*/
.tx_ablinklist_listView_linkLabel {
	font-weight: bold;
}
.tx_ablinklist_listView_categoryLabel {
	font-weight: bold;
}
.inhalt_rand {
	font-size: 8px;
	color: #C1C1C1;
	width: 547px;
	margin-left: 198px;
}
.inhalt_rand a {
	font-size: 8px;
	color: #C1C1C1;
}

/* TABELLEN DEFINITIONEN 
contenttable contenttable-0  .tr-odd tr-1 .td-1 {
	background-color: #666666;
	text-align: center;
}*/
### Indexed Search ###
#tx_indexedsearch {
	padding-top: 10px;
}
input.tx-indexedsearch-searchbox-sword  {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.tx-indexedsearch-searchbox-button {
	border: 1px solid #666666;
}
input.searchbox {
	border: 1px solid #CCCCCC;
	width: 176px;
	color: #999999;
}
.tx-indexedsearch-title {
	font-weight: bold;
}

