/*  IRMA MAIN CSS final relaunch  
    version 0.2 

    colors:
    lightblue:  #0083be
    darkblue:   #003478
    green:      #7ab800

*/


/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}

a {
	color: #003478;
	text-decoration: none;
}
a:hover {
    /*color: #66ccff;*/
}
.clearer {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}


/* Basic Layout */

#page-area {
	width: 980px;
	margin: auto;
	text-align: left;
	/*overflow: hidden;*/
	background-color: #FFFFFF;
}


/*** TOP BAR ***/
#top-bar {	
	background-image: url(../pics/bg_top_bar.gif);
	background-repeat: no-repeat;
	/*overflow: hidden;*/
	height: 41px;
}

#top-bar-left {
	float: left;
	width: 318px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: top right;
}

#SEARCH {
	float: left;
	width: 150px;
	height: 30px;
}

/* menu short cut with expandable boxed */
#MENU-SHORTCUT {
	float: left;
	width: 145px;
	height: 41px;
}
#MENU-SHORTCUT ul {
	/*overflow: hidden;*/
	padding: 4px 0 0 25px;
	position: relative;
	list-style-position: outside;
}
#MENU-SHORTCUT li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	width: 20px;
	margin-left: 5px;
}
#MENU-SHORTCUT li.last {
}
#MENU-SHORTCUT li a {
	display: block;
}
#MENU-SHORTCUT li a:hover,
#MENU-SHORTCUT li a.active {
	background-color: #003478;
}

/* box level */
#MENU-SHORTCUT ul ul {
	position: absolute;
	padding: 0;
	display: none;
	width: 180px;
	top: 35px;
	z-index: 999;
}
#MENU-SHORTCUT ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#MENU-SHORTCUT .csc-textpic-single-image img {
    margin-bottom: 0px;
}

/* MENU BASIC */
#MENU-BASIC {
	float: right;
	font-size: 1.2em;
	text-align: right;
	line-height: 40px;
}
#MENU-BASIC ul {
	padding-right: 10px;
}
#MENU-BASIC a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#MENU-BASIC li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-left: 15px;
}
#MENU-BASIC a:hover,
#MENU-BASIC a.active {
	/*color: #66ccff;*/
}



/*** BANNER ***/
#banner-area {
    position: relative;
	width: 980px;
	height: 257px;
	overflow: hidden;
}
.start-page #banner-area {
	height: 323px;
}
#LOGO {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}
#BANNER {
	position: relative;
	width: 724px;
	height: 257px;
	overflow: hidden;
	float: right;
}
#PERMA-NEWS {
    position: absolute;
    left: 0;
    top: 185px;
    width: 220px;
    padding: 0 10px;
    overflow: hidden;
    z-index: 222;
    font-size: 1.1em;
    color: #003478;
}
#PERMA-NEWS p {
    margin-top: 5px;
    color: #003478;
    line-height: 1.2em;
}
#PERMA-NEWS b,
#PERMA-NEWS strong {
    color: #003478;
}

/* banner rotation on start page */
.start-page #BANNER {
	height: 323px;
	width: 745px;
}
#BANNER ul {
    margin: 0;
    padding: 0;
    position: relative;
    height: 323px;
    background-color: #02050a;  /* solve IE opacity bug*/
}
#BANNER li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: #02050a;  /* solve IE opacity bug*/
}
#BANNER li.active {
    z-index: 10;
    display: block;
}
#BANNER li.last-active {
    z-index: 9;
    display: block;
}

#BANNER .csc-textpic-imagecolumn {
	position: relative;
	height: 323px;
	width: 745px;
    background-color: #02050a;  /* solve IE opacity bug*/
}

#slider-controll-bar {
    position: absolute;
    overflow: hidden;
    top: 278px;
    left: 27px;
    height: 32px;
    width: 709px;
    z-index: 30;
    background-image: url(../pics/start_banner_rotation_title_bar.png);
    background-repeat: no-repeat;
    color: #FFF;
    line-height: 32px;
}
#slider-controll-bar #banner-label {
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    padding-left: 10px;
    text-align: left;
}
#slider-controll-bar .next {
    cursor: pointer;
    color: #FFF;
    font-size: 28px;
    display: block;
    float: right;
    line-height: 30px;
}
#slide-nav {
    float: right;
    padding-right: 10px;
    overflow: hidden; 
    width: 125px;
}
#pageinator {
    padding-top: 6px;
}
#slider-controll-bar .slide-number {
    /*cursor: pointer;*/
    color: #FFF;
    font-size: 14px;
    border: 1px solid #FFF;
    display: block;
    float: left;
    margin-left: 8px;
    padding: 0 4px;
    line-height: 18px;
}
#slider-controll-bar .slide-number:hover,
#slider-controll-bar .slide-number.active {
    background-color: #0083be;
}


/* MENU MAIN */

#MENU-MAIN {
	font-size: 1.3em;
	height: 28px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}
#MENU-MAIN ul {
	padding: 0;
	/*overflow: hidden;*/
}
#MENU-MAIN a {
	color: #0083be;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 28px;
}
#MENU-MAIN a:hover,
#MENU-MAIN a.active {
	color: #7ab800;
}
#MENU-MAIN li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0 8px;
}
#MENU-MAIN li.last {
}
/* level 2 */
#MENU-MAIN ul ul {
    /*z-index: 55;*/
	background-color: #003478;
	display: none;
	padding: 5px 10px;
}
#MENU-MAIN li li {
	border: none;
	display: block;
	float: none;
	padding-right: 0;
	/*background-color: #003478;*/
	font-size: 0.9em;
	padding: 0;
}
#MENU-MAIN li li a {
	color: #FFFFFF;
	line-height: 16px;
	text-transform: none;
}
/* level 3 */
#MENU-MAIN ul ul ul {
    z-index: 99;
	background-color: #7ab800;
}
#MENU-MAIN li li li {
	background-color: #7ab800;
}
#MENU-MAIN li li li a:hover,
#MENU-MAIN li li li a.active {
	color: #003478;
}

#menu-main-shadow {
	background-image: url(../pics/main_menu_shadow.gif);
	background-repeat: repeat-x;
	height: 16px;
	position: relative;
	z-index: 1;
	clear: both;
}


/* MENU IMAGE MAIN */
#MENU-IMAGE-MAIN {
	margin-top: 12px;
}
#MENU-IMAGE-MAIN ul {
	overflow: hidden;
	position: relative;
	margin-left: -4px;

}
#MENU-IMAGE-MAIN li {
	float: left;
	width: 160px;
	position: relative;
	margin-left: 4px;
	list-style: none;
}
#MENU-IMAGE-MAIN h3 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0083be;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 20px;
	width: 140px;
	padding: 0 10px;
	text-transform: uppercase;
}
#MENU-IMAGE-MAIN h3 a {
	color: #FFFFFF;
}


/* Main Area Structure */

#main-area {
	padding-top: 20px;
}

#col-left {
	float: left;
	width: 180px;
}

#col-right {
	float: left;
	width: 730px;
	margin-left: 70px;
}

.clearer {
	display: block;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}


/*** COL LEFT ***/

/* MENU SUB */

#MENU-SUB h3 {
	color: #7ab800;
	background-color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 0;
}

/*level 1 */
#MENU-SUB {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	/*line-height: 1.8em;*/
	line-height: 1.3em;
}
#MENU-SUB ul {
	padding: 10px 0 0 0;
}
#MENU-SUB li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}
#MENU-SUB li.last {
}
#MENU-SUB li a {
	text-decoration: none;
	color: #0083be;
	font-weight: bold;
}
#MENU-SUB li a:hover {
	color: #7ab800;
}
#MENU-SUB li a.active {
	color: #7ab800;
}
/* level 2 */
#MENU-SUB li ul {
    padding-top: 3px;
}
#MENU-SUB li li,
#MENU-SUB li li.last {
	/*background-image: url(../icons/menu_sub_list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;*/
	padding-left: 10px;
}
#MENU-SUB li li a {
    font-weight: normal;
}
#MENU-SUB li li a:hover {
}
#MENU-SUB li li a.active {
	/*background-color: #66ccff;*/
}
/* level 3 */
#MENU-SUB li li ul {
	border: none;
}
#MENU-SUB li li li
#MENU-SUB li li.last {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* CONTENT LEFT */

#CONTENT-LEFT {
	font-size: 1.1em;
	margin-top: 15px;
}

#MENU-SHORTCUT .boxed {
	width: 178px;
	border: 1px solid #0083be;
	background-color: #FFFFFF;
}

#MENU-SHORTCUT .boxed h3 {
	color: #FFFFFF;
	background-color: #0083be;
	font-size: 0.9em;
	padding: 0 10px;
	line-height: 19px;
}

#social-media-links {
    padding: 10px;
}
.social-xing {
    padding: 0 17px 0 20px;
}

/* picture of the week */
#c41 .csc-textpic {
}
#c41 .csc-textpic-text {
    padding: 10px;
}
#c41 .csc-textpic-imagewrap {
    padding: 10px 10px 0 10px;
}

#CONTENT-LEFT .tx-pvfeedimporter-pi1,
#CONTENT-LEFT .news-latest-container {
    /*display: none;*/
}
#CONTENT-LEFT .csc-frame h3 {
    cursor: pointer;
    padding-left: 10px;
    color: #003478;
    font-weight: bold;
    font-size: 1.1em;
}
#CONTENT-LEFT .boxed {
	width: 178px;
	border: 1px solid #0083be;
	background-color: #FFFFFF;
	margin: 0 0 15px 0;
}
#CONTENT-LEFT .boxed h3 {
	color: #FFFFFF;
	background-color: #0083be;
	font-size: 0.9em;
	padding: 0 10px;
	line-height: 19px;
	background-image: url(../icons/btn_close.png);
	background-position: 160px center;
	background-repeat: no-repeat;
}
#CONTENT-LEFT .boxed h3:hover {
    background-image: url(../icons/btn_close_hover.png);
}


/*** COL RIGHT ***/


/* Content Main */

#CONTENT-MAIN {
	font-size: 1.1em;
}

#CONTENT-MAIN h1,
#CONTENT-MAIN h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 2em;
	font-style: italic;
	color: #0083be;
}

.start-page #CONTENT-MAIN h1 {
    padding-left: 10px;
    font-size: 1.4em;
    margin-top: 15px;
}

#CONTENT-MAIN h2 {
    padding: 15px 0 4px 0;
    clear: both;
}

#CONTENT-MAIN h3 {
    font-size: 1.2em;
	margin: 0 0 11px 0;
}

#CONTENT-MAIN p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 1.1em;
}

#CONTENT-MAIN li {
    margin-left: 17px;
}

#CONTENT-MAIN .csc-textpic-caption {
	font-size: 0.9em;
}

#CONTENT-MAIN .csc-textpic-intext-right-nowrap {
	/*border-bottom: 2px solid #5a5a5a;*/
	overflow: hidden;
}

#CONTENT-MAIN .csc-frame-indent {
    float: left;
    width: 330px;
    height: 170px;
    margin-right: 30px;
}
#CONTENT-MAIN .csc-default {
    clear: both;
}

#CONTENT-MAIN .contenttable {
    /*border-spacing: 0;*/
    margin-left: 1px;
    border-collapse: collapse;
    border: 1px solid #999;
    margin-bottom: 3px;
}

#CONTENT-MAIN .contenttable td,
#CONTENT-MAIN .contenttable th {
    padding: 5px;
    border: 1px solid #999;
    vertical-align: top;
}
#CONTENT-MAIN .contenttable td p {
    margin: 0;
}

#CONTENT-MAIN div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
    padding-bottom: 15px;
}

.text-red {
	color: #b21b16;
}

/* startseite logo float Nationale Stadtentwicklungspolitk */
#c315 {
    float: right;
    width: 240px;
    margin-left: 20px;
}

/* startseite float flash image film */
#c325 {
    float:right;
    height:191px;
    margin-bottom:20px;
    margin-left:15px;
    overflow:hidden;
    width:310px;
}


/* Page Teaser */
#pageteaser {
    padding-top: 70px;
    clear: both;
}
#pageteaser li {
    float: left;
    position: relative;
    width: 190px;
    height: 138px;
    font-size: 1.1em;
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
    margin: 0 23px;
}
#pageteaser h3 {
    background-color: #0083be;
    padding: 1px 5px;
}
#pageteaser li a {
}
#pageteaser li h3 a {
    color: #FFF;
    margin-right: 0;
}
#pageteaser li .menu-item-teasertext {
    position: absolute;
    display: none;
    bottom: 0;
    z-index: 333;
    color: #FFF;
    padding: 5px;
    background-image: url(../pics/blue_trans60.png);
    line-height: 14px;
    width: 180px;
}


/* Footer */
#footer {
    margin-top: 20px;
    padding: 10px 0 20px 0;
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
}
#SOCIAL-BOOKMARKS {
    float: right;
    /*display: none;*/
}
#SOCIAL-MEDIA {
    /*display: none;*/
}
#SOCIAL-MEDIA a {
	padding-right: 10px;
	float: left;
}
#SUPPORT-NOTE {
    float: left;
    /*margin: 0 190px 0 190px;*/
    margin-left: 25px;
    overflow: hidden;
    height: 70px;
    color: #818683;
    line-height: 12px;
}
#support-note-left {
    float: left;
    width: 400px;
}
#support-note-right {
    float: left;
    width: 185px;
    margin-left: 15px;
}
#SUPPORT-NOTE p {
    color: #818683;
}


/*** EXTENSIONS ***/

/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAILFORM CSS SETTING */
.csc-mailform {
	border: 0px;
	padding: 15px 0 0 30px;
}
.csc-mailform-field label {
	width: 65px;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	font-size: 12px;
}
.csc-mailform-field TEXTAREA {
	width: 310px;
	margin-bottom: 5px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
	width: 310px;
}
.csc-mailform-field SELECT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	border: none;
	background-color: #0083be;
	width: 78px !important;
	margin-left: 310px;
	margin-top: 5px;
	color: #FFF !important;
	cursor: pointer;
}
/*.csc-mailform-check {
	float: left;
	text-align: left !important;
	margin-left: 65px !important;
	width: 10px !important;
	margin-top: 0;
	padding-top: 0;
}*/


/* NEWS */

/* latest */
.news-latest-container {
    padding: 0 10px 5px 10px;
}
.news-latest-item {
    margin-top: 8px;
}
.news-latest-item h2 a {
    color: #0083be;
}
.news-latest-date {
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.news-latest-gotoarchive {
    margin-top: 6px;
}
.news-latest-gotoarchive a,
.news-latest-morelink a {
    color: #0083be;
}

/* latest on start page */
.start-page .news-latest-container {
    padding: 0;
    position: relative;
    margin-left: -20px;
}
.start-page .news-latest-item {
    float: left;
    width: 215px;
    margin: 0 0 0 30px;
}
.start-page .news-latest-date {
    border: none;
    margin: 0;
    padding: 0;
}
.start-page #CONTENT-MAIN h2 {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}
.start-page .news-latest-item h2 a {
    color: #003478;
}
.start-page .news-latest-gotoarchive a,
.start-page .news-latest-morelink a {
    color: #003478;
}
.news-latest-gotoarchive {
    clear: both;
    text-align: right;
    padding-right: 10px;
}

/* list */
.news-list-container {
}
.news-list-date {
    color: #0083be; 
    font-weight: bold;   
}
.news-list-item {
    overflow: hidden;
    margin-top: 20px;
}
#CONTENT-MAIN .news-list-item h2 {
    margin-bottom: 0;
    font-size: 1.2em;
	padding: 0;
	border: none;
	text-transform: uppercase;
	clear: none;
	font-style: normal;
}
.news-list-item h2 a {
    color: #003478;
}
.news-list-item img {
    float: left;
    margin: 2px 10px 0 0;
}
#CONTENT-MAIN .news-list-item p {
    margin-bottom: 0;
    line-height: 1.2em;
}

.news-list-browse {
    margin-top: 15px;
    overflow: hidden;
    padding: 3px 7px;
    background-color: #0083be;
    text-align: center;
    color: #FFF;
}
.news-list-browse a,
.disabledLinkWrap {
    color: #FFF;
}
.showResultsWrap {
    float: right;
    color: #FFF;
}
.activeLinkWrap {
    color: #CCC;
}

/* single */
#CONTENT-MAIN .news-single-item h2 {
    margin-bottom: 1em;
    font-size: 1em;
	padding: 0;
	border: none;
	text-transform: none;
}
.news-single-img {
    float: right;
    margin-left: 15px;
}
.news-single-files dd {
    margin: 5px 0 10px 0;
}
.news-single-files a {
    padding: 0 5px;
}
.news-single-backlink {
    margin-top: 1em;
}


/* IMAGE GALLERY */
#CONTENT-MAIN .tx-pvimagelist-pi1 {
    overflow: hidden;
    position: relative;
    margin-left: -8px;
}
#CONTENT-MAIN .tx-pvimagelist-pi1 .image-list-item {
    float: left;
    width: 141px;
    height: 110px;
    margin-left: 8px;
    margin-top: 5px;
}


/* Weather Radio IN */
#c40 .tx-ffiframe-pi1 {
    padding: 10px 0 0 10px;
}


/* RCE SEARCH */
#rce-search {
    padding:  8px 10px 8px 10px;
}
#rce-search #volltext {
    width: 155px;
}
#rce-search .rce-search-select {
    width: 155px;
}


/* RSS FEED Donaukurier */
.tx-pvfeedimporter-pi1 {
    padding: 0 10px 5px 10px;
}
.tx-pvfeedimporter-pi1 li {
    margin-top: 2px;
    padding-top: 2px;
    list-style: none;
}
.tx-pvfeedimporter-pi1 li:first-child {
    border: none;
    margin-top: 3px;
}
.tx-pvfeedimporter-pi1 h4 {
    line-height: 1.1em;
    color: #0083be;
    font-weight: bold;
}
.tx-pvfeedimporter-pi1 h4 a {
    color: #0083be;
    font-weight: bold;
}
.tx-pvfeedimporter-pi1 .feed-date {
    font-size: 0.9em;
}
.tx-pvfeedimporter-pi1 #powered-by {
    margin-top: 5px;
    text-align: right;
}


/* SEARCH */
#SEARCH {
    padding: 11px 10px 0 10px;
}
#searchform {
	padding: 0;
	margin: 0;
}
.tx-macinasearchbox-pi1 .searchbox_input {
	border: 1px solid #666;
	padding: 0;
	background-color: #FFF;
	width: 115px;
	padding: 0 2px;
}
.tx-macinasearchbox-pi1 .searchbox_submit {
	color: #FFF;
	cursor: pointer;
	float: right;
	margin-top: 1px;
}
.tx-indexedsearch-searchbox, .tx-indexedsearch-info {
	/*display: none;*/
}
.tx-indexedsearch-res {
    padding-top: 5px;
}
.tx-indexedsearch-title a {
	text-decoration: none;
}
.tx-indexedsearch-title a:hover {
	text-decoration: underline;
}
.tx-indexedsearch-browsebox a {
}
.tx-indexedsearch-browsebox ul {
	list-style: none;
	padding-left: 0;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	padding-right: 5px;
}
#CONTENT-MAIN .tx-indexedsearch-browsebox li {
margin-left:0;
}


/* FILELINKS */
.filelist-0 {
	
}
#CONTENT-MAIN .filelist-0 li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}
.filelist-0 a {
	display: block;
}
.filelist-0 a.pdf {
	background-image: url(../../typo3/gfx/fileicons/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}


/*** MASSEN DATEN ***/

/* filter / search */
#massdata-filter {
    overflow: hidden;
    margin-bottom: 25px;
}
#massdata-filter .form-field {
    float: left;
    margin-right: 15px;
}
#massdata-filter .form-field label {
    display: block;
    color: #0083be;
    font-weight: bold;
    
}
#massdata-filter .submit input {
	border: none;
	background-color: #0083be;
	width: 85px !important;
	height: 18px;
	color: #FFF !important;
	cursor: pointer;
}

/* list */
.massdata-list-item {
    margin-bottom: 10px;
}
#CONTENT-MAIN .massdata-list-item h3 {
    margin-bottom: 0;
}

/* single */
.massdata-single-img {
    float: right;
    margin-left: 15px;
}
.massdata-single-description,
.massdata-single-www {
    margin-bottom: 15px;
}
.massdata-single-zip {
    float: left;
    padding-right: 5px;
}
.massdata-single-view-maplink,
.massdata-single-view-maplink-off {
    margin-top: 10px;
}
#massdata-single-view-gmap {
    margin-top: 15px;
    display: none;
    width: 400px;
    height: 300px;
}
.massdata-single-view .backlink {
    margin-top: 15px;
}


/* NEWSLETTER SUBSCRIPTION */
#newsletter_subscription {
    padding: 0 0 0 25px;
}
#newsletter_unsubsciption_note {
	margin-top: 15px;
}
.dmail_subscription_field {
    clear: both;
    padding-top: 3px;
}
#newsletter_subscription label {
	width: 70px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 1px;
	text-align: right;
	padding-right: 10px;
}
.dmail_subscription_field input {
	width: 220px;
	padding: 0 3px;
	border: 1px solid #999;
}
#newsletter_subscription .error {
    /*border: 1px solid #FF0000;*/
    clear: both;
    color: #FF0000;
    padding-left: 80px;
}
#newsletter_subscription select {
    border: 1px solid #999;
    width: 60px;
}
#newsletter_submit {
	clear: both;
	/*border: 1px solid #666;*/
	margin-left: 80px;
	margin-top: 15px !important;
	border: none;
	background-color: #0083be;
	width: 130px !important;
	color: #FFF !important;
	cursor: pointer;
}
.dmail_subscription_note {
	padding-left: 80px;
	padding-top: 10px;
}

#NEWSLETTER-AREA {
    padding: 10px 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#NEWSLETTER-AREA h3 {
	font-size: 10px;
	padding: 0;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
#NEWSLETTER-AREA a {
	text-decoration: none;
	color: #333;
	border: none;
	padding: 1px 5px;
	background-color: #FFF;
}


/* POWERMAIL ANMELDUNG KOMPETENZFORUM */
.tx-powermail-pi1_formwrap {
    padding: 0 15px;
}
.tx-powermail-pi1 fieldset {
    border: 0;
}
.tx-powermail-pi1 legend { 
    display: none; 
}
.tx-powermail-pi1 label {
    float: left;
    width: 140px;
}
.tx_powermail_pi1_fieldwrap_html_text input {
    width: 250px;
}
.tx_powermail_pi1_fieldwrap_html {
    padding: 4px 10px;
    clear: both;
    overflow: hidden;
}
.tx-powermail-pi1  .even {
    background-color: #F8F8F8;
}
.tx-powermail-pi1  .odd {
    background-color: #EFEFEF;
}
/* check box fields */
.tx_powermail_pi1_fieldwrap_html_check label {
    width: 515px;
    float: right;
}
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
    display: none;
}
/* special fields */
.tx-powermail-pi1 #powermaildiv_uid1,
.tx-powermail-pi1 #powermaildiv_uid12,
.tx-powermail-pi1 #powermaildiv_uid21 {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: #0083be;
}
.tx-powermail-pi1 #powermaildiv_uid22 {
    font-weight: bold;
}
/* smaller inputs */
#uid6,
#uid14 {
    width: 80px;
}
/* add text field to widerruf & datenschutz */
#powermaildiv_uid23 {
    background-color: #F8F8F8;
    padding-left: 33px;
    padding-top: 0;
}
/* submit area */
#tx-powermail-pi1_fieldset_5 {
    clear: both;
    padding-top: 10px;
}
#tx-powermail-pi1_fieldset_5 .tx_powermail_pi1_fieldwrap_html {
    background-color: #FFF;
}
.tx-powermail-pi1 .powermail_mandatory_js {
    color: red;
    clear: both;
}
.tx_powermail_pi1_fieldwrap_html_check .powermail_mandatory_js {
    padding-left: 23px;
}

/* POWERMAIL SEPCIAL FIELDS INNOVATIONSOFFENSIVE */
.tx-powermail-pi1 #powermaildiv_uid24,
.tx-powermail-pi1 #powermaildiv_uid35 {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: #0083be;
}
/* smaller inputs */
#uid37 {
    width: 80px;
}
/* submit area */
#tx-powermail-pi1_fieldset_9 {
    clear: both;
    padding-top: 10px;
}
#tx-powermail-pi1_fieldset_9 .tx_powermail_pi1_fieldwrap_html {
    background-color: #FFF;
}

/* IMMO SUCHE */
#immo {
	/*width: 800px;*/
	clear: both;
}
#immosearch {
	width: 655px;
}
#immoform p {
	float: left;
	width: auto;
	margin-right: 20px;
}
#immoform label {
	display: block;
	width: 290px;
}
#immoform input {
	color: #333;
	width: 290px;
}
#immo #submit {
	float: right;
	width: 100px !important;
	margin-right: 20px;
}
#immoform small {
	font-size: 10px;
}
ul#immolinks {
	float: right;
	border-left: 1px solid #003478;
	list-style-type: none;
}
ul#immolinks li {
	line-height: 20px;
}
#immomap {
	width: 100%;	
	text-align: center;
}
