/* TYPO3 content stylesheet */
.ctArea .ctElement {
	margin-bottom: 15px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 4px;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
}

.ctArea .align-justify {
	text-align: justify;
}

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

.ctArea .align-right {
	text-align: right;
}

.ctArea a {
	color: #000000;
	text-decoration: underline;
}

.ctArea a:hover {
	color: #E2001A;
	text-decoration: underline;
}

#rightCol .ctArea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.ctArea ul ul {
	margin-left: 10px;
}

.ctArea ul li {
	padding: 0 0 0 22px;
	background-image: url(../../images/rightCol-bullet.gif);
	background-position: 1px 8px;
}

#rightCol .ctArea ul li {
	padding: 0 0 0 15px;
	background-image: url(../../images/rightCol-bullet.gif);
	background-position: 1px 8px;
}

.ctArea ol {
	padding-left: 42px;
}

.ctArea blockquote {
	padding-left: 20px;
}

#midCol h2 {
	padding-bottom: 4px;
}

#midCol h2,
#midCol h2 a {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.25px;
}

.textHeader {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.25px;
}

#midCol h3 {
	margin-bottom: 0px;
}

#midCol h3,
#midCol h3 a,
#midCol h4,
#midCol h4 a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.25px;
}

#midCol .ctArea .csc-firstHeader {
	margin-top: 0;
}

#rightCol .ctElement {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #000000;
	background: transparent url(../../images/rightcol_bg.gif) repeat-y 0 0;
}

#rightCol h2 {
	text-align: center;
	padding: 5px 10px 4px 10px;
	margin: 0 -10px 12px -10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background: transparent url(../../images/rightcol_header-bg.gif) no-repeat 0 0;
}

/* contenttables */
table.contenttable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 1px;
	width: 473px;
}
.contenttable tr td {
	background-color: #EBEBEB;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
	vertical-align: middle;
}

.contenttable tr th {
	padding: 6px;
}

/* Section Frames */

.ctArea .sectionFrame1 {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFF;
}

#rightCol .sectionFrame2 h2 {
	padding: 5px 10px 5px 10px;
	margin: 0 -10px 12px -10px;
	background: transparent url(../../images/rightcol_header-bg-section2.gif) no-repeat 0 0;
}

#rightCol .sectionFrame3 {
	padding: 0 10px 0 10px;
}

/* Flexible Contents 2 Columns */

.fce2Columns .fceLeftCol {
	float: left;
	width: 227px;
}

.fce2Columns .fceLeftCol .fceCtArea {

}

.fce2Columns .fceRightCol {
	float: right;
	width: 227px;
}

.fce2Columns .fceRightCol .fceCtArea {
}

/* Flexible Content - Preiskipper */
#rightCol .priceskipper {
	margin: 0 -10px 0px -10px;
	padding-top: 43px;
	background: transparent url(../../images/rightcol_priceskipper_bg.gif) no-repeat 0 0;
	height: 161px!important;
	height: 204px;
	position: relative;
}

#rightCol .priceskipper span.row1,
#rightCol .priceskipper span.row2{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 12px;
}

#rightCol .priceskipper span.row1{
	display: block;
}

#rightCol .priceskipper span.row2small {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}

#rightCol .priceskipper span.image{
	display: block;
	margin-top: 12px;
	margin-left: 12px;
}

#rightCol .priceskipper a{
	color: #fff;
	text-decoration: none;
}

#rightCol .priceskipper a:hover{
	text-decoration: none;
}


/* Filelinks */
.csc-uploads td {
	padding: 5px 10px 5px 0;
}


/* Sitemap */
.csc-sitemap ul li {
	margin-top: 10px;
}

.csc-sitemap ul ul li{
	margin-top: 2px;
}


/* Mailform typo3 */
fieldset.defaultForm {
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

fieldset.defaultForm div.formRow {
	clear: both;
}

.defaultForm .csc-mailform-label {
	padding: 5px 0 20px 0;
} 

fieldset.defaultForm .required {
	float: left;
	margin-left: -12px;
}

.defaultForm label {
	float: left;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 17px;
	background-color: #EBEBEB;
	color: black;
	border: 1px solid #CCCCCC;
	padding: 2px 0px 1px 4px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 206px;
}

.defaultForm option {
	background-color: #EBEBEB;
	padding: 0 0 0 4px;
}

.defaultForm input.checkbox {
	width: 13px;
	height: 13px;
	margin-bottom: 12px;
	/* margin-top: 4px; */
	margin-top: 0px;
	border: none;
	background-color: transparent;
}

.defaultForm input.submit,
.defaultForm button,
.defaultForm .submit input,
.tx_asagautodo_pi1 .singleView .defaultForm input.submit {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 2px 10px !important;
	padding: 2px 0;
	text-transform: uppercase;
	background-color: #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #646464;
	border-right: 1px solid #646464;
	color: #FFFFFF;
}

.defaultForm input.submit:active,
.defaultForm button:active,
.defaultForm .submit input:active {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 2px 10px !important;
	padding: 2px 0;
	text-transform: uppercase;
	background-color: #646464;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
}

.defaultForm input.noMargin,
.defaultForm input.noMargin:active {
	margin-left: 0 !important;
}

.defaultForm .formRowNoMargin input.submit,
.defaultForm .formRowNoMargin button {
	margin-left: 0 !important;
	margin-left: 0;
}

.defaultForm div.radio {
	padding-bottom: 5px;
}

.defaultForm div.radio fieldset label {
	width: auto;
	display: inline;
	float: none;
}

.defaultForm div.radio fieldset .radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	border: none;
}

#midCol .defaultForm div.radio fieldset .radio {
	background-color: #FFF
}

#rightCol .defaultForm div.radio fieldset .radio {
	background-color: #CCCCCC;
}


/* images */
#midCol .ctElement .csc-textpic-intext-right .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
	padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
	padding-top: 5px;
}

.csc-textpic-caption {
	font-size: 11px;
	padding-top: 2px;
}


/* tt_news */
.newsLatestItem h3 {
	padding-bottom: 10px;
}

.newsLatestItem p.bodytext {
	display: inline;
}

.newsLatestItem img {
	float: left;
	margin: 4px 7px 2px 0;
}

#rightCol .newsLatestItem img,
#rightCol .newsLatestItem p,
#rightCol .newsLatestItem a {
	display: none;
}

#rightCol .newsLatestItem h3 a {
	display: inline;
}

.newsSingleItem {
	position: relative;
}

#midCol .newsSingleItem h2 {
	padding-right: 100px;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

.ctArea .newsSingleItem .newsSingleSubheader p span {
	line-height: 18px;
}

.newsSingleItem .news-single-related,
.newsSingleItem .news-single-files,
.newsSingleItem .newsSingleImage {
	margin-top: 15px;
}

.newsSingleItem .news-single-related dd {
	padding-bottom: 2px;
}

.newsSingleItem .news-single-files img {
	margin-right: 4px;
}

.newsSingleItem .newsSingleImage img {
	margin-right: 10px;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
	padding-bottom: 5px;
}

.newsListWrap {
	margin-top: -15px;
	height: 100%;
	margin-bottom: 30px;
}

.newsListItem {
	padding-top: 15px;
	clear: both;
}

#midCol .newsListItem h3 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}

.newsListItem img {
	float: left;
	margin: 2px 7px 20px 0;
}

.newsListItem p.bodytext {
	display: inline;
}

.newsListDate {
	float: right;
	color: #666666;
}

#midCol .backlink,
.newsListBrowse {
	margin-top: 6px;
}

.tx-ttnews-browsebox {
	padding-top: 15px;
	clear: both;
}

.tx-ttnews-browsebox .active {
	font-weight:bold;
}

.tx-ttnews-browsebox .next {
	display:none;
}

.tx-ttnews-browsebox .prev {
	display:none;
}


/* indexed search */
.tx-indexedsearch .defaultForm label {
	width: 120px;
}

.tx-indexedsearch .defaultForm select {
	width: 150px;
}

.tx-indexedsearch .defaultForm .submit {
	margin-left: 120px !important;
	margin-left: 123px;
}

.tx-indexedsearch .defaultForm .submit:active  {
	margin-left: 120px !important;
	margin-left: 123px;
}


.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 300px !important;
	width: 302px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 15px;
	/* margin-bottom: -30px; NUR WENN SECTION HEADERS VORHANDEN SIND ! */
	margin-bottom: 15px;
}

.tx-indexedsearch .tx-indexedsearch-secHead {
	margin-top: 80px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-secHead h2 a {
	font-size: 14px;
}

.tx-indexedsearch .tx-indexedsearch-res {
	clear: both;
	margin-bottom: 16px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res h2 {
	margin: 0;
	padding: 0;
	position: relative;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res h2 a {
	text-decoration: none;
	text-transform: none;
}

.tx-indexedsearch .tx-indexedsearch-res h2 .tx-indexedsearch-icon {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-res h2 .tx-indexedsearch-title {
	margin-left: -6px;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-size,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-crdate,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-mtime {
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt.tx-indexedsearch-text-item-path {
	width: 400px;
	clear: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dd.tx-indexedsearch-text-item-path {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-list {
	margin-top: 60px;
	margin-bottom: -30px;
	clear: both;
}

.tx-indexedsearch .browsebox li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 15px 5px 50px 0;
}

.tx-indexedsearch .browsebox li a {
	
}

.tx-indexedsearch .tx-indexedsearch-info,
.tx-indexedsearch .tx-indexedsearch-percent {
	display: none;
}



/* Login */
.tx-felogin-pi1 p.forgotP {
	margin-left: 180px !important;
	margin-left: 183px;
}

#rightCol .tx-felogin-pi1 p.forgotP {
	margin-left: 0 !important;
	margin-left: 0;
}

.tx-felogin-pi1 .logoutForm input.submit  {
	/*margin-top: 10px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;*/
}

#rightCol .tx-felogin-pi1 .defaultForm label {
	width: 70px;
}

#rightCol .tx-felogin-pi1 .defaultForm input {
	width: 100px;
}

#rightCol .tx-felogin-pi1 .defaultForm input.submit {
	margin-left: 70px !important;
	margin-left: 73px;
	width: auto;
}

#rightCol .tx-felogin-pi1 .defaultForm .formRowNoMargin input.submit {
	margin-left: 0 !important;
	margin-left: 0;
}


/* Frontend Registration & Newsletter Registration */
.tx-srfeuserregister-pi1 p,
.tx-srfeuserregister-pi1 h4 {
	padding-left: 0;
}

.regForm .regFormNotice {
	padding-bottom: 20px;
}

.regForm span {
	color:  #FF0000;
}

.regForm .tx-srfeuserregister-pi1-error,
.regForm .tx-sremailsubscribe-pi1-error {
	color: #FF0000;
	margin-left: 180px !important;
	margin-left: 183px;
	margin-bottom: 17px;
	font-size: 11px;
}

.regForm .image {
	position: relative;
}

.regForm input.tx-srfeuserregister-pi1-delete-icon {
	position: absolute;
	left: 310px !important;
	left: 130px;
	top: 0px;
	width: 11px;
}

.regForm .formRow .tx-srfeuserregister-pi1-file-view {
	position: absolute;
	left: 340px !important;
	left: 160px;
	top: 2px;
}

.regFormPreview .buttons {
	margin-top: 50px;
}

.tx-srfeuserregister-pi1 p a {
	background-image: none;
	padding-left: 0;
}

.bold {
	font-weight: bold;
}

.regForm div.radio fieldset .tx-srfeuserregister-pi1-radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	background-color: transparent;
	border: none;
}

.regForm .checkboxLabel {
	width: 200px;
}

.regForm input.checkbox {
	margin-top: 2px;
	margin-bottom: 0;
	margin-right: 5px;
	float: left;
}

.regForm div.checkbox fieldset label {
	width: auto;
	display: inline;
	float: none;
}

.regForm div.checkbox fieldset .checkbox,
.regForm div.checkbox input.tx-srfeuserregister-pi1-checkbox,
.regForm div.checkbox input.tx-sremailsubscribe-pi1-checkbox {
	padding: 0;
	width: auto;
	background-color: transparent;
	border: none;
}


/* tipafriend */
.tipform .captchaResponse {
	margin-top: -5px;
}

/* jk_poll */
.poll-vote-content {
	display: table;
}
.poll-vote-header h3 {
	padding: 0 0 6px 0;
}
#rightCol .poll-vote-header h3 {
	padding: 0 0 6px 0;
}
.ctArea .poll-vote-content ul li {
	list-style-position: outside;
}
#main .ctArea .poll-vote-content ul li {
	background-image: none;
	padding: 0;
}
#main .ctArea .poll-vote-content ul li input {
	padding: 0 !important;
	padding: 0;
	width: auto;
	margin: 4px 0 -2px 0;
	background-color: transparent;
	border: none;
}
#main #rightCol .ctArea .poll-vote-content ul li input {
	background-color: #CCCCCC;
}
#main .ctArea .poll-vote-content ul li span {
	line-height: 18px;
	position: relative;
	top: -3px;
}
.poll-vote-header p {
	padding-bottom: 6px;
}
.poll-vote-content .poll-captchaimage {
	margin-top: 10px;
}
.poll-vote-content .poll-captchainput input {
	width: 96px;
	margin-bottom: 6px;
	font-size: 11px;
	background-color: #F6F6F6; 
	color: black;
	border: 1px solid #929698;
	padding: 1px;
}

#main .poll-vote-content .poll-submit input {
	margin-left: 0px !important;
	margin-left: 0px;
	width: auto;
	padding: 2px 10px !important;
	padding: 2px 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#main .poll-vote-content .poll-submit input:active {
	margin-left: 0px !important;
	margin-left: 0px;
}

#midCol .poll-result-h {
	padding-bottom:10px;
}
#midCol .poll-question_image {
	float: none;
	padding: 0;
	text-align: center;
}
#midCol .poll-question_image img {
	margin-right: 10px;
}
#midCol .poll-answerresult_v {
	float: left;
	padding-right: 10px;
}
#midCol .poll-result_v {
	clear: both;
	padding-bottom: 20px;
}

.poll-votes-total {
	padding-bottom: 6px;
}

#rightCol .poll-question_image {
	float: none;
	padding: 0 0 6px 0;
	margin: -12px -10px 0 -10px;
	text-align: center;
}
#rightCol .poll-result-h {
	padding-bottom: 12px;
}

/* cabag_events */
.ctArea .pager .prev {
	float: left;
	padding-right: 5px;
}

.ctArea .pager li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background-image: none;
}

.ctArea .pager li a {
	display: block;
	padding-right: 5px;
	float: left;
}

.ctArea .pager li.act a {
	text-decoration: none;
}

/* list view */

.tx_cabagevents_pi1 .listView .item {
	margin-bottom: 20px;
}

/* single view */

.tx_cabagevents_pi1 .singleView .teaser {
	margin-bottom: 15px;
}

.tx_cabagevents_pi1 .singleView .description {
	margin-bottom: 15px;
}


/* Banners */

#rightCol .ctArea .banners {
	width: 191px;
	margin-left: -10px;
	margin-right: -10px;
	/*margin-top: -13px;*/
}

#rightCol .ctArea .banners .banner {
	text-align: center;
	margin-top: 10px;
}

#rightCol .ctArea .banners .banner img {
	border: 1px solid #FFF;
}


/* cabag_jobs */
/* listView */
.tx_cabagjobs_pi1 .listView .item {
	padding: 3px 5px 3px 5px;
	position: relative;
	/*border:1px solid red;*/
}

.tx_cabagjobs_pi1 .listView div.even {
	background-color: #ebebeb;
	height: auto !important;
	height: 10px;
}

.tx_cabagjobs_pi1 .singleView h3,
.tx_cabagjobs_pi1 .insertRecord h3,
.tx_cabagjobs_pi1 .listView h3 {
	width: 365px;
}

.tx_cabagjobs_pi1 .insertRecord h3 a,
.tx_cabagjobs_pi1 .listView .item h3 a{
	text-decoration: none;
}

.tx_cabagjobs_pi1 .listView .entrydate {
	position: absolute;
	top: 5px!important;
	top: 3px;
	right: 5px;
}

/* insertRecord */
.tx_cabagjobs_pi1 .insertRecord {
	position: relative;
}

.tx_cabagjobs_pi1 .insertRecord .entrydate{
	position: absolute;
	top: 0px;
	right: 0px;
}

/* singleView */
.tx_cabagjobs_pi1 .singleView {
	position: relative;
}

.tx_cabagjobs_pi1 .singleView .entrydate {
	position: absolute;
	top: 2px!important;
	top: 0px;
	right: 0px;
}


/* tx_dateplanner_pi1 */

.tx_dateplanner_pi1 p.error {
	color: red;
	font-weight: bold;
	padding: 10px 0;
}

.tx_dateplanner_pi1 fieldset {
	border: none;
	padding-bottom: 8px;
}
.tx_dateplanner_pi1 legend {
	display: block;
}

.tx_dateplanner_pi1 input,
.tx_dateplanner_pi1 select,
.tx_dateplanner_pi1 textarea {
	margin-bottom: 8px;
}

.tx_dateplanner_pi1 input.radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	border: none;
	background-color: #FFFFFF;
}

.tx_dateplanner_pi1 input.check {
	width: 13px;
	height: 13px;
	border: none;
	background-color: transparent;
}

.tx_dateplanner_pi1 .fce2Columns .fceLeftCol {
	float: left;
	width: 294px;
}
.tx_dateplanner_pi1 .fce2Columns .fceRightCol {
	float: right;
	width: 180px;
}

.tx_dateplanner_pi1 .fceLeftCol input.text,
.tx_dateplanner_pi1 .fceLeftCol select {
	width: 154px;
}

.tx_dateplanner_pi1 .companies {
	padding-top: 0px;
}

.tx_dateplanner_pi1 .companies legend {
	margin-bottom: -14px;
}

.tx_dateplanner_pi1 .companies input {
	float: left;
	margin-left: 100px;
	margin-top: 3px;
}

.tx_dateplanner_pi1 .companies label {
	float: right;
	width: 174px;
}

.tx_dateplanner_pi1 .contactInfo label {
	width: 120px;
	line-height: 16px;
}

.tx_dateplanner_pi1 .contactInfo .salutation label {
	width: 40px;
}

.tx_dateplanner_pi1 .contactInfo .salutation input {
	float: left;
}

.tx_dateplanner_pi1 .contactInfo .salutation #salutationMr {
	margin-left: 120px;
}

.tx_dateplanner_pi1 .contactInfo #contact {
	line-height: 16px;
	width: 158px;
}

.tx_dateplanner_pi1 .contactInfo #calltime {
	width: 120px;
	margin-right: 2px;
	line-height: 16px;
}

.tx_dateplanner_pi1 .contactInfo input.submit {
	margin-left: 120px !important;
	margin-left: 120px;
}

.tx_dateplanner_pi1 fieldset.date {
	padding-top: 0px;
}
.tx_dateplanner_pi1 fieldset.date input {
	width: 80px;
}
.tx_dateplanner_pi1 fieldset.date #timePrefered,
.tx_dateplanner_pi1 fieldset.date #timeAlternative {
	width: 30px;
	margin-right: 2px;
}

.tx_dateplanner_pi1 fieldset.date input.submit {
	background: url(../../images/calendar.gif) top left no-repeat;
	border: none;
	padding: 0;
	/* position: absolute; */
	top: 2px;
	left: -2px;
	width: 14px;
	height: 14px;
	margin-left: 4px !important;
	margin-left: 4px;
}

.tx_dateplanner_pi1 fieldset.optionSelect input {
	float: left;
	margin-left: 0px;
	margin-top: 2px;
}
.tx_dateplanner_pi1 fieldset.optionSelect label {
	float: right;
	width: 160px;
}

.tx_dateplanner_pi1 fieldset.serviceSelect input {
	float: left;
	margin-left: 0px;
	margin-top: 2px;
}
.tx_dateplanner_pi1 fieldset.serviceSelect label {
	float: right;
	width: 160px;
}

.tx_dateplanner_pi1 fieldset.serviceSelect .comments label {
	float: none;
	margin-top: 16px;
}

.tx_dateplanner_pi1 fieldset.serviceSelect textarea {
	width: 154px;
	height: 105px;
}


/* asag autodo */

#rightCol .tx_asagautodo_pi1 .listView {
	margin-top: -12px;
	margin-bottom: -10px;
}

.tx_asagautodo_pi1 .listView .formLeftCol {
	float: left;
	width: 227px;
}

.tx_asagautodo_pi1 .listView .formRightCol {
	float: right;
	width: 237px;
}

.tx_asagautodo_pi1 .listView .formRow select.select {
	width: 126px;
	margin: 0 0 0 0;
	/*height: 16px;
	padding: 0 0 0 0;*/
	padding: 2px 0px 1px 4px;
}

.tx_asagautodo_pi1 .listView .formRow input.text {
	width: 150px;
	margin-bottom: 0;
}

.tx_asagautodo_pi1 .listView .formRow select#brand,
.tx_asagautodo_pi1 .listView .formRow select#rated_power,
.tx_asagautodo_pi1 .listView .formRow select#color,
.tx_asagautodo_pi1 .listView .formRow select#price,
.tx_asagautodo_pi1 .listView .formRow select#sorting,
.tx_asagautodo_pi1 .listView .formRow input#model {
	margin-bottom: 5px;
}

.tx_asagautodo_pi1 .listView .formRow select#build_type,
.tx_asagautodo_pi1 .listView .formRow select#registration_date,
.tx_asagautodo_pi1 .listView .formRow select#rated_power {
	margin-bottom: 15px;
}

.tx_asagautodo_pi1 .listView .formRow input#intern_number {
	margin-bottom: 14px;
}

.tx_asagautodo_pi1 .listView .formLeftCol .formRow label {
	width: 100px;
	margin: -1px 0 0 0;
}

.tx_asagautodo_pi1 .listView .formRightCol .formRow label {
	width: 81px;
	margin: -1px 0 0 0;
}

.tx_asagautodo_pi1 .listView .checkLeftCol {
	float: left;
}

.tx_asagautodo_pi1 .listView .checkRightCol {
	float: right;
}

.tx_asagautodo_pi1 .listView input.checkbox {
	margin: 4px 0 0 0;
}

.tx_asagautodo_pi1 .listView .checkLeftCol .formRow label,
.tx_asagautodo_pi1 .listView .checkRightCol .formRow label {
	margin: 2px 0 0 0;
}

.tx_asagautodo_pi1 .listView input.submit,
.tx_asagautodo_pi1 .listView input.submit:active {
	margin: 0 0 0 100px !important;
	margin: 0 0 0 103px;
	padding: 0 0 0 0;
}

.tx_asagautodo_pi1 .listView .showAllLink {
	margin: 0 0 20px 100px!important;
	margin: 0 0 20px 103px;
}

.tx_asagautodo_pi1 .listView .results {
	margin-bottom: 17px;
}

.tx_asagautodo_pi1 .listView .item {
	position: relative;
	width: 475px;
	height: 62px;
	background-color: #ebebeb;
}

#rightCol .tx_asagautodo_pi1 .listView .item {
	position: relative;
	width: 174px !important;
	width: 191px;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 -10px 0 -10px;
	background-color: #cccccc;
	padding: 2px 5px 5px 12px;
} 

.tx_asagautodo_pi1 .listView .car1 {
	background-color: #FFFFFF;
}

#rightCol .listView .car1 {
	background-color: #cccccc;
}

.tx_asagautodo_pi1 .listView .item img {
	float:left;
	margin: 4px 0 0 4px;
}

#rightCol .tx_asagautodo_pi1 .listView .item img {
	float: right;
	margin: -2px -5px 0 0 !important;
	margin: -2px -8px 0 0;
} 

.tx_asagautodo_pi1 .listView .item h3,
.tx_asagautodo_pi1 .listView .item p {
	margin-left: 100px;
}

#rightCol .tx_asagautodo_pi1 .listView .item h3,
#rightCol .tx_asagautodo_pi1 .listView .item p {
	margin-left: 0;
}

.tx_asagautodo_pi1 .listView .item p {
	line-height: 13px;
	margin-right: 50px;
}

#rightCol .tx_asagautodo_pi1 .listView .item p {
	margin: 10px 0 0 0;
}

.tx_asagautodo_pi1 .listView .item .mwstr {
	float: right;
	padding-right: 13px;
}

.tx_asagautodo_pi1 .listView .item .price {
	position: absolute;
	right: 13px;
	top: 0;
}

#rightCol .tx_asagautodo_pi1 .listView .item .mwstr {
	float: none;
	padding: 0 0 0 0;
}

#rightCol .tx_asagautodo_pi1 .listView .item .price {
	position: static;
	right: auto;
	top: auto;
}

#rightCol .tx_asagautodo_pi1 .listView .item .mwstr {
	display: none;
}

.tx_asagautodo_pi1 .listView .item .price {
	font-weight: bold;
	padding-top: 3px;
}

#rightCol .tx_asagautodo_pi1 .listView .item .price {
	padding: 0 0 0 0;
	/*margin-top: 14px;*/
}

.tx_asagautodo_pi1 .listView .item h3 {
	padding-top: 1px;
}

#midCol .tx_asagautodo_pi1 .listView .item h3 a,
#rightCol .tx_asagautodo_pi1 .listView .item h3 a {
	text-decoration: none;
	line-height: 16px;
	color: #666666;
}

#midCol .tx_asagautodo_pi1 .listView .item h3 a {
	padding-right: 66px;
} 

#midCol .tx_asagautodo_pi1 .listView .item .more_link {
	display: none;
}

#rightCol .tx_asagautodo_pi1 .listView .item .more_link {
	text-align: right;
}

#rightCol .tx_asagautodo_pi1 .listView .item .more_link a {
	font-weight: bold;
	color: #000000;
}

.tx_asagautodo_pi1 .listView .pager {
	margin-top: 15px;
}

.tx_asagautodo_pi1 .listView .pager a {
	text-decoration: none;
	color: #666;
}

.tx_asagautodo_pi1 .listView .pager li.act a {
	font-weight: bold;
}

.tx_asagautodo_pi1 .singleView .prevCar,
.tx_asagautodo_pi1 .singleView .nextCar {
	position: static !important;
	position: relative;
	top: auto !important;
	top: 6px;
}
	
.tx_asagautodo_pi1 .singleView .prevCar {
	float: left;
}

.tx_asagautodo_pi1 .singleView .nextCar {
	float: right;
}

.tx_asagautodo_pi1 .singleView .backLink {
	padding-left: 152px;
}

.tx_asagautodo_pi1 .singleView .prevCar a,
.tx_asagautodo_pi1 .singleView .nextCar a,
.tx_asagautodo_pi1 .singleView .backLink a {
	color: #666666;
}

.tx_asagautodo_pi1 .singleView .head {
	width: 463px !important;
	width: 475px;
	height: 170px;
	background-color: #ebebeb;
	padding: 15px 0 0 12px;
	margin-bottom: 27px;
	margin-top: 8px;
}

.tx_asagautodo_pi1 .singleView .head .extrainfo {
	font-style: italic;
}

.tx_asagautodo_pi1 .singleView .head .carImage {
	width: 238px;
	overflow: hidden;
	text-align: center;
	float: right;
	margin-top: -15px;
}

.tx_asagautodo_pi1 .singleView .head .carImage img {
	height: 185px;
	width: 237px;
}

.tx_asagautodo_pi1 .singleView .head .intern_number {
	margin-top: 14px;
}

.tx_asagautodo_pi1 .singleView .head .pricing {
	margin-top: 16px;
}

.tx_asagautodo_pi1 .singleView .head .price {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

.tx_asagautodo_pi1 .singleView .head .mwst {
	display: inline;
	margin-left: 3px;
}

#midCol .tx_asagautodo_pi1 .singleView .head h2 {
	color: #666666;
	padding-right: 238px;
}

.tx_asagautodo_pi1 .singleView .moreImages {
	margin-bottom: 12px;
	padding-left: 238px;
	height: 13px;
	color:#666;
}

.tx_asagautodo_pi1 .singleView .detailItem,
.tx_asagautodo_pi1 .singleView .consumption {
	width: 225px !important;
	width: 237px;
	height: 16px;
	font-weight: bold;
	background-color: #ebebeb;
	padding-left: 12px;
	padding-top: 2px;
}

.tx_asagautodo_pi1 .singleView .alt {
	background-color: #FFFFFF;
}

.tx_asagautodo_pi1 .singleView .consumption {
	height: auto;
}

.tx_asagautodo_pi1 .singleView .consumption ul li {
	padding-left: 12px;
}

.tx_asagautodo_pi1 .singleView .address {
	float: right;
	width: 216px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
	padding-left: 22px;
}

#midCol .tx_asagautodo_pi1 .singleView .address h3 {
	color: #666666;
	margin-bottom: 0;
}

#midCol .tx_asagautodo_pi1 .singleView .address a {
	text-decoration:none;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
}

.tx_asagautodo_pi1 .singleView .equipment {
	margin-top: 27px;
}

.tx_asagautodo_pi1 .singleView .remarks {
	margin-top: 20px;
}

#midCol .tx_asagautodo_pi1 .singleView .equipment h3,
#midCol .tx_asagautodo_pi1 .singleView .remarks h3 {
	color: #666666;
}

.tx_asagautodo_pi1 .singleView fieldset.defaultForm .csc-mailform-label {
	padding: 0 0 0 0;
}

.tx_asagautodo_pi1 .singleView fieldset.defaultForm .csc-mailform-label .formDescription {
	margin-bottom: 15px;
	display: block;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
}

.tx_asagautodo_pi1 .singleView fieldset.defaultForm {
	margin-top: 12px;
}

.tx_asagautodo_pi1 .singleView .defaultForm input,
.tx_asagautodo_pi1 .singleView .defaultForm select,
.tx_asagautodo_pi1 .singleView .defaultForm textarea,
.tx_asagautodo_pi1 .singleView .defaultForm button {
	margin-bottom: 5px;
}

/* Autoscout */

#rightCol .tx_asagautoscout_pi1 .listView {
	margin-top: -12px;
	margin-bottom: -10px;
}

.tx_asagautoscout_pi1 .listView .formLeftCol {
	float: left;
	width: 227px;
}

.tx_asagautoscout_pi1 .listView .formRightCol {
	float: right;
	width: 237px;
}

.tx_asagautoscout_pi1 .listView .formRow select.select {
	width: 126px;
	margin: 0 0 5px 0;
	padding: 2px 0px 1px 4px;
}

.tx_asagautoscout_pi1 .listView .formRightCol .formRow select.select {
	width: 150px;
}

.tx_asagautoscout_pi1 .listView .formRow select#fuel,
.tx_asagautoscout_pi1 .listView .formRow select#sorting,
.tx_asagautoscout_pi1 .listView .formRow select#color{
	margin-bottom: 15px;
}

.tx_asagautoscout_pi1 .listView .formRow input#intern_number {
	margin-bottom: 14px;
}

.tx_asagautoscout_pi1 .listView .formRow #modelSelects {
	margin-left: 87px!important;
	margin-left: 84px;
}

.tx_asagautoscout_pi1 .listView .formLeftCol .formRow label {
	width: 100px;
	margin: -1px 0 0 0;
}

.tx_asagautoscout_pi1 .listView .formRightCol .formRow label {
	width: 87px!important;
	width: 84px;
	margin: -1px 0 0 0;
}

.tx_asagautoscout_pi1 .listView .checkLeftCol {
	float: left;
}

.tx_asagautoscout_pi1 .listView .checkRightCol {
	float: right;
}

.tx_asagautoscout_pi1 .listView input.checkbox {
	margin: 4px 0 0 0;
}

.tx_asagautoscout_pi1 .listView .checkLeftCol .formRow label,
.tx_asagautoscout_pi1 .listView .checkRightCol .formRow label {
	margin: 2px 0 0 0;
}

.tx_asagautoscout_pi1 .listView input.submit,
.tx_asagautoscout_pi1 .listView input.submit:active {
	margin: 0 0 0 100px !important;
	margin: 0 0 0 103px;
	padding: 0 0 0 0;
}

.tx_asagautoscout_pi1 .listView .showAllLink {
	margin: 0 0 20px 100px!important;
	margin: 0 0 20px 103px;
}

.tx_asagautoscout_pi1 .listView .results {
	margin-bottom: 17px;
}

.tx_asagautoscout_pi1 .listView .item {
	position: relative;
	width: 475px;
	height: 62px;
	background-color: #ebebeb;
}

#rightCol .tx_asagautoscout_pi1 .listView .item {
	position: relative;
	width: 174px !important;
	width: 191px;
	height: auto;
	border-bottom: 1px solid #FFFFFF;
	margin: 0 -10px 0 -10px;
	background-color: #cccccc;
	padding: 2px 5px 5px 12px;
} 

.tx_asagautoscout_pi1 .listView .car1 {
	background-color: #FFFFFF;
}

#rightCol .listView .car1 {
	background-color: #cccccc;
}

.tx_asagautoscout_pi1 .listView .item img {
	float:left;
	margin: 4px 0 0 4px;
}

#rightCol .tx_asagautoscout_pi1 .listView .item img {
	float: right;
	margin: -2px -5px 0 0 !important;
	margin: -2px -8px 0 0;
} 

.tx_asagautoscout_pi1 .listView .item h3,
.tx_asagautoscout_pi1 .listView .item p {
	margin-left: 100px;
}

#rightCol .tx_asagautoscout_pi1 .listView .item h3,
#rightCol .tx_asagautoscout_pi1 .listView .item p {
	margin-left: 0;
}

.tx_asagautoscout_pi1 .listView .item p {
	line-height: 13px;
	margin-right: 50px;
}

#rightCol .tx_asagautoscout_pi1 .listView .item p {
	margin: 10px 0 0 0;
}

.tx_asagautoscout_pi1 .listView .item .mwstr {
	float: right;
	padding-right: 13px;
}

.tx_asagautoscout_pi1 .listView .item .price {
	position: absolute;
	right: 13px;
	top: 0;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .mwstr {
	float: none;
	padding: 0 0 0 0;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .price {
	position: static;
	right: auto;
	top: auto;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .mwstr {
	display: none;
}

.tx_asagautoscout_pi1 .listView .item .price {
	font-weight: bold;
	padding-top: 3px;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .price {
	padding: 0 0 0 0;
	/*margin-top: 14px;*/
}

.tx_asagautoscout_pi1 .listView .item h3 {
	padding-top: 1px;
}

#midCol .tx_asagautoscout_pi1 .listView .item h3 a,
#rightCol .tx_asagautoscout_pi1 .listView .item h3 a {
	text-decoration: none;
	line-height: 16px;
	color: #666666;
}

#midCol .tx_asagautoscout_pi1 .listView .item h3 a {
	padding-right: 66px;
} 

#midCol .tx_asagautoscout_pi1 .listView .item .more_link {
	display: none;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .more_link {
	text-align: right;
}

#rightCol .tx_asagautoscout_pi1 .listView .item .more_link a {
	font-weight: bold;
	color: #000000;
}

.tx_asagautoscout_pi1 .listView .pager {
	margin-top: 15px;
}

.tx_asagautoscout_pi1 .listView .pager a {
	text-decoration: none;
	color: #666;
}

.tx_asagautoscout_pi1 .listView .pager li.act a {
	font-weight: bold;
}

.tx_asagautoscout_pi1 .singleView .prevCar,
.tx_asagautoscout_pi1 .singleView .nextCar {
	position: static !important;
	position: relative;
	top: auto !important;
	top: 6px;
}
	
.tx_asagautoscout_pi1 .singleView .prevCar {
	float: left;
}

.tx_asagautoscout_pi1 .singleView .nextCar {
	float: right;
}

.tx_asagautoscout_pi1 .singleView .backLink {
	padding-left: 152px;
}

.tx_asagautoscout_pi1 .singleView .prevCar a,
.tx_asagautoscout_pi1 .singleView .nextCar a,
.tx_asagautoscout_pi1 .singleView .backLink a {
	color: #666666;
}

.tx_asagautoscout_pi1 .singleView .head {
	width: 463px !important;
	width: 475px;
	height: 170px;
	background-color: #ebebeb;
	padding: 15px 0 0 12px;
	margin-top: 8px;
}

.tx_asagautoscout_pi1 .singleView .head .carImage {
	width: 238px;
	overflow: hidden;
	text-align: center;
	float: right;
	margin-top: -15px;
}

.tx_asagautoscout_pi1 .singleView .head .carImage img {
	height: 185px;
	width: 237px;
}

.tx_asagautoscout_pi1 .singleView .head .extrainfo {
	font-style: italic;
}

.tx_asagautoscout_pi1 .singleView .head .intern_number {
	margin-top: 14px;
}

.tx_asagautoscout_pi1 .singleView .head .pricing {
	margin-top: 46px;
}

.tx_asagautoscout_pi1 .singleView .head .price {
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

.tx_asagautoscout_pi1 .singleView .head .mwst {
	display: inline;
	margin-left: 3px;
}

#midCol .tx_asagautoscout_pi1 .singleView .head h2 {
	color: #666666;
	padding-right: 238px;
}

.tx_asagautoscout_pi1 .singleView .moreImages {
	margin-bottom: 12px;
	padding-left: 238px;
	height: 13px;
	color:#666;
}

.tx_asagautoscout_pi1 .singleView .moreImages span.moreImagesLabel {
	text-decoration:underline;
}

.tx_asagautoscout_pi1 .singleView .moreImages span.more_image {
	text-decoration:underline;
	cursor: pointer;
}

.tx_asagautoscout_pi1 .singleView .detailItem {
	width: 224px !important;
	width: 237px;
	height: 16px;
	font-weight: bold;
	background-color: #ebebeb;
	padding-left: 12px;
	padding-top: 2px;
	overflow:hidden;
}

.tx_asagautoscout_pi1 .singleView .alt {
	background-color: #FFFFFF;
}

.tx_asagautoscout_pi1 .singleView .address {
	float: right;
	width: 216px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
	padding-left: 22px;
}

#midCol .tx_asagautoscout_pi1 .singleView .address h3 {
	color: #666666;
	margin-bottom: 0;
}

#midCol .tx_asagautoscout_pi1 .singleView .address a {
	text-decoration:none;
	font-weight: bold;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
}

.tx_asagautoscout_pi1 .singleView .optional_equipment,
.tx_asagautoscout_pi1 .singleView .equipment {
	margin-top: 20px;
}

.tx_asagautoscout_pi1 .singleView .remarks {
	margin-top: 20px;
}

#midCol .tx_asagautoscout_pi1 .singleView .equipment h3,
#midCol .tx_asagautoscout_pi1 .singleView .remarks h3 {
	color: #666666;
}

.tx_asagautoscout_pi1 .singleView fieldset.defaultForm .csc-mailform-label {
	padding: 0 0 0 0;
}

.tx_asagautoscout_pi1 .singleView fieldset.defaultForm .csc-mailform-label .formDescription {
	margin-bottom: 15px;
	display: block;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0.25px;
}

.tx_asagautoscout_pi1 .singleView fieldset.defaultForm {
	margin-top: 12px;
}

.tx_asagautoscout_pi1 .singleView .defaultForm input,
.tx_asagautoscout_pi1 .singleView .defaultForm select,
.tx_asagautoscout_pi1 .singleView .defaultForm textarea,
.tx_asagautoscout_pi1 .singleView .defaultForm button {
	margin-bottom: 5px;
}

/* cabag_addresses googel maps */
.tx_cabagaddresses_pi1 #copyright a,
.tx_cabagaddresses_pi1 #copyright span {
	display: none;
}

