/**
 * Default settings
 */
 
/******************* BASIC ***********************/
/************************************************/

body {
	background-color: #ffffff;
	/*font: normal .75em/135% Arial, Verdana, sans-serif;*/
	font: normal 13px Arial, Verdana, sans-serif;
	color: #4c4c4c;
}

/******************* CLEARFIX ********************/
/************************************************/

* html .clearfix {
	height: 1%;
}

* + html .clearfix {
	display: inline-block;
}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************* TEXT ************************/
/************************************************/

p {
	line-height: 1.52em;
	margin: 0 0 0.9em 0;
	font-size: 1em;
	color: #4c4c4c;
}

form p {
	line-height: 1.2em;
}

div#wrapper-home-aktuelles p {
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0 0px 15px 4px;
}

.home_aktuelles_datum {
	color: #999999;
	font-size: .85em;
	margin: 0 0 0 4px;
	font-weight: normal;
}

b, strong {
	font-weight: bold;
}

em, i, blockquote {
	font-style: italic;
}

.align-center {
	text-align: center;
}

/* TYPO3 BEGIN */
div.csc-textpic div.csc-textpic-single-image {
margin-top:0.25em;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:both;
float:left;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:10px !important;
}
div.csc-textpic-imagewrap {
padding:0;
}
div.csc-textpic-text {

}
div.csc-textpic-clear  {
	/*margin-top: 22px;*/
	height: 10px;
	clear: both;
}
/* TYPO3 END */

/******************* HEADLINES *******************/
/************************************************/

h1 {
	margin-bottom: 17px;
}

div#wrapper-col-1-top h1 {
	margin-bottom: 13px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 17px;
}

h3 {
	font-size: 1em;
	margin-bottom: 3px;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	margin-bottom: 3px;
	font-weight: normal;
}

h6 {
	font-size: 0.8em;
	margin-bottom: 3px;
	font-weight: normal;
}

/* Headline: Visual */
/*******************/

.headline-visual {
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	width: 100%;
	/*border-bottom: 15px solid #fff;*/
	margin-top: 0px !important;
	margin-left: 2px;
}

/******************* LINKS ***********************/
/************************************************/
  
a,
a:visited	{
	color: #e41833;
	text-decoration: none;
}

a:focus {
	/* outline: 1px solid #00b2c5; */
}

a:hover {
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}

.arrow {
	background: url(../images/bg_arrow.png) no-repeat scroll 0 5px transparent;
	padding-left:10px;
	color: #e41833;
	font-weight: bold;	
}

.link-arrow {
	background: url(../images/bg_arrow.png) no-repeat scroll 0 5px transparent;
	padding-left:10px;
	color: #e41833;
	font-weight: bold;	
}

div#wrapper-home-aktuelles a {
	color: #4c4c4c;
}

div#wrapper-footer a {
	color: #FFFFFF;
}


/******************* LISTS ***********************/
/************************************************/

/* List: General */
/****************/

ul, ol {
	margin: 0 0 0.9em 0;
	
}

ul, ol, dl {
	position: relative; /* IE6 Bugfix */
}

ul li {
	list-style-image: url(../images/bg_arrow.png);
	line-height: 1.52em;
	margin-left: 1.7em;
}

ol li {
	list-style-type: decimal;
}

div#wrapper-col-1-top ul {
	margin-top: 0px;
}

/* List: List + Arrow */
/*********************/

ul.list-w-arrow {
	margin: 1.52em 0 1.52em 0;
}

ul.list-w-arrow li {
	margin: 0px 0px 0px 0px;
	background: url(../images/bg_arrow.png) no-repeat scroll 0 7px transparent;
	padding-left:10px;
	color: #e41833;
	font-weight: bold;
	list-style-image: none;
	line-height: 1.52em;
}

ul.list-w-arrow li a {
	color: #e41833;
}

/******************* Tabellen *******************/
/************************************************/

/* Layout 1 - Unternehmensdaten */
table.contenttable-1 th { 
	width: 180px;
	font-weight: bold;
	line-height: 18px;
}


/******************* FORM ************************/
/************************************************/

/* Form: General */
/****************/

input,
select,
select option,
textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #4c4c4c;
}

input,
textarea,
select {
	border: 1px solid #cccccc;
	padding: 1px 5px 0px 5px;
	
}

input {
	height: 27px;
	width: 140px;
	font-size: 0.88em;
	background: url(../images/form_input_bg.png) repeat-x;
	margin: 7px 10px 0px 0px;
	line-height: 27px;
}

textarea {
	width: 160px;
	padding-top: 4px;
	height: 100px;
	font-size: 0.88em;
	line-height: 16px;
	background: url(../images/form_input_bg.png) repeat-x;	
}

input.submit-w-arrow {
	height: 30px;
	width: 90px;
	font-size: 1em;
	background: url(../images/bg_arrow.png) no-repeat scroll 0 13px transparent;
	color: #e41833;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	border: none;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

input.error {
	border: 1px dotted #ff0000;
}

input.small-input {
	width: 90px !important;
}

/* direct mail registration */
.tx-sremailsubscribe-pi1 p {
	line-height: 1.2em;
	margin-bottom: 0.9em;
	margin-top: 0;
	padding:0 0;
	text-indent:0;
}

.tx-sremailsubscribe-pi1 input {
	margin: 7px 5px 0 0;
	padding: 0 5px 0 5px;	
}

input.tx-sremailsubscribe-pi1-submit {
	height: 30px;
	width: 160px;
	font-size: 1em;
	background: url(../images/bg_arrow.png) no-repeat scroll 0 13px transparent;
	color: #e41833;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	border: none;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

/* powermail */

.tx-powermail-pi1_fieldset {
	margin-bottom: 20px;
}

.tx-powermail-pi1_fieldset_4, .tx-powermail-pi1_fieldset_9 { /* +IE67 Weiche */
	position: absolute;
	right: 0px;
	top: 0px;
}

.tx-powermail-pi1_fieldset_5, .tx-powermail-pi1_fieldset_10 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.tx-powermail-pi1_fieldset_5 legend, .tx-powermail-pi1_fieldset_10 legend {
	display: none !important;
}

.tx-powermail-pi1_fieldset legend { /* +IE67 Weiche */
	position: relative;
	display: block;
	width: 270px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	margin: 0px;
	padding: 0px;
}

.tx_powermail_pi1_fieldwrap_html {
	position: relative;
	display: block;
	clear: both;
}

.tx_powermail_pi1_fieldwrap_html label {
	position: relative;
	display: block;
	float: left;
	width: 90px;
	height:29px;
	line-height:29px;
	margin: 10px 0px 0px 0px;
}

.tx_powermail_pi1_fieldwrap_html input {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	margin: 10px 0px 0px 0px;
}

.tx-powermail-pi1_fieldset_4 label, .tx-powermail-pi1_fieldset_9 label {
	display: block;
	float: none;
}

.tx-powermail-pi1_fieldset_4 input, .tx-powermail-pi1_fieldset_9 input {
	display: block;
	float: none;
	width: 250px;
	margin: 0px;
}

.tx-powermail-pi1_fieldset_4 textarea, .tx-powermail-pi1_fieldset_9 textarea {
	display: block;
	float: none;
	width: 250px;
	height: 163px;
	margin: 0px 0px 0px 0px;
}

.tx_powermail_pi1_fieldwrap_html_submit input {
	height: 30px;
	width: 100px;
	font-size: 1em;
	background: url(../images/bg_arrow.png) no-repeat scroll 0 13px transparent;
	color: #e41833;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	border: none;
	margin: 0;
	cursor: pointer;
	text-align: left;
}

.powermail_mandatory {
	color: #ff0000;
	font-weight: bold;
}


/***** tt_news *****/
/*******************/

div.news-single-item h1 {
	font-size: 1em;
	font-weight: bold;
	color: #e41833;
	line-height: 1.52em;
	margin-bottom: 0px;
}

div.news-single-item h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.52em;
	margin-bottom: 10px;
}

div.browseLinksWrap {
	margin-bottom: 5px;
}

div.news-list-container  h3, div.news-latest-container  h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.52em;
	margin-bottom: 0px;
}

div.news-list-container p, div.news-latest-container p {
	margin-bottom: 0px;
}

div.news-list-browse {
	margin-top: 20px;
}

div.news-list-browse a, div.news-list-browse a:hover, div.news-list-browse a:visited {
	color: #e41833 !important;
}

div.news-list-container a, div.news-list-container a:hover, div.news-list-container a:visited {
	color: #4c4c4c;
}

div.news-latest-container a, div.news-latest-container a:hover, div.news-latest-container a:visited {
	color: #4c4c4c;
}

div.news-detail-link a {
	background: url(../images/bg_arrow.png) no-repeat scroll 0 5px transparent;
	padding-left:10px;
	color: #e41833;
	font-weight: bold;
	line-height: 1.52em;
}

div.news-detail-link a:hover, div.news-detail-link a:visited {
	color: #e41833;
}

/* tt_news table */
div.news-single-item table caption {
	font-weight: bold;
	text-decoration: underline;
}

div.news-single-item table th {
	font-weight: bold;
	padding-right: 10px;
}


/******************* TAG-CLOUD *******************/
/************************************************/

div#tag-cloud {
	color: #999999;
	line-height: 24px;	
}

div#tag-cloud a {
	color: #999999;
	text-decoration: none;
	/*line-height: 1.2em;*/
	line-height: 24px;
}

div#tag-cloud a:hover{
	text-decoration: underline;
}

.tagsize1 { font-size: 100%; }
.tagsize2 { font-size: 120%; }
.tagsize3 { font-size: 140%; }
.tagsize4 { font-size: 160%; }
.tagsize5 { font-size: 220%; }


div.person-details {
	display: block;
	position: absolute;
	right: 0px;
	top: -20px;
	background-color: #F8F8F8;
	padding: 5px;
	text-align: right;
	border: 1px solid #CCCCCC;
}

div.tx-zskundenbetreuung-pi1-browsebox table tr td p {
	margin-right: 5px;
}
