@charset "utf-8";
/* CSS Document */
/* Basic CSS Data for RSW*/
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: none;
	line-height: 18px;
	text-align:justify;
}
h1 {
	color:#d4243e;
	font-size:1.3em;
}
h2 {
	color:#666;
	font-size:1.05em;
	margin:0 0 10px 0;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#0d516f;
	font-size:14px;
	font-weight:bolder;
	background:#f4f4f4;
	display:block;
	margin:30px 0 5px 0;
	padding:4px 0 4px 0;
}
#header {
	width:980px;
	height:103px;
	margin:0 auto 0 auto;
	display:none;
}
*html #header {
	position:absolute;
	height:105px;	
	width: 1002px;
	margin:0 0 0 -501px;
	left: 50%;
	display:none;	
}
#logo {
	float:left;
	width:215px;
	height:83px;
	display:none;	
}
#search {
	float:left;
	margin:50px 0 0 520px;
	text-indent:30px;
	background: url(../images/layout/imageSearch.gif) no-repeat;
	width: 240px;
	height:auto;
	display:none;	
}
#navigationTop {
	width:980px;
	height:30px;
	margin:0 auto 0 auto;
	color:#FFF;
	text-align:center;	
	display:none;	
}
*html #navigationTop {
	position:absolute;
	width: 1002px;
	margin:105px 0 0 -501px;
	left: 50%;
	display:none;	
}
#container {
	background:none;;
	padding: 0px;
	height: auto;
	width: 100%;
}
*html #container {
	background: none;;
	width: 100%;
	margin:0;
}
#navigationLeft {
	float:left;
	width:214px;
	margin:20px 0 15px 11px;
	display:none;
}
*html #navigationLeft {
	margin:25px 0 15px 5px;
	display:none;	
}
#contentLeft {
	margin:25px 0 0 0;
	display:none;	
}
#breadcrumb {
	width:543px;
	height:20px;
	background:#F4F4F4 url(../images/layout/iconBreadcrumb.gif) no-repeat 5px 7px;
	margin:0 0 0 242px;
	text-indent:25px;
	padding:5px 0 0 0;
	display:none;	
}
*html #breadcrumb {
	height:25px;
	display:none;	
}
	
#content {
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	width:100%;
	margin:0;
}
#contentImage {
	margin:0 0 15px 0;
	display:none;	
}
#rightContent {
	float:left;
	width:182px;
	margin:20px 0 15px 20px;
	display:none;	
}
#serviceNavigation {
	margin:0 0 15px 0;
	display:none;	
}
#footer {
	background:url(../images/layout/bgFooter.gif) repeat;
	color:#FFF;
	width:980px;
	height:25px;
	margin:0 0 0 11px;
	text-indent:715px;
	padding:3px 0 0 0;
	display:none;	
}
	
/*Klassendefinitionen*/
.serviceButton {
	margin:0 0 5px 0;
}
.error{
	text-align:left;
	color:#FF0000;
	font-size: 10px;
	padding: 3px;
}

/*Definition der Searchbox und Ergebnisdarstellung*/
.searchResultContainer{
	width:543px;
	background-color:#F4F4F4;
	margin:0 0 30px 0;
}
.searchHeadline{
	width:533px;
	margin-bottom:5px;
	padding:5px 5px 5px 0;
	border-bottom: 2px solid #FFF;
}

.searchDescription{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.searchCreated{
	width:550px;
	margin-bottom:5px;
	padding:5px;
	font-style:italic;
}
.searchPath{
	font-weight:bolder;
	text-align:right;
	padding:5px 5px 5px 0;
	border-top: 2px solid #FFF;
}

.tx-indexedsearch-redMarkup{
	background-color:#FF9;
}

/* Powermail */

#container span.powermail_mandatory {
	color: red;
}
#container input.validation-failed, #container textarea.validation-failed {
	background-color: red;
}
#container div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 120px;
}
#container fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #A5ACB2;
	padding: 5px;
}
#container fieldset {
	padding:15px;
}
#container fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 140px;
	float: left;
	clear: both;
	font-weight: normal;
	margin:5px 0 0 0;
}
#container fieldset.tx-powermail-pi1_fieldset input, #container fieldset.tx-powermail-pi1_fieldset select {
	width: 280px;
	margin:5px 0 0 0;
}
#container fieldset.tx-powermail-pi1_fieldset textarea {
	width: 300px;
	margin:5px 0 0 0;
}
#container div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
#container input.powermail_submit {
	margin: 20px 0px;
	padding:2px 5px;
	font-weight: bold;
	border: 1px dashed #000;
	color:#FFF;
	width:250px;
	background-color: #7B9CB0;
}
#container td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
#container .checkbox {
	width:50px;
}
