/*Clearfix-Hack*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*Core Reset*/
* {
	margin: 0;
	padding: 0;
}
/*Default-format*/
html, body {
	background-color: #ECECEC;
	color: #333;
	font: 8pt Tahoma, sans-serif;
	text-align: center;
	line-height: 1.4em;
}
.none {
	display: none;
}
a {
	color: #FA7425;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	-moz-outline: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 9px 0;
}
h2 {
	font-size: 11pt;
	margin: 0 0 11px 0;
}
h3 {
	font-size: 9pt;
	margin: 0 0 5px 0;
}
h4 {
	font-size: 1em;
}
img {
	border: none;
}
ol {
	list-style: decimal outside;
}

.align-center {
	text-align:center;
}

/*Tables*/
#main table {
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 8pt;
	margin-bottom:10px;
}
#main thead {
	background: #CCC;
}
#main th {
	padding: 0.5em;
	border: 1px solid #CCC;
	text-align: left;
}
#main td {
	padding: 0.5em;
	border: 1px solid #CCC;
	vertical-align: top;
}
#main tr.rowodd {
	background-color: #FFF;
}
#main tr.roweven {
	background-color: #F2F2F2;
}
#main .sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
#main .sortasc {
	background-image: url(../images/up.gif);
}
#main .sortdesc {
	background-image: url(../images/down.gif);
}
#main .nosort {
	cursor: default;
}
.tx-dmmjobcontrol-pi1 {
	margin: 0 0 10px 0;
}
.dmmjobcontrol_list_th1 {
	width: 45%;
}
.dmmjobcontrol_list_th2 {
	width: 15%;
}
.dmmjobcontrol_list_th3 {
	width: auto;
}
/*Content-Images*/
.csc-textpic-image img{
	margin:7px 0 !important;
}
.csc-textpic-caption {
	margin: 0 0 10px !important;
	text-align: right !important;
}
#sidebar .csc-textpic-caption {
	margin: 5px 0 0px !important;
	text-align: center !important;
}
.csc-textpic-center {
	margin: 8px 0;
}
#content .csc-textpic-imagewrap, #content-big .csc-textpic-imagewrap {
	/*padding-left: 20px !important;
*/
	/*margin-right: 20px;
*/
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid #888;
}
#content .csc-textpic-intext-left-nowrap, #content-big .csc-textpic-intext-left-nowrap {
	margin: 10px 0;
	float: left;
}
#sidebar .csc-textpic-center {
	margin: 0;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
	margin-top: 10px;
}
#sidebar .csc-textpic-image {
	margin: 0 0 6px 0;
}

/******************* Header-Color-Scheme for areas *******************/
.color-iso-0 #header {
	background: #002F6F;
}
.color-airport-1 #header {
	background: #405EA6 !important;
}
.color-airtraffic-2 #header {
	background: #A2C5E0 !important;
}
.color-automotive-3 #header {
	background: #298CC7 !important;
}
.color-dataquality-4 #header {
	background: #AF0A12 !important;
}
.color-ecm-5 #header {
	background: #D2711D !important;
}
.color-hotel-6 #header {
	background: #005227 !important;
}
.color-medical-7 #header {
	background: #77B5A8 !important;
}
.color-tourism-8 #header {
	background: #299245 !important;
}
.color-tracking-9 #header {
	background: #D3242D !important;
}
.color-travelagency-10 #header {
	background: #C93D0A !important;
}
.color-sap-11 #header {
	background: #AF0A12 !important;
}
.color-airline-12 #header {
	background: #3e70ab !important;
}
/*Positioning*/
#center {
	margin: auto;
	height: auto ! important;
	min-height: 450px;
	top: 0pt;
	width: 914px;
}
#wrapper {
	background: #ECECEC url(../images/shadow.gif) repeat-y;
	width: 914px;
	padding-bottom: 20px; /*50px;*/
	min-height: 650px;
	height: auto;
	height: 650;
	float: left;
}
#header {
	z-index:90;
	width: 900px;
	margin: auto;
	height: 145px;
	text-align: left;
}
#logo {
	height: 86px;
	padding: 14px 0 0 87px;
	width: 105px;
}
#servicenavigation {
	background: #ffffff;
	font-size: 11px;
	text-align: right;
	width: 100%;
}
#servicenavigation ul {
	padding: 5px 13px 4px 0;
}
#servicenavigation ul li {
	display: inline;
}
#servicenavigation ul li a {
	color: #716F70;
	text-decoration: none;
}
#content ul, #content-big ul, #sidebar ul {
	list-style: outside square url(/fileadmin/iso/layout/images/list.gif);
	margin-left: 20px;
	margin-bottom: 5px;
}
#content ol, #content-big ol, #sidebar ol {
	margin-left: 22px;
	_margin-left: 22px;
	margin-bottom: 9px;
	list-style-type: decimal;
	list-style-position: outside;
}
#main {
	clear: both;
	margin: auto;
	text-align: left;
	width: 900px;
}
#mainmenu {
	width: 100%;
	max-height: 23px;
	height: 24px;
	clear: both;
	border-top: 1px solid white;
	background: #9C9A9B url(../images/background_gray.gif) no-repeat 87px;
}
#mainmenu .language {
	float: left
}
#mainmenu .language ul {
	margin: 4px 0 0 21px;
	width: 180px;
}
#mainmenu .language ul li {
	display: inline;
	list-style-type: none;
}
#mainmenu .language ul li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#breadcrumb {
	width: 100%;
	font-size: 10px;
	text-align: right;
	margin: 5px 0 10px -5px;
	_margin: 5px 0 11px -5px;
	color: #444;
	float: left;
}
#breadcrumb a {
	color: #444;
}
/*#leftmenu {
	float: left;
	width: 193px;
	text-align: left;
	min-height: 450px;
	height: auto;
	_height: 450px !important;
}*/
#content {
	float: left;
	width: 450px;
	text-align: left;
	margin-left: 20px;
}
#content-big {
	float: left;
	width: 650px;
	text-align: left;
	margin-left: 20px;
}
#sidebar {
	float: right;
	text-align: left;
	font-size: 0.9em;
	line-height: 11px;
}
#footer {
	clear: both;
	background: transparent url(../images/shadow_bottom.gif) no-repeat scroll 0% 100%;
	margin: auto auto 20px;
	width: 914px;
	height: 25px;
}
#footer-left {
	float: left;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
}
#footer-right {
	float: right;
	margin: 0 20px 0 0;
	_margin: 0 10px 0 0;
}
#footer li {
	display: inline;
	list-style: none;
}
#footer li a {
	color: #444;
	font-size: 10px;
	text-decoration: none;
}
/*Elements*/
/*vCard / contacts*/
.vcard .photo {
	float: right !important;
	margin-right: -3px !important;
}
.vcard {
	margin-top: 15px;
	_margin-top: 5px;
	_padding-bottom: 10px;
}
.vcard:first-child {
	margin-top: 0px;
}
.vcard {
	max-width: 180px;
	width: 183px;
}
.vcard span.org {
	display: block;
}
.vcard .tel {
	display: inline;
}
.vcard .fn {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}
.vcard .adr {
	margin: 0 0 5px 0;
}
.vcard .vcard-links {
	margin: 5px 0 0 0;
}
/*filelinks*/
.mail img, .external-link-new-window img, .download img {
	margin-right: 2px;
}
.filelinks div {
	min-height: 16px;
	height: auto !important;
	height: 16px;
	margin: 5px 0;
	_margin: 8px 0;
	padding: 2px 0 0 20px;
}
.filelinks a {
	margin-top: 2px;
}
.pdf {
	background: url(../images/fileicons/pdf.gif) no-repeat left top;
}
.wmv {
	background: url(../images/fileicons/film.gif) no-repeat left top;
}
.swf {
	background: url(../images/fileicons/flash.gif) no-repeat left top;
}
.filelinks_layout_1 div {
	background: url(../images/fileicons/key.gif) no-repeat left top !important;
}
/*vevent */
.vevent {
	border-bottom: 1px solid #C6C6C6;
	width: 100%;
	margin-bottom: 15px;
}
.vevent .location{
	white-space: nowrap;
}
.veventimage {
	float: right;
	margin: 2px 5px 20px 20px;
}
/*news*/
.news-image {
	float: right;
	margin: 10px 5px 20px 20px;
}
.news-image-single {
	float: left;
	margin: 10px 10px 10px 0;
}
.news-single-img {
	float: left;
}
.news-list-item {
	border-bottom: 1px solid #C6C6C6;
	padding: 10px 0 5px 0;
	float: left;
	width: 100%;
}
.news-list-item .news-image {
	margin: 0;
}
.news-single-files {
	padding: 5px 0px;
	width: 50%;
}
.news-single-files dt {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.news-files-header {
	font-weight: bold;
	margin-bottom: 5px;
}
.news-single-backlink {
	margin-top: 25px;
	clear: both;
}
.browseBoxWrap {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.browseBoxWrap .browseActive {
	/*border: 2px solid #C6C6C6;
	padding: 5px 10px;
margin: 2px*/
}
.browseBoxWrap .inactive a {
	/*border: 2px solid #FA7425;
	padding: 5px 10px;
margin: 2px*/
}
.news-catmenu-ACT {
	font-weight: bold;
}
#sidebar .news-list-item {
	padding: 0;
}
/*Powermail*/
#sidebar input {
	background-color: #FAFAFA;
}
/*Sidebar*/
#sidebar p {
	margin: 0;
	line-height: 11px;
}
#sidebar .sidebar_content, #sidebar .tx-felogin-pi1 {
	clear: both;
	font-size: 1em;
	min-width: 190px;
	width: 186px;
}
#sidebar .sidebar_logo_content {
	margin: 0 0 8px -4px;
	_margin: 0 0 8px 0px;
	text-align: center;
	width: 190px;
	min-width: 194px;
}
#sidebar .infoblock_header {
	background-color: #C6C6C6;
	margin: 0px 0 1px 0;
	width: 190px;
	max-width: 190px;
}
#sidebar .infoblock_header h3 {
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0px 5px 7px;
	margin: 0;
}
#sidebar .infoblock_body {
	background-color: #EBEBEB;
	padding: 7px;
	_padding: 7px 0px 7px 7px;
	margin-bottom: 10px;
	width: 190px;
	max-width: 176px;
}
/*Sidebar News*/
#sidebar .news-list-item {
	border: none;
}
#sidebar ul {
	margin-left: 15px;
}
#sidebar .crossfade {
	text-align: center;
}
#sidebar .crossfade .csc-textpic-imagewrap {
	position: relative;
	margin: 0 auto;
}
#sidebar .crossfade {
	display: block;
	width: 100%;
}
#sidebar .logoBox-block {
	background: url(../images/sidebarlogo_top.gif) no-repeat;
	padding: 5px 0;
}
#sidebar .logoBox-inner {
	background: url(../images/sidebarlogo_blockbottom.gif) no-repeat scroll left bottom;
	padding: 5px 0 10px 0;
}
/*Startseite und Banner*/
#content-home {
	float: right;
	text-align: left;
	width: 687px;
	margin-left: 20px;
}
#content-left {
	float: left;
	width: 380px;
	margin-top: 15px;
}
#content-right {
	float: right;
	width: 270px;
	margin: 15px 0 0 0;
}
#content-left p {
	margin: 0 0 0 15px;
}

#content-left .portal-content{
	margin-bottom:15px;
}

.portal-content-header-orange {
	background: #FA6A14;
	margin: 0 0 1px 0;
}
.portal-content-header-orange h3 {
	text-align: right;
	border-left: 1px solid #fff;
	background: #B3B3B3;
	font-size: 1em;
	padding: 3px 10px 3px 3px;
	margin: 0 0 0 15px;
}
.portal-content-header h3 {
	text-align: right;
	font-size: 1em;
	background: #B3B3B3;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0 0 0 15px;
	padding: 3px 10px 3px 3px;
}
.portal-content {
	background: #eee;
	padding: 10px;
	margin: 0 0 0 16px;
}
.portal-content select {
	font-size: 1em;
}
.portal-content select {
	width: 230px;
}
.portal-content .vevent {
	padding: 0;
	border: none;
}
.portal-content .vevent h3 {
	margin: 0;
}
#scroll-event-v {
	height:68px !important;
}
#scroll-event-v div {
	max-height: 45px;
	height: 55px;
	padding: 0 0 10px 0;
	_padding: 0 0 10px 0;
}
#scroll-news-v div {
	max-height: 83px;
	height: 93px;
	padding: 0 0 10px 0;
	_padding: 0 0 10px 0;
}
#scroll-news-v div p {
	margin: 0 !important;
}
#swaps {
	height: 225px;
	float: right;
	width: 687px;
	margin-bottom: 16px;
	background: #eee;
	position: relative;
}
#swaps ul {
	list-style-type: none;
	margin-top: 27px;
	margin-left: 31px;
	z-index: 20;
	position: relative;
}
#swaps p {
	z-index: 20;
	font-size:11px;
}
#swapHome ul{
	margin-top:10px;
}
.swapItemHeader {
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	z-index: 20;
}
.swapItemHeader a {
	color: #333;
	text-decoration: none;
	display: block;
	z-index: 20;
}
.swapItemHeader a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	z-index: 20;
}
.active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid white !important;
	padding: 1px 1px 0px 1px !important;
	width: 640px;
	display: block;
	z-index: 20;
}
.swapItem {
	/*border-width: 1px;
	border-color: transparent;
	border-style: solid;
/*set an unused color to be index color*/
	/*_border-color: tomato;
/*For IE6-*/
/*then remove this indexed color*/
	/*_filter: chroma(color=tomato);
/*For IE6-*/
	padding: 1px;
}
.swapItemBg {
	position: absolute;
	top: 0;
	width: 687px;
	height: 225px;
	z-index: 10;
}
#swapNode {
	z-index: 25;
	position: absolute;
	opacity: 0.92;
	filter: alpha(opacity=92);
	width: 294px;
	height: 62px;
	font-size:11px;
	line-height:15px;
	padding: 8px 12px;
	background: #fff;
	right: 14px;
	top: 45px;
}
#swapItem1 {
	margin-bottom: 5px;
}
/*Suche*/
#search {
/*display:none;*/
}
.tx-isofactfinder-pi1 {
	margin: 0pt 0pt 10px 0px;
	float: right;
}
.tx-isofactfinder-pi1 form {
	float: left;
	display: block;
}
.tx-isofactfinder-pi1 #factfinder_query {
	display: block;
	float: left;
	font-size: 10px;
	width: 160px;
	height: 15px;
	max-height: 15px;
	border: 1px solid #C6C6C6;
	border-right: 0;
}
.tx-isofactfinder-pi1 .submit {
	display: block;
	float: left;
	font-size: 1px;
	color: #7B7979;
	border: 0;
	width: 15px;
	max-height: 15px;
	height: 15px;
	background-image: url(../images/btn_search.gif);
}
.tx-isofactfinder-pi1 input {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 1.4em;
	_padding-left: 1px;
}
.tx-isofactfinder-pi1 .selected {
	background-color: yellow;
}
.tx-isofactfinder-pi2 .result-item {
	border-bottom: 1px solid #C6C6C6;
	float: left;
	padding: 10px 0 5px;
	width: 100%;
}
.tx-isofactfinder-pi2 .markiert {
	background-color: yellow;
}
.tx-isofactfinder-pi2 #pages {
	text-align: center;
}
#searchindicator, #suggestions {
	position: absolute;
	top: 15px;
	left: 17px;
	max-width: 164px !important;
	width: 175px !important;
	background-color: #efefef;
	padding: 5px;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}
#suggestions ul {
	width: 165px !important;
}

#suggestions ul li{
	width: 160px !important;
}
#suggestions span {
	text-align: right;
	display: block;
}
#suggestions span a {
	color: black;
	font-size: 0.8em;
	font-style: italic;
}
/*Gmaps*/
#gDirections {
	display: none;
}
#mapSuggestion {
	cursor: pointer;
	z-index: 200;
	width: 229px !important;
}
#mapSuggestion ul {
	position:absolute;
	list-style: none;
	list-style-image: none;
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	border-top: 0;
	max-width: 219px !important;
	width: 228px !important;
	z-index: 101;
}
#mapSuggestion .selected {
	background-color: yellow;
}
#mapError {
	color: red;
	font-weight: bold;
}

#map_canvas{
  margin-top:10px;
}
#locationFrom {
	margin-bottom: 0px !important;
}
#directions table {
	table-layout: auto;
}
#directions thead {
	background: #CCC;
}
#directions td {
	padding: 5px;
	border: 1px solid #CCC;
}
#locationsHtml ul {
	list-style: none;
	margin: 0;
}
#locationsHtml li {
	width: 215px;
	display: inline;
	float: left;
}
/*Portraits Pressroom*/
.imagecontent h3 {
	width: 200px;
}
.imagecontent {
	float: left;
	margin-left: 10px;
}
.imagecontent .csc-textpic {
	padding-right: 20px;
}

/*form*/
div.tx-powermail-pi1{
	margin-top:15px;
}
div.tx-dmmjobcontrol-pi1 fieldset,
div.tx-powermail-pi1 fieldset,
#gDirections fieldset,
div.tx-srfeuserregister-pi1 fieldset{
	border:none;
	margin:0pt 0pt 10px;
}

div.tx-dmmjobcontrol-pi1 legend,
div.tx-powermail-pi1 fieldset legend,
div.tx-srfeuserregister-pi1 legend{
	font-weight:bold;
	margin:0px !important;
	padding:0px !important;
	width: 100%;
	margin-left:-7px !important;

}
.tx_powermail_pi1_fieldwrap_html{
	padding:0;
	float:left;
	width:100%;
	margin:3px 0 !important;
}
div.tx-powermail-pi1 input,
div.tx-powermail-pi1 textarea,
div.tx-powermail-pi1 select,
div.tx-dmmjobcontrol-pi1 input,
div.tx-dmmjobcontrol-pi1 textarea,
div.tx-dmmjobcontrol-pi1 select,
#gDirections input,
#gDirections textarea,
#gDirections select,
div.tx-srfeuserregister-pi1 input,
div.tx-srfeuserregister-pi1 textarea,
div.tx-srfeuserregister-pi1 select{
	background:#ECECEC;
	border-color:#999999;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	width:70%;
	float:left;
	padding:1px;
	font-family:Tahoma;
	font-size:8pt;
	line-height:1.4em;
}

div.tx-powermail-pi1 select,
div.tx-dmmjobcontrol-pi1 select,
#gDirections select,
div.tx-srfeuserregister-pi1 select{
	width:70%;
}
div.tx-powermail-pi1 label,
div.tx-dmmjobcontrol-pi1 label,
#gDirections label,
div.tx-srfeuserregister-pi1 label{
	width:100%;
	clear:both;
	float:left;
	padding:0px;
	margin:0px 0;
	text-align:left;
}

div.tx-dmmjobcontrol-pi1 input.dmmjobcontrol_search_submit,
div.tx-dmmjobcontrol-pi1 input.dmmjobcontrol_search_reset,
.tx-srfeuserregister-pi1-submit,
div.tx-powermail-pi1 input.powermail_reset,
div.tx-powermail-pi1 input.powermail_submit,
div.tx-powermail-pi1 input.powermail_button{
	margin-right:10px;
	font-family:tahoma;
	font-size:11px;
	width:120px;
	border-color:#999999;
	border-style:none solid solid none;
	border-width: medium 1px 1px medium;
}

div.tx-powermail-pi1 .powermail_check_inner input{
	border:none !important;
	background:none !important;
	width:3%;
	padding:0;
	margin:0;
}

div.tx-powermail-pi1 .powermail_check_inner label{
	margin:5px 0pt;
	padding:0pt;

}

.tx_powermail_pi1_fieldwrap_html_checkbox_title{

	display:none;
}

.tx-powermail-pi1_fieldset_submitfieldset legend{
	display:none;
}

.tx-powermail-pi1_fieldset_submitfieldseten legend{
    display:none;
}

.validation-failed{
	border:1px solid red !important;
	background:#FFBFBF !important;
}

.powermail_mandatory_js{
	float:right;
	width:100%;
	color:red;
	font-weight:bold;
}

.tx-srfreecap-pi2-image{
	height:45px;
}

.tx-srfreecap-pi2-cant-read{
	display:block;
	color:#333;
	width:70%;
}
div.tx-dmmjobcontrol-pi1 input.dmmjobcontrol_search_submit,
div.tx-dmmjobcontrol-pi1 input.dmmjobcontrol_search_reset,
.tx_powermail_pi1_fieldwrap_html_submit,
.tx_powermail_pi1_fieldwrap_html_reset{
	float:left;
}
#gDirections fieldset div,
div.tx-dmmjobcontrol-pi1 fieldset div{
	display:inline;
	float:left;
	width:50%;
}
div.tx-dmmjobcontrol-pi1.dmmjobcontrol_select{
	width:41% !important;
	float:left !important;
}

.powermail_captcha{
	width:25% !important;
}

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd{
	padding:0;
}


/*Platziert Eingabefelder nebeneinander z.B. PLZ-Ort Name-Vorname siehe Kontaktformular*/
.tx_powermail_pi1_fieldwrap_html_4,
.tx_powermail_pi1_fieldwrap_html_5,
.tx_powermail_pi1_fieldwrap_html_8,
.tx_powermail_pi1_fieldwrap_html_9,
.tx_powermail_pi1_fieldwrap_html_15,
.tx_powermail_pi1_fieldwrap_html_16,
.tx_powermail_pi1_fieldwrap_html_20,
.tx_powermail_pi1_fieldwrap_html_21,
.tx_powermail_pi1_fieldwrap_html_26,
.tx_powermail_pi1_fieldwrap_html_29,
.tx_powermail_pi1_fieldwrap_html_41,
.tx_powermail_pi1_fieldwrap_html_43,
.tx_powermail_pi1_fieldwrap_html_46,
.tx_powermail_pi1_fieldwrap_html_47,
.tx_powermail_pi1_fieldwrap_html_53,
.tx_powermail_pi1_fieldwrap_html_58,
.tx_powermail_pi1_fieldwrap_html_65,
.tx_powermail_pi1_fieldwrap_html_66,
.tx_powermail_pi1_fieldwrap_html_69,
.tx_powermail_pi1_fieldwrap_html_70,
.tx_powermail_pi1_fieldwrap_html_76,
.tx_powermail_pi1_fieldwrap_html_82,
.tx_powermail_pi1_fieldwrap_html_83,
.tx_powermail_pi1_fieldwrap_html_93,
.tx_powermail_pi1_fieldwrap_html_94,
.tx_powermail_pi1_fieldwrap_html_98,
.tx_powermail_pi1_fieldwrap_html_108,
.tx_powermail_pi1_fieldwrap_html_169,
.tx_powermail_pi1_fieldwrap_html_168,
.tx_powermail_pi1_fieldwrap_html_182,
.tx_powermail_pi1_fieldwrap_html_181,
.tx_powermail_pi1_fieldwrap_html_177,
.tx_powermail_pi1_fieldwrap_html_176,
.tx_powermail_pi1_fieldwrap_html_161,
.tx_powermail_pi1_fieldwrap_html_160,
.tx_powermail_pi1_fieldwrap_html_321,
.tx_powermail_pi1_fieldwrap_html_319,
.tx_powermail_pi1_fieldwrap_html_311,
.tx_powermail_pi1_fieldwrap_html_309,
.tx_powermail_pi1_fieldwrap_html_349,
.tx_powermail_pi1_fieldwrap_html_350,
.tx_powermail_pi1_fieldwrap_html_354,
.tx_powermail_pi1_fieldwrap_html_355
{
	float:left;
	width:41%;
}

/*Submit nebeneinander*/
.tx_powermail_pi1_fieldwrap_html_13,
.tx_powermail_pi1_fieldwrap_html_14,
.tx_powermail_pi1_fieldwrap_html_32,
.tx_powermail_pi1_fieldwrap_html_33,
.tx_powermail_pi1_fieldwrap_html_40,
.tx_powermail_pi1_fieldwrap_html_42,
.tx_powermail_pi1_fieldwrap_html_55,
.tx_powermail_pi1_fieldwrap_html_59,
.tx_powermail_pi1_fieldwrap_html_78,
.tx_powermail_pi1_fieldwrap_html_81,
.tx_powermail_pi1_fieldwrap_html_86,
.tx_powermail_pi1_fieldwrap_html_87{
	float:left;
	width:130px;
}

/*Demoauswahl*/
.tx_powermail_pi1_fieldwrap_html_98,
.tx_powermail_pi1_fieldwrap_html_108{
	width:100% !important;
}
.tx_powermail_pi1_fieldwrap_html_98 label,
.tx_powermail_pi1_fieldwrap_html_108 label{
	margin:6px 0 !important;
	width:15% !important;
}
.powermail_uid98,
.powermail_uid108{
	width:auto !important;
}
/*Demoauswahl - ende*/

/*FF Fix*/
input[type = "hidden"] {
	display:none !important;
}
/*FF Fix ende*/

.checkboxLabel{
	float:right !important;
	width:96% !important;
}

.checkbox{
	margin:6px 0 !important;
	_margin:3px 0 !important;
}

select{
	z-index:0;
}

div.tx-felogin-pi1 input{
	float:left;
	background:#ECECEC;
	border-color:#999999;
	border-style:solid none none solid;
	border-width:1px medium medium 1px;
	width:189px;
	padding:1px;
	margin:5px 0;
	font-family:Tahoma;
	font-size:8pt;
	line-height:1.4em;
}

div.tx-felogin-pi1 label{
	float:left;
	width:100%;
	text-align:left;
	padding:0px;
	margin:0px 0;
}

#permalogin{
	width:100%;
	float:left;
}

#permalogin label{
	width:auto;
}

#permalogin input{
	background:none !important;
	width:auto;
	display:block;
	border:none !important;
	margin:3px 2px;
	_margin:-1px 2px;
}
.tx-felogin-pi1 .submit{
	float:left;
}

.tx-dmmjobcontrol-pi1 .submit input,
.tx-felogin-pi1 .submit input{













	font-family:tahoma;
	font-size:11px;
	width:120px;
	border-color:#999999;
	border-style:none solid solid none;
	border-width: 0px 1px 1px 0px;
}

.downloadlogin{
	border:2px solid #EAE3C1;
	background:#FDF6D4;
	padding:1em 17px 1em 17px;
	margin-bottom:5px;
}

/*menu*/

/**
 * Klasse: vmenu
 * Beschreibung: Vertikales Menü
 * Author: Thomas Heinloth
 */
#leftmenu
{
	float: left;
	clear: both;
	position: relative;
	font-size: 11px;
	text-align: left;
	margin: 0px 0 11px 0;
	width: 193px;
	min-height: 450px;
	height: auto;
	_height: 450px !important;
}
#leftmenu ul
{
	margin: 0;
	padding: 0;
	width: 192px;
	list-style-type:none;
}
#leftmenu .navigation ul li a
{
	background-color: #9B9B9B;
	color: #FFFFFF;
	font-size:12px;
}
#leftmenu .vmenu_parent a {
	color:white !important;
	background:#9B9B9B !important;
}
#leftmenu .vmenu_active a {
	font-weight:bold;
}

/* menu layer 1 */
#leftmenu ul#vmenu_layer1 li
{
	/*margin: 1px 0 0 0;*/
	border-top:1px solid white;
	background-color: #9B9B9B;
}
#leftmenu ul#vmenu_layer1 li a
{
	display: block;
	background-color: #EBEBEB;
	padding: 4px 0px 4px 20px;
	background-image: none;
	color: #000000;
	text-decoration:none;
	min-height:15px;
}
#leftmenu ul#vmenu_layer1 li a:hover
{
	background:#EBEBEB url(../images/nav_hover.gif) repeat-y;
}
/* menu layer 2 */
#leftmenu ul#vmenu_layer2 li{}
#leftmenu ul#vmenu_layer2 li a{
	font-weight:normal;
	background:#F2F2F2;
	padding:4px 0 4px 30px;
}
#leftmenu ul#vmenu_layer2 li a:hover{
	background:#F2F2F2 url(../images/nav_hover.gif) repeat-y;
}
#leftmenu ul#vmenu_layer2 .vmenu_active a{
	font-weight:bold;
}
/* menu layer 3 */
#leftmenu ul#vmenu_layer2 ul#vmenu_layer3 li{}
#leftmenu ul#vmenu_layer2 ul#vmenu_layer3 li a{
	font-weight:normal;
	background:#F9F9F9;
	padding:4px 0 4px 40px;
}
#leftmenu ul#vmenu_layer2 ul#vmenu_layer3 li a:hover{
	background:#F9F9F9 url(../images/nav_hover.gif) repeat-y;
}
#leftmenu ul#vmenu_layer2 ul#vmenu_layer3 .vmenu_active a{
	font-weight:bold;
}

#subnavigation{
	float: left;
}
.navigation {
	/*height:23px;*/
	float:left;
	margin-left:12px;
	position:relative;
	z-index:80;
	padding-top:2px;
}
.navigation ul {
	position:relative;
	list-style-type:none;
}
.navigation li {
	float:left;
	position:relative;
	display:block;
}
*html .navigation li{
	width:1px;
}

.navigation a {
	color: #FFFFFF;
	display:block;
	font-size: 13px;
	font-weight:bold;
	height:21px;
	text-decoration:none;
	/*width:125px;*/
	padding:1px 40px 0 0;
	white-space:nowrap;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html  .navigation a, * html  .navigation a:visited
{
	/*width:125px;
	w\idth:100px;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navigation ul ul
{
	visibility:hidden;
	position:absolute;
	top:22px;
	_margin-top:-1px;
	left:0;
	float:left;
	background:#fff;
	min-width:170px;
	width:170px;
	/*_margin:-2px 0 0 0;*/
}

.navigation iframe{
	width:170px;
	background:none;
	position:absolute;
	top:0;
	height:40px;
	float:left;
	left:0;
	filter:mask();
	/*border:1px solid red;*/
	z-index:-1;
	display:block;
	visibility:hidden;

}
/* another hack for IE5.5 */
* html  .navigation ul ul
{
	top:22px;
	border-top:1px solid white;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.navigation table
{
	position:absolute; top:0; left:0;
}

/* style the second level links */
.navigation ul ul a
{
	color:#000;
	font-weight:normal;
	font-size:11px;
	height:auto;
	min-height:0;
	display:block;
	padding:4px 5px 4px 20px;
	width:auto;
	white-space:normal;
	max-width:146px;
	width:170px;
}

/* style the top level hover */
.navigation a:hover
{
	color:#fff;
	background:none;
}
.navigation ul ul li{
	background:#EBEBEB;
	margin-bottom:1px;
	min-width:170px;
	width:170px;
}
.navigation ul ul a:hover
{
	background:#9B9B9B;
	color:#fff;
	text-decoration:none;
}

/* make the second level visible when hover on first level list OR link */
.navigation ul li:hover ul,
.navigation ul a:hover ul,
.navigation ul li:hover iframe,
.navigation ul a:hover iframe
{
	visibility:visible;
}

/*Dynamic Content*/

.dynamicContent .csc-textpic-center,
.dynamicContent img {
	margin:0 !important;
}

.dynamicContent{
	margin-bottom:15px;
}

/*Captcha*/
.tx_powermail_pi1_fieldwrap_html_captcha label{
	float:left;
}
.powermail_captcha_wrap img{
	vertical-align:bottom;
}
.powermail_captcha_wrap {
    float:left;
    font-size:32pt;
    width:100%;
    height:80px;
}

#powermail_captcha_input{
	font-size:30pt;
	float:none !important;
	width:50px !important;
	height:50px !important;;
	text-align:center;
}
.powermail_mandatory_js{
	font-size:8pt !important;
}

.gray-box-orange,
.gray-box-orange-ticker,{
	float:left;
	width:100%;
	margin: 0 0 20px;
}

.gray-box-orange .header,
.gray-box-orange-ticker .header{
	background-color:#FA6A14;
}

.gray-box-orange .header h3,
.gray-box-orange-ticker .header h3{
	font-size: 1em;
	background-color:#B3B3B3;
	margin:0 0 0 15px;
	padding: 3px 0 3px 10px;
	border-left:1px solid #FFFFFF;
}

.gray-box-orange .content,
.gray-box-orange-ticker .content{
	background-color:#EEEEEE;
	margin:1px 0 0 16px;
	position:relative;
	overflow:hidden;
	height:100%;
}

#ticker-testimonial{
	position:absolute;
	/*overflow:hidden;*/
	width:100%;
	height:100%;
	w\idth:95%;
}

#ticker-testimonial .csc-frame{
	padding:2px 10px;
}

.tour .csc-textpic-imagewrap {
	margin:0 auto;
	text-align:center;
}

#content .tour .csc-textpic-imagewrap,
#content-big .tour .csc-textpic-imagewrap{
	float:right;
	margin-top:20px;
	padding:10px;
}

#crossfade {
	position:relative; 
	display:block; 
	width:100%;
}
#crossfade-content .crossfade-element {
	position:absolute;
	top:0;
	left:0;
	float:left;
	padding:10px;
}