/* Textformatierungen, Grafikdarstellung, Abstaende */

* {
	padding: 0;
	margin: 0;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

body {
	background-color: #EBEBEB;
}

a,a:active,a:hover {
	text-decoration: none;
	color:black;
}

h1 a {
	color: #920629;
}

a img, img a {
	border: none;
}

hr {
	border: 0;
	height: 1px;
	background: #FFF;
	border-bottom: 1px solid #C5C5C5;
}

/*Inhaltsbereich*/

#inhalt {
	text-align: left;
}

#inhalt h1 {
	color: #920629;
	font-size: 8pt;
	font-weight: bolder;
	text-align:left;
}
#inhalt h2 {
	font-size: 8pt;
	font-weight: bold;
	text-align:left;
}

#inhalt h3 {
	margin: 0;
	padding: 10px 0 10px 15px;
	display: block;
	font-weight: bold;
	font-size: 8pt;
	color: #800000;
	background: url(../icons/bullet.jpg) no-repeat 0px 13px;
	text-align: left;
}

#inhalt blockquote {
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}

/* Newsbereich */

 .news_body {
	margin: 8px 0px;
}

 .news_body .news_body{
	margin: 0;
	border: none;
}

.news_body p {
	font-size: 8pt;
	padding-top: 0.7em;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 15px;
}

.news_body a {
	text-decoration: none;
}

.news_body a.extended  { 
	text-decoration: none;
} 

.news_body a.extended:hover, .news_body a:hover  { 
	text-decoration: underline;
}

.news_body h1 {
	margin: 0;
	padding: 0.7em;
	padding-bottom:0;
	padding-left: 25px;
	display: block;
	font-weight: bold;
	font-size: 8pt;
	color: #800000;
	background: url(../icons/bullet.jpg) no-repeat 10px 1.1em;
}

.form_language {
	background-color: #5E020D;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-size: 7pt;
	margin-left: 10px;
}

.form_language option{
	color: #FFFFFF;
}

.form_language2 {
	background-color: #5E020D;
	color: #FFFFFF;
	font-size: 5pt;
	border: none;
}
.tx-indexedsearch-searchbox form{
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-searchbox {
	margin: 15px;
	margin-left: 0px;
}
.tx-indexedsearch-searchbox-sword {
	margin-top: 5px;
}
.tx-indexedsearch-searchbox-button {
	margin-top: 5px;
}
.tx-indexedsearch-rules {
	margin-bottom: 15px;
}
.tx-indexedsearch-res {
	margin-top: 15px;
}

#inaktiv {
	color: #CCCCCC;
}

#inaktiv li{
	color: #CCCCCC;
}

#footer p{
	padding: 3px;
}

/*Urlaubsantrag*/

.csc-mailform {
	border: none;
}

.csc-mailform-field {
	margin: 5px 0;
}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {

}

.csc-mailform-field label{
	display:block;
	width:150px;
}

div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 258px;
	padding: 2px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}

/*Bild im Text*/
.csc-textpic-intext-right .csc-textpic-caption {}

.csc-textpic-intext-right .csc-textpic-image, .csc-textpic-intext-left .csc-textpic-image, .csc-textpic-intext-right-nowrap .csc-textpic-image, .csc-textpic-intext-left-nowrap .csc-textpic-image{
	margin-top: 10px;
	padding: 0px;
}

.csc-textpic-caption {
	font-style: italic;
	padding: 0px;
}

table p .bodytext {
	margin: 0;
	padding: 0;
}

/* Linkliste (Knowledge Base) */

.tx-ablinklist-pi1 td {
	padding: 3px 0;
}


.scrollbox {
	width: 395px;

}
.scrollbox_bild {
	display: inline;
	float: left;
	width: 50px;
	height: 120px;

}
.scrollbox_scroll {
	display: inline;
	float: right;
	width: 312px;
	height: 88px;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.scrollbox_scroll p {
	padding: 10px 20px;
}

.scrollbox_headline {
	display: inline;
	float: right;
	width: 312px;
	height: 30px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.scrollbox_headline h1 {
	padding: 5px 20px;
}


/* Dr. Blob */

.tx_drblob_list-head,.tx_drblob_list-row1,.tx_drblob_list-row2 {
	padding: 3px 2px;
}
.tx_drblob_list-head a{
	margin-left: -2px;
}

/* Feedback-Formular */

.csc-mailform-submit {
	font-size: 12px;
	border: 1px #999999 solid;
	background-color: #EEEEEE;
}

/* FAQ  (Partnerportal)  */

.tx-irfaq-dynans-visible p{
	background-color: #FFF !important;
	color: #000;
	padding-left: 15px;
	font-style:italic;
}

.additional-info {
	background-color: #FFF !important;
	border: none !important;
}

/*Gafiken Bereiche*/
.tx-ttstaffpics-pi1 {
	display: block;
	float:right;
	margin-top:10px;
	margin-left:10px;
}


