/*******************************************************************************
                                Standard-CSS for www.bund.net
********************************************************************************/
@charset "charset=utf-8";

/*
        Typpo
        =====
        Standard				= #000000 / 76%
        Headline h1				= #000000 / 1.2em
        Headline h2...			= #000000 / 1em
        mainNavi				= #7ab51d / 0.9em
        mainNavi active			= #7ab51d
        Links					= #7ab51d

        Important sizes
        ===============
        Root					= 940px
        Main					= 980px
        Left column				= 190px
        Right column			= 190px
        Content column			= 560px
*/


/********************************************************************************
                                                General CSS-Data
********************************************************************************/

html {
    margin:				0;
    padding:			0;
    background-color:	#ededeb;
    background-image:	url(../img/bgBody.gif);
    background-repeat:	repeat-x;
}

body {
    margin:				0;
    padding:			0;
    text-align:			center;
    background-color:	#ededeb;
    background-image:	url(../img/bgBody.gif);
    background-repeat:	repeat-x;
    font-family:		verdana, arial, helvetica, geneva, sans-serif;
    font-size:			76%;
    line-height:		1em;
    color:				#000000;
}
body#red {
    background-color:	#f00;
}
body#green {
    background-color:	#0f0;
}
body#blue {
    background-color:	#00f;
}
img {
    border:				0;
}

/* LINKS */
a,
a:link,
a:active,
a:visited {
    color:				#7ab51d;
    text-decoration:	none;
}

a:hover {
    text-decoration:	underline;
}

#content a,
#content a:link,
#content a:active,
#content a:visited {
    font-weight:		bold;
}
/* END LINKS */


/* HEADINGS */
h1 {
    font-size:			1.15em;
    line-height:		1.5em;
    margin:				0 0 0.5em 0;
    padding:			0;
    color:				#000000;
    font-family:		arial, helvetica, geneva, sans-serif;
    line-height:		1.3em;
}

h2 {
    font-size:			1em;
    line-height:		1.5em;
    margin:				0 0 0.5em 0;
    padding:			0;
    color:				black;
}

h3,
h4,
h5,
h6 {
    font-size:			1em;
    line-height:		1.3em;
    margin:				0 0 0.5em 0;
    padding:			0;
    color:				#000000;
}
#content h1 a,
#content h2 a,
#content h3 a,
#content h5 a {
    color:				#000;
}
/* END HEADINGS */

/* TEXT */
p {
    font-size:			1em;
    margin:				0 0 1em 0;
    padding:			0;
    line-height:		1.3em;
}

blockquote {
    margin-left:		10px;
}

pre {
    font-family:		monospace;
    font-size:			1em;
}

strong, b {
    font-weight:		bold;
}
em, i {
    font-style:			italic;
}

code {
    font-family:		"Courier New", Courier, monospace;
    font-size:			1em;
    white-space:		pre;
}
/* END TEXT */

/* LISTS */
ul,
ol {
    font-size:			1.0em;
    line-height:		1.4em;
    margin:				0 0 1em 0;
    padding:			0;
}

ul {
    list-style-type:	square;
}
/* Heise SocialSharePrivacy via form4_socialmedialinks */
ul.socialmedialinks {
    list-style-type:	none;
}

ul li,
ol li {
    margin:				0 0 0.25em 30px;
    padding:			0;
}
/* Heise SocialSharePrivacy via form4_socialmedialinks */
ul.socialmedialinks li {
    margin:						0;
}
ul.social_share_privacy_area {
    margin:				0 !important;
}
dl {
    margin:				0 0 1.5em 0;
    padding:			0;
    line-height:		1.4em;
}

dl dt {
    font-weight:		bold;
    margin:				0.25em 0 0.25em 0;
    padding:			0;
}

dl dd {
    margin:				0 0 0 30px;
    padding:			0;
}
/* END LISTS */


/* TABLE */
table {
    font-size:			1em;
    margin:				0 0 1.5em 0;
    padding:			0;
}

table caption {
    font-weight:		bold;
    margin:				0 0 0 0;
    padding:			0 0 1.5em 0;
}

th {
    font-weight:		bold;
    text-align:			left;
    vertical-align:		top;
}

td {
    font-size:			1em;
    vertical-align:		top;
}
/* END TABLE */

/* FORMS */
form {
    counter-reset: legend;
}

label {
    cursor:			pointer;
}

/* END FORMS */

/* GENERAL CLASSES */
.accessibility {
    position:			absolute;
    top:				-999em;
    left:				-999em;
}

hr.accessibility {
    display:			none;
}

a.download, a:link.download, a:visited.download,
a.download_extern, a:link.download_extern, a:visited.download_extern {
    background:			transparent url(../img/download.gif) no-repeat 0px 2px;
    margin-left:		3px;
    padding-left:		15px;
}

#skip
{
    position:			absolute;
    left:				-3000em;
    z-index:			10;
}

#skip a:focus,
#skip a:active
{
    position:			absolute;
    left:				3000em;
    top:				0px;
    font-weight:		bold;
    color:				#000000;
    outline:			none;
    width:				180px;
    background-color:	#FFFFFF;
    text-align:			center;
}

#article {
    clear:				both;
    position:			relative;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    padding-top:		10px;
}

#article .left {
    float:				left;
}

#article .right {
    float:				right;
    /*
            position:			absolute;
            top:				10px;
            right:				0;
    */
}

#article .print {
    font-size:			0.9em;
    margin-right:		40px;
    padding-left:		20px;
    background:			url(../img/btPrint.gif) no-repeat;
    text-decoration:	none;
}

#article .send {
    font-size:			0.9em;
    padding-left:		20px;
    background:			url(../img/btSend.gif) no-repeat;
    text-decoration:	none;
}

#article .toTop {
    padding:			10px 0px 10px 10px;
}

.csc-frame {
    clear:				both;
    height:				30px;
    background:			#ffffff url(../img/bgDotGrey.gif) repeat-x 0px 50%;
}
.csc-frame-frame2 {
    height:						auto;
    background:				#ffffff url(../img/bgDotGrey.gif) repeat-x 0px bottom;
    background-color:	transparent;
    margin-bottom:		8px;
    padding-bottom:		5px;
}
#content .teaser03 {
    padding:					6px;
    background-color:	#E8F2D9;
}
#content .sitemap1 ul {
    list-style:			none;
    margin:				0px 0px 20px 0px;
    padding:			0;
}

#content .sitemap1 li {
    margin:				0;
    padding:			0;
}
/* GENERAL CLASSES */

.csc-textpic-image img {
    padding-top:		4px;
}





/********************************************************************************
                                                structure
********************************************************************************/

#outer {
    width:				990px;
    margin:				0 auto 0 auto;
    text-align:			center;
}

#root {
    width:				940px;
    margin:				0 auto 0 auto;
    padding:			0;
    background:			#ffffff;
    text-align:			center;
}

#header {
    position:			relative;
    margin:				0 0 3em 0;
    height:				122px;
    background:			 url(../img/top01.jpg) no-repeat;
    text-align:			left;
}

#breadcrumb {
    width:				560px;
    margin:				0px 0px 3px 210px;
    font-size:			0.8em;
    text-align:			left;
}

#mainNavi {
    position:			absolute;
    top:				-20px;
    right:				20px;
    width:				760px;
    font-size:			0.85em;
    text-transform:		uppercase;
    text-align:			left;
}

#group {
    position:			absolute;
    top:				127px;
    left:				10px;
    width:				160px;
    color:				#7ab51d;
    font-size:			0.9em;
    font-weight:		bold;
}

#main {
    position:			relative;
    width:				980px;
    margin:				0 -20px 0 -20px;
    padding:			0px 0px 40px 0px;
    text-align:			left;
}

#content {
    float:				left;
    width:				560px;
    display:			inline;
    margin-right:		-210px;
    margin-left:		210px;
    padding-top:		10px;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    background-position:top left;
}

#leftColumn {
    float:				left;
    width:				190px;
    display:			inline;
    margin-left:		-560px;
}

#rightColumn {
    position:			relative;
    float:				right;
    width:				190px;
    display:			inline;
}

#footer {
    position:			fixed;
    bottom:				0px;
    left:				0px;
    font-size:			0.85em;
    width:				100%;
    color:				#ffffff;
    background-color:	#858585;
    border-top:			1px solid #ffffff;
    z-index:			100;
}

/********************************************************************************
                                                header
********************************************************************************/
#header .imgBottom {
    position:			relative;
    top:				118px;
    height:				3px;
    background:			transparent url(../img/bgMainImg.gif) repeat-x;
    background-position:bottom left;
}

#header a {
    position:			absolute;
    top:				20px;
    left:				0px;
    width:				180px;
    height:				70px;
}


/********************************************************************************
                                                main navi
********************************************************************************/

* html #mainNavi {
    /* hide ie/mac \*/
    height:				1%;
    /* end hide */
}

#mainNavi div.wrapper {
    position:			absolute;
    left:				0;
    bottom:				0;
    width:				100%;
}

#mainNavi ul {
    width:				auto;
    width:				100%;
    margin:				0;
    padding:			0;
    line-height:		1em;
    list-style:			none;
    background-color:	#ffffff;
}

#mainNavi li {
    float:				left;
    display:			inline;
    list-style:			none;
    margin:				0;
    padding:			0;
    line-height:		1em;
}

#mainNavi a,
#mainNavi a:link,
#mainNavi a:active,
#mainNavi a:visited {
    display:			inline-block;
    /* hide from ie/mac \*/
    display:			block;
    /* end hide */
    font-weight:		bold;
    text-decoration:	none;
    margin:				0;
    padding:			0px 8px 0px 8px;
    color:				#666666;
    border-right:		1px solid #666666;
}

#mainNavi a:hover {
    color:				#7ab51d;
}

#mainNavi strong {
    display:			inline-block;
    /* hide from ie/mac \*/
    display:			block;
    /* end hide */

    color:				white;
    background:			black;
}

#mainNavi strong a,
#mainNavi strong a:link,
#mainNavi strong a:active,
#mainNavi strong a:visited,
#mainNavi strong a:hover {
    color:				#7ab51d;
    background-color:	#ffffff;
}

#mainNavi li.last a,
#mainNavi li.last a:link,
#mainNavi li.last a:active,
#mainNavi li.last a:visited {
    border-right:		none;
}

/********** pulldown **********/
#mainNavi li ul
{
    display:			none;
    position:			absolute;
    top:				auto;
    left:				auto;
    width:				15em;
    font-weight:		normal;
    background-color:	#e0e0e0;
    padding:			0px;
    text-align:			left;
    border-left:		1px solid #ffffff;
    border-right:		1px solid #ffffff;
    border-bottom:		1px solid #ffffff;
    text-transform:		none;
}

#mainNavi li li
{
    float:				left;
    display:			block;
    background-color:	transparent;
    border-bottom:		1px solid #fff;
    width:				15em;
}

#mainNavi li:hover ul
{
    display:            block;
}

#mainNavi ul li ul a,
#mainNavi  ul li ul a:link,
#mainNavi  ul li ul a:active,
#mainNavi  ul li ul a:visited {
    display:			block;
    font-weight:		normal;
    margin:				0;
    padding:			4px 8px 4px 8px;
    color:				#000000;
    border:				none;
    width:				13.5em;
}

#mainNavi  ul li ul a:hover {
    color:				#000000;
    background-color:	#7ab51d;
    text-decoration:	none;
}

#mainNavi ul li ul strong {
    display:			inline-block;
    /* hide from ie/mac \*/
    display:			block;
    /* end hide */

    color:				#000000;
    background:			#7ab51d;
}

#mainNavi ul li ul strong a,
#mainNavi ul li ul strong a:link,
#mainNavi ul li ul strong a:active,
#mainNavi ul li ul strong a:visited,
#mainNavi ul li ul strong a:hover {
    color:				#000000;
    background-color:	#7ab51d;
}


/********************************************************************************
                                                sub navi
********************************************************************************/
#subNavi {
    background-color:	#7ab51d;
    color:				#ffffff;
    /*font-size:			0.9em;*/
    margin-bottom:		15px;
}

#subNavi ul {
    list-style:			none;
    margin:				0;
    padding:			1px 0 0 0;
    background:			url(../img/bgDotWhite.gif) repeat-x top left;
    /*font-size:		1.1015269655620533em;*/
}

#subNavi ul li {
    margin:				0;
    padding:			0;
}

#subNavi ul ul {
    background-color:	#a2cb61;
    background-image:	none;;
}

#subNavi ul ul ul {
    background-color:	#bcdb8f;
}

#subNavi ul ul ul ul {
    background-color:	#d8e9bc;
}

#subNavi a,
#subNavi a:link,
#subNavi a:active,
#subNavi a:visited {
    display:			block;
    padding:			2px 10px 2px 10px;
    color:				#000000;
    text-decoration:	none;
    background:			url(../img/bgDotWhite.gif) repeat-x;
    background-position:bottom left;
}

#subNavi ul li a:hover,
#subNavi li.last a:hover {
    background-color:	#6aa31b;
}
/*
#subNavi li.last a,
#subNavi li.last a:link,
#subNavi li.last a:active,
#subNavi li.last a:visited {
        background-image:	none;
}
*/

#subNavi ul li li.last a,
#subNavi ul li li.last a:link,
#subNavi ul li li.last a:active,
#subNavi ul li li.last a:visited {
    background:			url(../img/bgDotWhite.gif) bottom left repeat-x;
}

#subNavi ul li ul li a:hover,
#subNavi ul li ul li.last a:hover {
    background-color:	#8cb759;
}


#subNavi ul ul ul ul li a,
#subNavi ul ul ul ul li a:link,
#subNavi ul ul ul ul li a:active,
#subNavi ul ul ul ul li a:visited {
    padding:			2px 10px 2px 20px;
    background:			url(../img/bgDotWhite190.gif) no-repeat;
    background-position:20px bottom;
}

#subNavi ul ul ul ul li a:hover {
    background-color:	#a3c683;
}

#subNavi .top,
#teaserLeft #subNavi .csc-header {
    position:			relative;
    top:				-2px;

    padding:			15px 10px 5px 10px;
    text-transform:		uppercase;
    font-weight:		bold;

    background:			transparent url(../img/bgSubNaviTop.gif) repeat-x;
    background-position:0px 0px;

    font-size:			0.9em;
    letter-spacing:		1px;
}

#teaserLeft #subNavi .csc-header h1,
#teaserLeft #subNavi .csc-header h2,
#teaserLeft #subNavi .csc-header h3 {
    color:				#ffffff;
    margin:				0;
    font-family:		verdana, arial, helvetica, geneva, sans-serif;
    font-size:			1em;
}

#subNavi .top a,
#subNavi .top a:link,
#subNavi .top a:visited,
#teaserLeft #subNavi .csc-header a,
#teaserLeft #subNavi .csc-header a:link,
#teaserLeft #subNavi .csc-header a:visited {
    color:				#ffffff;
    background:			none;
    padding:			0px;
}

#subNavi .bottom,
#teaserLeft .subNavi .bottom {
    position:			relative;
    bottom:				-2px;
    height:				20px;
    background:			transparent url(../img/bgSubNaviBottom.gif) repeat-x;
    background-position:left bottom;
}

/********************************************************************************
                                                divisions
********************************************************************************/

#divisions {
    position:			relative;
    float:				left;
    border:				1px solid #dee7bc;
    background:			#ffffff url(../img/teaserTop02.gif) repeat-x;
    width:				190px;
    font-size:			0.9em;
    font-weight:		bold;
    margin-bottom:		10px;
    color:				#7ab51d;
}

#divisions .head {
    position:			absolute;
    top:				47%;
    left:				10px;
    float:				left;
    width:				40px;
    font-size:			1.2em;
    font-style:			italic;
}

#divisions .list {
    float:				right;
    width:				120px;
    margin:				15px 10px 10px 0px;
    list-style:			none;
}

#divisions .list li {
    margin:				0;
    padding:			0;
    background:			url(../img/bgDotGreen.gif) repeat-x;
    background-position:left bottom;
}

#divisions .list li.last {
    background:			none;
}


#divisions .list li a,
#divisions .list li a:link,
#divisions .list li a:active,
#divisions .list li a:visited {
    display:			block;
    margin:				0px 0px 0px 0px;
    padding:			2px;
}

#divisions .list li a:hover {
    text-decoration:	none;
    background-color:	#d8e9bc;
}


/********************************************************************************
                                                right column
********************************************************************************/

#functions {
    position:			absolute;
    top:				0px;
    left:				0px;
    width:				165px;
    padding:			10px 0px 10px 0px;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    background-position:top left;
    text-transform:		uppercase;
    font-size:			0.85em;
}

#zoom {
    font-weight:		bold;
}

#zoom a,
#zoom a:link,
#zoom a:active,
#zoom a:visited {
    padding:			5px;
    color:				#000000;
    font-size:			1.2em;
    text-decoration:	none;
}


/**********  search  **********/

#functions fieldset {
    border:				none;
    margin:				10px 0px 0px 0px;
    padding:			0px 0px 10px 0px;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    background-position:bottom left;
}

#functions fieldset legend {
    display:			none;
}

#functions fieldset label {
    position:			absolute;
    top:				-1000em;
    overflow:			hidden;
}


#functions #search {
    float:				left;
    width:				129px;
}

#functions .submit {
    border:							none;
    padding:						3px 0px 5px 10px;
    width:							auto;
    background-color:		transparent;
    border:							none;
}


/********************************************************************************
                                                Teaser
********************************************************************************/
#teaserLeft,
#teaserRight,
#content .newsletterbox {
    font-size:			0.9em;
}

#teaserRight {
    margin-top:			7em;
}

#teaserRight p,
#teaserLeft p {
    line-height:		1.3em;
}

#teaserRight .teaser,
#teaserLeft .teaser,
#content .newsletterbox .teaser {
    width:				190px;
    padding-top:		15px;
    margin-bottom:		10px;
}

#teaserRight .footer,
#teaserLeft .footer {
    clear:				both;
    text-align:			right;
}

#teaserRight .footer a,
#teaserRight .footer a:link,
#teaserRight .footer a:active,
#teaserRight .footer a:visited,
#teaserLeft .footer a,
#teaserLeft .footer a:link,
#teaserLeft .footer a:active,
#teaserLeft .footer a:visited {
    display:			block;
    background:			#bcdb8f url(../img/btTeaserMore.gif) no-repeat;
    background-position:170px center;

    padding:			0px 25px 0px 0px;
}

#teaserRight .footer a:hover,
#teaserLeft .footer a:hover {
    text-decoration:	none;
}



/**********  Teaser 01 **********/

#teaserRight .teaser01,
#teaserLeft .teaser01 {
    border:				1px solid #7db41b;
    background:			#7db41b url(../img/teaserTop01.gif) repeat-x;
}

#teaserRight .teaser01 h1,
#teaserRight .teaser01 h2,
#teaserRight .teaser01 h3,
#teaserRight .teaser01 h4,
#teaserRight .teaser01 h5,
#teaserRight .teaser01 h6,
#teaserRight .teaser01 p,
#teaserRight .teaser .cwtw-birdGrey,
#teaserLeft .teaser01 h1,
#teaserLeft .teaser01 h2,
#teaserLeft .teaser01 h3,
#teaserLeft .teaser01 h4,
#teaserLeft .teaser01 h5,
#teaserLeft .teaser01 h6,
#teaserLeft .teaser01 p,
#teaserLeft .teaser .cwtw-birdGrey {
    margin:				5px;
    color:				#ffffff;
}

#teaserRight .teaser01 h1,
#teaserRight .teaser01 h2,
#teaserRight .teaser01 h3,
#teaserRight .teaser01 h4,
#teaserRight .teaser01 h5,
#teaserRight .teaser01 h6,
#teaserLeft .teaser01 h1,
#teaserLeft .teaser01 h2,
#teaserLeft .teaser01 h3,
#teaserLeft .teaser01 h4,
#teaserLeft .teaser01 h5,
#teaserLeft .teaser01 h6 {
    margin-top:			0;
    padding-bottom:		5px;
    background:			url(../img/bgDotWhite.gif) repeat-x;
    background-position:bottom left;
}

#teaserRight .teaser01 h1 a, #teaserRight .teaser01 h1 a:link, #teaserRight .teaser01 h1 a:active, #teaserRight .teaser01 h1 a:visited,
#teaserRight .teaser01 h2, #teaserRight .teaser01 h2 a:link, #teaserRight .teaser01 h2 a:active, #teaserRight .teaser01 h2 a:visited,
#teaserRight .teaser01 h3, #teaserRight .teaser01 h3 a:link, #teaserRight .teaser01 h3 a:active, #teaserRight .teaser01 h3 a:visited,
#teaserRight .teaser01 h4, #teaserRight .teaser01 h4 a:link, #teaserRight .teaser01 h4 a:active, #teaserRight .teaser01 h4 a:visited,
#teaserRight .teaser01 h5, #teaserRight .teaser01 h5 a:link, #teaserRight .teaser01 h5 a:active, #teaserRight .teaser01 h5 a:visited,
#teaserRight .teaser01 h6, #teaserRight .teaser01 h6 a:link, #teaserRight .teaser01 h6 a:active, #teaserRight .teaser01 h6 a:visited,
#teaserLeft .teaser01 h1 a, #teaserLeft .teaser01 h1 a:link, #teaserLeft .teaser01 h1 a:active, #teaserLeft .teaser01 h1 a:visited,
#teaserLeft .teaser01 h2, #teaserLeft .teaser01 h2 a:link, #teaserLeft .teaser01 h2 a:active, #teaserLeft .teaser01 h2 a:visited,
#teaserLeft .teaser01 h3, #teaserLeft .teaser01 h3 a:link, #teaserLeft .teaser01 h3 a:active, #teaserLeft .teaser01 h3 a:visited,
#teaserLeft .teaser01 h4, #teaserLeft .teaser01 h4 a:link, #teaserLeft .teaser01 h4 a:active, #teaserLeft .teaser01 h4 a:visited,
#teaserLeft .teaser01 h5, #teaserLeft .teaser01 h5 a:link, #teaserLeft .teaser01 h5 a:active, #teaserLeft .teaser01 h5 a:visited,
#teaserLeft .teaser01 h6, #teaserLeft .teaser01 h6 a:link, #teaserLeft .teaser01 h6 a:active, #teaserLeft .teaser01 h6 a:visited {
    color:				#ffffff;
}

#teaserRight .csc-textpic-intext-left .csc-textpic-imagewrap,
#teaserLeft .csc-textpic-intext-left .csc-textpic-imagewrap {
    margin:				0px 10px 5px 5px;
}

#teaserRight .teaser01 a, #teaserRight .teaser01 a:link, #teaserRight .teaser01 a:active, #teaserRight .teaser01 a:visited,
#teaserLeft .teaser01 a, #teaserLeft .teaser01 a:link, #teaserLeft .teaser01 a:active, #teaserLeft .teaser01 a:visited {
    color:				#ffffff;
}



/**********  Teaser 02  **********/

#teaserRight .teaser02,
#teaserLeft .teaser02,
#content .newsletterbox .teaser02 {
    border:				1px solid #dee7bc;
    background:			#ffffff url(../img/teaserTop02.gif) repeat-x;
}

#teaserRight .teaser02 .footer a,
#teaserRight .teaser02 .footer a:link,
#teaserRight .teaser02 .footer a:active,
#teaserRight .teaser02 .footer a:visited,
#teaserLeft .teaser02 .footer a,
#teaserLeft .teaser02 .footer a:link,
#teaserLeft .teaser02 .footer a:active,
#teaserLeft .teaser02 .footer a:visited,
#content .newsletterbox .teaser02 .footer a,
#content .newsletterbox .teaser02 .footer a:link,
#content .newsletterbox .teaser02 .footer a:active,
#content .newsletterbox .teaser02 .footer a:visited {
    border:				1px solid #ffffff;
}

#content .newsletterbox a,
#content .newsletterbox a:link,
#content .newsletterbox a:active,
#content .newsletterbox a:visited {
    font-weight: normal;
}

#teaserRight .teaser02 h1,
#teaserRight .teaser02 h2,
#teaserRight .teaser02 h3,
#teaserRight .teaser02 h4,
#teaserRight .teaser02 h5,
#teaserRight .teaser02 h6,
#teaserRight .teaser02 p,
#teaserLeft .teaser02 h1,
#teaserLeft .teaser02 h2,
#teaserLeft .teaser02 h3,
#teaserLeft .teaser02 h4,
#teaserLeft .teaser02 h5,
#teaserLeft .teaser02 h6,
#teaserLeft .teaser02 p,
#content .newsletterbox .teaser02 h1,
#content .newsletterbox .teaser02 h2,
#content .newsletterbox .teaser02 h3,
#content .newsletterbox .teaser02 h4,
#content .newsletterbox .teaser02 h5,
#content .newsletterbox .teaser02 h6,
#content .newsletterbox .teaser02 p {
    margin:				5px;
    color:				#7ab51d;
}

#teaserRight .teaser02 h1,
#teaserRight .teaser02 h2,
#teaserRight .teaser02 h3,
#teaserRight .teaser02 h4,
#teaserRight .teaser02 h5,
#teaserRight .teaser02 h6,
#teaserLeft .teaser02 h1,
#teaserLeft .teaser02 h2,
#teaserLeft .teaser02 h3,
#teaserLeft .teaser02 h4,
#teaserLeft .teaser02 h5,
#teaserLeft .teaser02 h6,
#content .newsletterbox .teaser02 h1,
#content .newsletterbox .teaser02 h2,
#content .newsletterbox .teaser02 h3,
#content .newsletterbox .teaser02 h4,
#content .newsletterbox .teaser02 h5,
#content .newsletterbox .teaser02 h6 {
    margin-top:			0;
    padding-bottom:		5px;
    background:			url(../img/bgDotGreen.gif) repeat-x;
    background-position:bottom left;
}


/**********  Teaser 03 + Teaser 04  **********/

#teaserRight .teaser03,
#teaserLeft .teaser03,
#teaserRight .teaser04,
#teaserLeft .teaser04 {
    border:				1px solid #cfe6b2;
    background:			#d7e8bb url(../img/teaserTop03.gif) repeat-x;
}

#teaserRight .teaser03 h1,
#teaserRight .teaser03 h2,
#teaserRight .teaser03 h3,
#teaserRight .teaser03 h4,
#teaserRight .teaser03 h5,
#teaserRight .teaser03 h6,
#teaserRight .teaser03 p,
#teaserLeft .teaser03 h1,
#teaserLeft .teaser03 h2,
#teaserLeft .teaser03 h3,
#teaserLeft .teaser03 h4,
#teaserLeft .teaser03 h5,
#teaserLeft .teaser03 h6,
#teaserLeft .teaser03 p,
#teaserRight .teaser04 h1,
#teaserRight .teaser04 h2,
#teaserRight .teaser04 h3,
#teaserRight .teaser04 h4,
#teaserRight .teaser04 h5,
#teaserRight .teaser04 h6,
#teaserRight .teaser04 p,
#teaserLeft .teaser04 h1,
#teaserLeft .teaser04 h2,
#teaserLeft .teaser04 h3,
#teaserLeft .teaser04 h4,
#teaserLeft .teaser04 h5,
#teaserLeft .teaser04 h6,
#teaserLeft .teaser04 p {
    margin:				5px;
    color:				#000000;
}

#teaserRight .teaser03 h1,
#teaserRight .teaser03 h2,
#teaserRight .teaser03 h3,
#teaserRight .teaser03 h4,
#teaserRight .teaser03 h5,
#teaserRight .teaser03 h6,
#teaserLeft .teaser03 h1,
#teaserLeft .teaser03 h2,
#teaserLeft .teaser03 h3,
#teaserLeft .teaser03 h4,
#teaserLeft .teaser03 h5,
#teaserLeft .teaser03 h6,
#teaserRight .teaser04 h1,
#teaserRight .teaser04 h2,
#teaserRight .teaser04 h3,
#teaserRight .teaser04 h4,
#teaserRight .teaser04 h5,
#teaserRight .teaser04 h6,
#teaserLeft .teaser04 h1,
#teaserLeft .teaser04 h2,
#teaserLeft .teaser04 h3,
#teaserLeft .teaser04 h4,
#teaserLeft .teaser04 h5,
#teaserLeft .teaser04 h6 {
    margin-top:			0;
    padding-bottom:		5px;
    background:			url(../img/bgDotGreen.gif) repeat-x;
    background-position:bottom left;
    color:				#7ab51d;
}

/**********  homepage sitemap  **********/

#teaserLeft .subNavi {
    background-color:	#7ab51d;
    color:				#ffffff;
    margin-bottom:		15px;
}

#teaserLeft .subNavi ul {
    list-style:			none;
    margin:				0;
    padding:			1px 0 0 0;
    background:			url(../img/bgDotWhite.gif) repeat-x top left;
}

#teaserLeft .subNavi ul li {
    margin:				0;
    padding:			0;
}

#teaserLeft .subNavi a,
#teaserLeft .subNavi a:link,
#teaserLeft .subNavi a:active,
#teaserLeft .subNavi a:visited {
    display:			block;
    padding:			2px 10px 2px 10px;
    color:				#000000;
    text-decoration:	none;
    background:			url(../img/bgDotWhite.gif) repeat-x;
    background-position:bottom left;
}

#teaserLeft .subNavi ul li a:hover {
    background-color:	#689c19;
}

#teaserLeft .teaser01 .subNavi {
    border:				none;
    background:			none;
}

#teaserLeft .teaser01  .subNavi h1 {
    font-size:			1em;
    margin:				0px;
    color:				#ffffff;

    position:			relative;
    top:				-2px;

    padding:			15px 10px 5px 10px;
    text-transform:		uppercase;
    font-weight:		bold;

    background:			transparent url(../img/bgSubNaviTop.gif) repeat-x;
    background-position:0px 0px;

    letter-spacing:		1px;
}


/********************************************************************************
                                                footer
********************************************************************************/


#footer #metaNavi {
    width:				980px;
    margin:				0px auto 0px auto;
    padding:			0;
    text-align:			center;
    text-transform:		uppercase;
    font-size:			0.9em;
    font-weight:		bold;
    letter-spacing:		1px;
}

#footer #metaNavi ul {
    width:				auto;
    width:				100%;
    margin:				0px 0px 0px 200px;
    padding:			0;
    list-style:			none;
}

#metaNavi li {
    float:				left;
    display:			inline;
    list-style:			none;
    margin:				0px;
    padding:			5px 0px 5px 0px;
    line-height:		1em;
}

#metaNavi a,
#metaNavi a:link,
#metaNavi a:active,
#metaNavi a:visited {
    display:			block;
    font-weight:		bold;
    text-decoration:	none;
    margin:				0;
    padding:			0px 12px 0px 12px;
    color:				#ffffff;
    background-color:	#858585;
    border-right:		1px solid #ffffff;
}

#metaNavi a:hover {
    text-decoration:	none;
    color:				#222222;
}

#metaNavi strong a,
#metaNavi strong a:link,
#metaNavi strong a:active,
#metaNavi strong a:visited,
#metaNavi strong a:hover {
    color:				#222222;
}

#metaNavi li.last a,
#metaNavi li.last a:link,
#metaNavi li.last a:active,
#metaNavi li.last a:visited {
    border-right:		none;
}


/********************************************************************************
                                                clearing
********************************************************************************/

.clearfix:after {
    content:			".";
    display:			block;
    height:				0;
    clear:				both;
    visibility:			hidden;
}

* html>body .clearfix {
    display:			inline-block;
    width:				100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height:				1%;
    /* End hide from IE-mac */
}

/********************************************************************************
                                                tell a friend
********************************************************************************/
.tellAfriend {
    display:			inline;
}

.tellAfriend .csc-mailform-field img {
    float:				left;
}

.tellAfriend fieldset {
    border:				none;
}

.tellAfriend .input,
.tellAfriend textarea {
    width:				300px;
}

.tellAfriend .csc-mailform label {
    clear:				left;
    float: 				left;
    width: 				200px;
}

.tellAfriend .csc-mailform input,
.tellAfriend .csc-mailform textarea {
    float:				left;
}

.tellAfriend .csc-mailform .csc-mailform-field {
    padding:			5px 0;
    clear: 				both;
}

.tellAfriend .csc-mailform .csc-mailform-submit {
    clear: 				both;
    padding:			2px 10px 2px 10px;
    margin:				20px 0px 20px 200px;
    border:				1px solid #888888;
}
/*Seite versenden - Captcha Input Feld*/
#lformname {
    margin-left: 15em;  
    margin-top: 10px;
}

/********************************************************************************
                                                eCard friend
********************************************************************************/
.ecardForm fieldset {
    border:				none;
    margin:				30px 0px 0px 0px;
    padding:			0px;
}

.ecardForm legend {
    font-weight:		bold;
    margin-bottom:		10px;
}

.ecardForm label {
    display:			block;
    margin:				15px 0px 5px 0px;
}

.ecardForm .input {
    width:				400px;
}

.ecardForm textarea {
    margin-bottom:		15px;
}

.ecardForm .csc-mailform-field p {
    font-size:			90%;
    margin-top:			20px;
}

/********************************************************************************
                                                publications form
********************************************************************************/
form .publication,
form .pubOrder {
    border:				none;
    margin:				0;
    padding:			0;
}

form .form fieldset {
    background:			url(../img/bgDotGrey.gif) repeat-x bottom left;
}

form .publication .csc-mailform-field {
    clear:				both;
}

form .publication legend,
form .form .pubOrder legend {
    font-weight:		bold;
    margin-bottom:		10px;
    padding-top:		20px;
}

form .publication label {
    float:				right;
    width:				515px;
    text-align:			left;
    margin-bottom:		20px;
    line-height:		1.5em;
}

#content form .publication input {
    float:				left;
    width:				30px;
    background-color:	#e6f1d5;
}

/* */
form .form .pubOrder {
    background:			none;
    background-color:	#e6f1d5;
    margin-top:			10px;
    padding:			0px 10px 10px 10px;
}

form .form .pubOrder legend {
    margin-top:			10px;
}

form .form .pubOrder .csc-mailform-field {
    clear:				both;
    margin:				5px 0px;
}

form .form .pubOrder label {
    display:			block;
    float:				left;
    width:				150px;
}

form .form .csc-mailform-submit {
    margin-top:			20px;
}


/********************************************************************************
                                                newsletter abo
********************************************************************************/
.newsAbo  {
    background-color:	#e6f1d5;
    margin-bottom:		10px;
    padding:			10px 10px 0px 10px;
}
.newsAbo .mailman-form fieldset {
    border:				none;
    margin:				0px 0px 20px 0px;
    padding:			0;
}

.newsAbo .mailman-form .mailman-form-title {
    font-weight:		bold;
}

.newsAbo .mailman-form .button {
    margin:				15px 0;
}


/********************************************************************************
                                                sitemap
********************************************************************************/
#content .sitemap2 ul {
    margin:				0.3em 0.3em 0 0.3em;
    padding:			0;
    list-style-type:	none;
}

#content .sitemap2 ul li {
    margin:				0;
    padding:			0.4em 0 0.4em 2.5em;
    background:			transparent url(../img/sitemap_connect.gif) no-repeat left top;
}

#content .sitemap2 ul li.last {
    background:			transparent url(../img/sitemap_end.gif) no-repeat left top;
}

#content .sitemap2 ul li a {
    color:				#000000;
}

#content .sitemap2 ul ul {
    margin:				0.4em 0 -0.4em -2.5em;
    padding:			0 0 0 2.5em;
    background:			url(../img/sitemap_line.gif) repeat-y left;
    font-size:			100%;
    list-style-type:	none;
}

#content .sitemap2 ul li.last ul {
    background-image:	none;
}

#content .sitemap2 ul li.last ul li ul {
    background:			url(../img/sitemap_line.gif) repeat-y left;
}

#content .sitemap2 ul ul li a {
    color:				#7ab51d;
}

fieldset#mailformsaeulen {
    border:				none;
    padding-left:		0px;
    margin-left:		0px;
}
fieldset#mailformsaeulen legend {
    display:				none;
}
#content fieldset#mailformsaeulen label {
    clear:				none;
    margin:				0px 0px 5px 5px;
}
#content fieldset#mailformsaeulen input {
    clear:				left;
    background-color:	#ffffff;
    border:				none;
    margin:				0px 0px 5px 0px;
}


/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
.csc-textpic-caption { font-size:0.9em;line-height:1.3em;padding:5px 0; }
div.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
div.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
div.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,
div.csc-textpic-border .csc-textpic-single-image img{
    border: 1px solid #b0b1b1;
    padding: 0px 0px;
}

div.csc-textpic-imagewrap { padding: 0; }

div.csc-textpic img { border: none; }

/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
div.csc-textpic div.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
div.csc-textpic div.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
div.csc-textpic div.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
div.csc-textpic div.csc-textpic-imagewrap DL.csc-textpic-image DD img { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
div.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img { margin: 0; }

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
div.csc-textpic-equalheight div.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
div.csc-textpic div.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
    margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }

/* Center (above or below) */
div.csc-textpic-center { text-align: center; /* IE-hack */ }
div.csc-textpic-center div.csc-textpic-imagewrap { margin: 0 auto; }
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
div.csc-textpic-center div.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap { float: right; }
div.csc-textpic-right div.csc-textpic-text { clear: right; }

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap { float: left; }
div.csc-textpic-left div.csc-textpic-text { clear: left; }

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap { float: left; }
#c63622 div.csc-textpic-intext-left div.csc-textpic-imagewrap { float: left; margin-bottom: 15px; }

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */





/* default styles for extension "tt_news" */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
    clear:right;
    height:1px;
    border:1px solid #FFFFFF;

}
.news-latest-container HR.clearer {
    clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
    border:1px solid #333;
    background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
    color:#fff;
    padding:3px;
    margin:3px;
    border:1px solid #666;
    /*background-color:#D8FA70;*/
    background-color:#769024;
}

.news-latest-gotoarchive {
    font-weight:bold;
    margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
    color:#fff;
}
.news-latest-gotoarchive A {
    color:#fff;
}
.news-latest-item {
    /* IE hack */
    height: 1%;
    line-height: 1.3;
    /* IE hack end */
    padding:3px;
    margin:3px;
    border:1px solid #666;
    background-color:#F9FFE5;
}

.news-latest-item img {

    margin-bottom:5px;
    margin-right:5px;
    border:1px solid #666;
    float:left;
}
.news-latest-category img {
    float: none;
    border:none;
    margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
    font-size:9px;
}

.news-latest-morelink {
    height:12px;
}

.news-latest-morelink A {
    float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

}


.news-list-item {
    /* IE hack */
    height: 1%;
    line-height: 1.3;
    /* IE hack end */
    float:				left;
    clear:both;
    padding-bottom:		10px;
    margin-bottom:		10px;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    background-position:bottom left;
}
#teaserRight .news-search-form {
    margin: 0 5px 10px 5px;
}
.news-search-emptyMsg{
    margin:0px;
}
.news-search-form FORM {
    margin:0px;
}
.news-list-container H3 {
    margin-bottom: 5px;
    color: #000000;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
    color:#000000;
}
.news-list-container H3 A {
    color:#fff;

}
.news-list-container P {
    padding-left:3px;
}
.news-list-date {
    float: right;
    color: #777777;
    width: 180px;
    text-align: right;
    height: 20px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 9px;
    font-weight: normal;
}
.bund-intern-container .news-list-date {
    float:									none;
    width:									auto;
    text-align:							left;
}
.news-list-imgcaption {
    float: right;
    padding-top:3px;
    padding-right:3px;
    font-size: 9px;

}

.news-list-container img {
    float: left;
    border:1px solid #666;
    margin: 0px 10px 5px 0px;
}
.news-list-category img {
    float: none;
    border:none;
    margin:0px;
}

.news-list-morelink,.news-list-category {
    margin-left:3px;
}
.news-list-morelink  {
    margin-bottom:3px;
}
.news-list-browse {
    text-align: center;
}
.bund-intern-container img {
    border:									none;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
    clear: both;
    margin:3px;
    padding:3px;
    text-align: center;
}

.tx-ttnews-browsebox TD {
    margin:0;
    padding:0;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
    font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
    margin:0px;
    padding:0px;
}

.tx-ttnews-browsebox TD a, .tx-ttnews-browsebox TD a:link, .tx-ttnews-browsebox TD a:visited {
    padding:7px;
    line-height: 2em;
}

.tx-ttnews-browsebox-SCell {
    background-color: #7ab51d;
}
.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-SCell a:link, .tx-ttnews-browsebox-SCell a:visited, .tx-ttnews-browsebox-SCell a:hover {
    color: #000000;
    text-decoration: none;
}

.news-search-emptyMsg {
    font-size: 11px;
    margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
    margin-bottom:5px;

}
.news-single-item H2 {
    width:400px;
}
.news-single-item H3 {
    margin-bottom: 15px;
}



.news-single-img {
    float: left;
    margin-right:10px;

}



.news-single-imgcaption {
    padding:3px 3px 10px 0px;
    clear:both;
}

.news-single-category {
    font-size:80%;
    color:#777777;
}
.news-single-backlink, .news-single-backlink a {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    clear:both;
}
.news-single-timedata {
    float: right;
    color:#777777;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
    font-size: 80%;
    margin-bottom:15px;
}
.news-single-author {
    padding-bottom: 3px;
}
.news-single-additional-info {
    /*	clear: both;*/
    margin-top: 15px;
    padding-top:10px;
    background:			url(../img/bgDotGrey.gif) repeat-x;
    background-position:top left;

}
.news-single-related,.news-single-files,.news-single-links  {
    margin:0px;
    margin-bottom: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
    margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
    font-weight: bold;
    width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container ul {
    margin: 0px 0px 80px 0px;
    padding:8px;
    list-style:none;
    clear:both;
}

.news-amenu-container li.news-amenu-item-year {
    font-weight:bold;
    width:100%;
    float:none;
    clear:both;
    display:block;
    margin-bottom:5px;
    text-align:left;
    padding:8px 0px 4px 0px;
    background:transparent url(../img/bgDotWhite.gif) repeat-x left bottom;
}

.news-amenu-container li {
    margin:0px;
    padding:0px;
    display:block;
    float:left;
    width:42px;
    text-align:center;
}

.news-amenu-container a {
    background-color:#7DB41B;
    color:#ffffff;
    margin:1px;
    padding:2px 1px 2px 1px;
    text-transform:	uppercase;
    text-decoration:none;
    display:block;
    border:1px solid #6aa31b;
}

.news-amenu-container a:hover {
    background-color:#6aa31b;
}
.news-amenu-container .highlight a {
    background-color:#6aa31b;
}




/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
    padding:5px;
    margin:10px 0px 10px 10px;
    border:1px solid #666;
    background-color:#F9FFE5;
}
.news-catmenu-header {
    font-size:11px;
    font-weight:bold;
}
.news-catmenu DIV {
    font-size:10px;
    white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
    margin:0px;
    padding: 0px;
    vertical-align: middle;
}
.news-catmenu-ACT {
    font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
    padding:1px;
    padding-left:10px;
    background-color:#ebf8bf;
    border-left:1px solid #666;
    border-top:1px solid #666;
}
.level2 {
    padding:1px;
    padding-left:10px;
    background-color:#ddf393;
    border-left:1px solid #666;
}
.level3 {
    padding:1px;
    padding-left:10px;
    background-color:#cae46e;
    border-left:1px solid #666;
    border-top:1px solid #666;

}
.level4 {
    padding:1px;
    padding-left:10px;
    background-color:#b0cb51;
    border-left:1px solid #666;
}

.csc-textpic {
    clear: both;
}

/***************  css for plugin.tx_cal_controller ******************************/

.tx-cal-controller .entry {
    float:left;
    clear:both;
    margin:5px 0px;
    padding:5px 0px 15px 0px;
    line-height:110%;
    background:url(../img/bgDotGrey.gif) repeat-x;
    background-position:bottom left;
}

.tx-cal-controller .left {
    float: left;
    width:140px;
}

.tx-cal-controller .right {
    float:left;
    width:400px;
    margin-left:20px;
    clear:right;
}

#content .tx-cal-controller .right .calendar-date a,
#content .tx-cal-controller .right .calendar-date a:link,
#content .tx-cal-controller .right .calendar-date a:active,
#content .tx-cal-controller .right .calendar-date a:visited {
    color: #777777;
    font-weight:normal;
}

.calendar-date {
    float: right;
    color: #777777;
    width: 180px;
    text-align: right;
    height: 20px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 80%;
    font-weight: normal;
}

.calendar-date span {
    position:			absolute;
    left:				-3000em;
}

#month-header {
    width: 100%;
    margin-bottom: 7px;
}

#month-header-prevnext {
    float: left;
}

#month-header-icons {
    float: right;
    text-align: right;
}

#month-header-icons img, #month-header-prevnext img , #month-footer img{
    border: 0px solid;
}

#month-footer {
    width: 100%;
    margin-bottom: 7px;
}

#month-footer-header {
    text-align: center;
}

table.month-small {
    border: 1px solid #A1A5A9;
    border-collapse: collapse;
}

.month-small th,
.month-small td {
    padding: 0;
    width: 22px;
    font-size: 10px;
}

.month-large {
    border: 1px solid #A1A5A9;
    border-collapse: collapse;
}

.month-large th,
.month-large td {
    border: 1px solid #A1A5A9;
}

.month-large .weekday {
    background-color: #EEE;
    height: 12px;
}

.month-large .weeknum {
    background-color: #A1A5A9;
    width: 22px;
}

.month-large .day {
    height: 100px;
    width: 100px;
    vertical-align: top;
    text-align: left;
}

.month-large .day div {
    text-align: right;
    padding-right: 3px;
}

/*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
#calendar-nav {

}

#calendar-nav td {
    vertical-align: top;
}

#calendar-nav td#previous {
    width: 175px;
}

#calendar-nav td#list {
    width: 188px;
}

#calendar-nav td#legend {
    width: 188px;
}

#calendar-nav td#next {
    width: 175px;
}

#link-ics,
#link-admin {
    width: 100%;
    text-align: center;
}

/* END new classes and  id's */

.calborder {
    background-color: #fff;
    border: 1px solid #A1A5A9;
}

.tbll {
    background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
    width: 8px
}

.tblbot {
    background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
    width: 100%
}

.tblr {
    background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
    width: 8px
}

.rowOn {
    background-color: #cfc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.rowOn2 {
    background-color: #cfc;
    border-top: 1px solid #fff;
}

.rowOff {
    background-color: #E1E8F1;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.rowOff2 {
    background-color: #E1E8F1;
    border-top: 1px solid #fff;
}

.rowToday {
    background-color: #cff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.tx-cal-controller .padd {
    /*XXXpadding: 2px;*/
}

.eventbg_1 {
    background-color: #557CA3;
    padding: 2px;
}

.eventbg_2 {
    background-color: #53A062;
    padding: 2px;
}

.eventbg_3 {
    background-color: #E84F25;
    padding: 2px;
}

.eventbg_4 {
    background-color: #B257A2;
    padding: 2px;
}

.eventbg_5 {
    background-color: #D42020;
    padding: 2px;
}

.eventbg_6 {
    background-color: #B88F0B;
    padding: 2px;
}

.eventbg_7 {
    background-color: #73738C;
    padding: 2px;
}

#allday a {
    font-size: 9px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

#allday a:hover {
    text-decoration: underline;
}

.eventbg2_1 {
    background-color: #6699CC;
    border: 1px solid #557CA3;
}

.eventbg2_2 {
    background-color: #4FC464;
    border: 1px solid #53A062;
}

.eventbg2_3 {
    background-color: #FF6D3B;
    border: 1px solid #E84F25;
}

.eventbg2_4 {
    background-color: #EA62D4;
    border: 1px solid #B257A2;
}

.eventbg2_5 {
    background-color: #FF5E56;
    border: 1px solid #D42020;
}

.eventbg2_6 {
    background-color: #CCB21F;
    border: 1px solid #B88F0B;
}

.eventbg2_7 {
    background-color: #9292A1;
    border: 1px solid #73738C;
}

.dayborder {
    background-color: #fff;
    border-top: 1px solid #A1A5A9;
}

.dayborder2 {
    background-color: #fff;
    border-top: 1px dashed #ccc;
}

.tx-cal-controller .title {
    background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
    padding: 5px;
}

.tx-cal-controller .title h1 {
    font-family: Helvetica,sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
}

.monthback {
    background-color: #A1A5A9;
}

.monthsmallbasic {
    text-align: left;
    vertical-align: top;
}

.monthmediumbasic {
    height: 20px;
    width: 20px;
    text-align: left;
    vertical-align: top;
}

.monthoff {
    background-color: #F2F2F2 ! important;
}

.monthtoday {
    background-color: #F2F9FF ! important;
}

.monthWeekend {
    background-color: #FFFFEF;
}

.monthselected {
    border: solid 1px red !important;
}

.montheventtop {
    background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
    border-top: 1px solid #A1A5A9;
}

.montheventline {
    border-right: 1px dotted #A1A5A9;
}

.medtitle {
    background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
    height: 20px;
    margin-top: 3px;
    font-weight: 900;
}

.yearreg {
    background-color: #fff;
    height: 30px;
    width: 30px;
    text-align: right;
    vertical-align: top;
    font-size: 9px;
}

.yearoff {
    background-color: #F2F2F2;
    height: 30px;
    width: 30px;
    text-align: right;
    vertical-align: top;
    font-size: 9px;
}

.yearon {
    background-color: #F2F9FF;
    height: 30px;
    width: 30px;
    text-align: right;
    vertical-align: top;
    font-size: 9px;
}

.yearmonth {
    background-color: #ccc;
}

.yearweek {
    background-color: #eee;
    width: 30px;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    height: 15px;
}

.eventborder {
    background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);
    border: 1px #006699 solid;
}

.dateback {
    background-color: #eee;
}

.weekborder {
    border-top: 1px dashed #A1A5A9;
    border-right: 1px solid #A1A5A9;
}

.weekborder2 {
    border-right: 1px solid #A1A5A9;
}

.timeborder {
    border-right: 2px solid #A1A5A9;
    border-top: 1px dashed #A1A5A9;
    background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
}

.timeborder2 {
    border-right: 2px solid #A1A5A9;
    border-top: 1px solid #A1A5A9;
    background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
}

.tx-cal-controller .navback {
    background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
}

.tx-cal-controller .navback img{
    border:none;
}

.tx-cal-controller .sideback {
    background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
}

a.psf {
    text-decoration: none;
}

a.psf:link {
    color: #0066FF;
}

a.psf:visited {
    color: #0066FF;
}

a.psf:active {
    color: #3366CC;
}

a.psf:hover {
    color: #000099;
    text-decoration: underline;
}

a.ps2 {
    text-decoration: underline;
}

a.ps2:link {
    color: #0066FF;
}

a.ps2:visited {
    color: #0066FF;
}

a.ps2:active {
    color: #3366CC;
}

a.ps2:hover {
    color: #000099;
}

a.ps3 {
    text-decoration: none;
}

a.ps3:link {
    color: #000;
}

a.ps3:visited {
    color: #000;
}

a.ps3:active {
    color: #000;
}

a.ps3:hover {
    color: #000;
    text-decoration: underline;
}

a.ps {
    text-decoration: none;
}

a.ps:link {
    color: #fff;
}

a.ps:visited {
    color: #fff;
}

a.ps:active {
    color: #fff;
}

a.ps:hover {
    color: #fff;
    text-decoration: underline;
}
.legend_calendar {
    font-size: 9px;
    color: #000000;
    margin-top: 1em;
    margin-left: 1em;
}

.V9 {
    text-align:left ! important;
    font-size: 9px;
    color: #000000;
}

.V9 ul {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 20px;
    padding-left: 0px;
}
.V9 li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.V10W {
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.V9W {
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}

.V10WB {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 900;
}

.V9G {
    font-size: 80%;
}

.V10 {
    font-size: 10px;
    color: #000000;
}

.V9BOLD {
    font-size: 9px;
    font-weight: 900;
}

.G10 {
    font-size: 11px;
    color: #0066FF;
}

.G10B {
    font-size: 11px;
    color: #000000;
}

.G10BOLD {
    font-size: 11px;
    font-weight: 900;
}

.G10G {
    font-size: 11px;
    color: #A1A5A9;
}

.V12 {
    font-size: 12px;
    color: #000000;
}

.tx-cal-controller .eventfont {
    font-size: 11px;
    color: #FFFFFF;
}

.tx-cal-controller .query_style {
    font-size: 11px;
    width: 156px;
    margin-bottom: 0;
}

.tx-cal-controller .search_style {
    font-size: 12px;
    width: 134px;
    margin-bottom: 0;
}

.tx-cal-controller .login_style {
    font-size: 11px;
    width: 80px;
    margin-bottom: 0;
}

.tx-cal-controller .bold a:link {
    font-weight: bold;
}

.tx-cal-controller .bold a:active {
    font-weight: bold;
}

.tx-cal-controller .bold a:visited {
    font-weight: bold;
}

/* Pagebrowser */
.tx-cal-controller .pagebrowser {
    text-align:center;
    width:100%;
    padding: 0 2px;
}

/*------------ Category style package: default (blue) - start ------------*/

.default_categoryheader {
    background-color: #557CA3;
}

.default_categoryheader_bullet {
    color: #557CA3;
    font-size: 13px;
}

.default_categoryheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.default_categoryheader_legend_bullet {
    margin-left: 3px;
}

.default_categoryheader_legend_text {
}

.default_categoryheader_allday {
    text-align: center;
}

.default_categorybody {
    background-color: #6699CC;
    border: 1px solid #557CA3;
    color: #fff;
}

.default_categorybody a:link {
    color: #fff;
}

/*------------ Category style package: default (blue) - end ------------*/
/*------------ Category style package: green - start ------------*/

.green_catheader, .green_catheader_allday {
    background-color: #53A062;
}

.green_catheader_bullet {
    color: #4FC464;
    font-size: 13px;
}

.green_catheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.green_catheader_legend_bullet {
    margin-left: 3px;
}

.green_catheader_bullet_text {
}

.green_catheader_allday {
    text-align: center;
}

.green_catbody {
    background-color: #4FC464;
    border: 1px solid #53A062;
    color: #fff;
}

.green_catbody a:link {
    color: #fff;
}

/*------------ Category style package: green - end ------------*/
/*------------ Category style package: orange - start ------------*/

.orange_catheader, .orange_catheader_allday {
    background-color: #E84F25;
}

.orange_catheader_bullet {
    color: #FF6D3B;
    font-size: 13px;
}

.orange_catheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.orange_catheader_legend_bullet {
    margin-left: 3px;
}

.orange_catheader_bullet_text {
}

.orange_catheader_allday {
    text-align: center;
}

.orange_catbody {
    background-color: #FF6D3B;
    border: 1px solid #E84F25;
    color: #fff;
}

.orange_catbody a:link {
    color: #fff;
}

/*------------ Category style package: orange - end ------------*/
/*------------ Category style package: pink - start ------------*/

.pink_catheader, .pink_catheader_allday {
    background-color: #B257A2;
}

.pink_catheader_bullet {
    color: #EA62D4;
    font-size: 13px;
}

.pink_catheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.pink_catheader_legend_bullet {
    margin-left: 3px;
}

.pink_catheader_bullet_text {
}

.pink_catheader_allday {
    text-align: center;
}

.pink_catbody {
    background-color: #EA62D4;
    border: 1px solid #B257A2;
    color: #fff;
}

.pink_catbody a:link {
    color: #fff;
}

/*------------ Category style package: pink - end ------------*/
/*------------ Category style package: red - start ------------*/

.red_catheader, .red_catheader_allday {
    background-color: #D42020;
}

.red_catheader_bullet {
    color: #FF5E56;
    font-size: 13px;
}

.red_catheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.red_catheader_legend_bullet {
    margin-left: 3px;
}

.red_catheader_bullet_text {
}

.red_catheader_allday {
    text-align: center;
}

.red_catbody {
    background-color: #FF5E56;
    border: 1px solid #D42020;
    color: #fff;
}

.red_catbody a:link {
    color: #fff;
}

/*------------ Category style package: red - end ------------*/
/*------------ Category style package: yellow - start ------------*/

.yellow_catheader, .yellow_catheader_allday {
    background-color: #B88F0B;
}

.yellow_catheader_bullet {
    color: #CCB21F;
    font-size: 13px;
}

.yellow_catheader_text{
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.yellow_catheader_legend_bullet {
    margin-left: 3px;
}

.yellow_catheader_bullet_text {

}

.yellow_catheader_allday {
    text-align: center;
}

.yellow_catbody {
    background-color: #CCB21F;
    border: 1px solid #B88F0B;
    color: #fff;
}

.yellow_catbody a:link {
    color: #fff;
}

/*------------ Category style package: yellow - end ------------*/
/*------------ Category style package: grey - start ------------*/

.grey_catheader, .grey_catheader_allday {
    background-color: #73738C;
}

.grey_catheader_bullet {
    color: #9292A1;
    font-size: 13px;
}

.grey_catheader_text {
    color: #000000;
    font-size: 11px;
    margin-left: 3px;
}

.grey_catheader_legend_bullet {
    margin-left: 3px;
}

.grey_catheader_bullet_text {
}

.grey_catheader_allday {
    text-align: center;
}

.grey_catbody {
    background-color: #9292A1;
    border: 1px solid #73738C;
    color: #fff;
}

.grey_catbody a:link {
    color: #fff;
}

/*------------ Category style package: grey - end ------------*/

.tx-cal-controller .bold {
    /*font-weight: bold;*/
}

.refresh_calendar {
    margin-right: 5px;
}

/*  Start of moving stuff from the templat into this file */

.tx-cal-controller .weekview {
    margin: 0 auto;
}

.tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
    width: 16px;
    height: 20px;
    border: 0px;
    text-align: left;
}

.previsousweek_arrow {
    text-align: right;
}

/*------------- free & busy styles ----------*/
.fnb_header {
    background-color: #444444;
}

.fnb_body {
    background-color: #888888;
    border: 1px solid #999999;
    color: #fff;
}

/*------------- list styles ------------*/
.tx-cal-controller .even {

}


.tx-cal-controller .treelevel0 {
}

.tx-cal-controller .treelevel1 {
    margin-left:20px;
}

.tx-cal-controller .treelevel2 {
    margin-left:30px;
}

.tx-cal-controller label {
    display:block;
    float:left;
    margin:2px 0pt;
    padding-right:1em;
    text-align:right;
    /*horizontal-align:top;*/
    width:120px;
}
.tx-cal-controller fieldset div {
    clear:left;
}
.tx-cal-controller .noborder {
    border: none;
}

.tx-cal-controller .search-result {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.tx-cal-controller .search-result li {
    padding-bottom: 1em;
}

.tx-cal-controller .search_result li .even {
    background-color: #EEEEEE;
}
/***************  end css for plugin.tx_cal_controller ******************************/




/************************** default styles for publications ********************************/
.pubSingleItem {
    clear:				both;
    position: relative;
    margin-bottom:		0px;
    background:			url(../img/bgDotGrey.gif) repeat-x bottom left;
}

.pubSingleItemBundIntern .intern {
    position: absolute;
    top: 4px;
    left: 5px;
    margin: 0;
    padding: 0;
    color: #7AB51D;
}

.pubSingleItemBundIntern .internMarker {
    padding: 20px 5px 5px;
    margin: 0 0 1px;
    background: rgb(215,232,188);
}

.pubSingleItem .marker {
    padding: 20px 5px 5px;
    margin: 0 0 1px;
}

.pubSingleItem .pubDate {
    float:			right;
    font-size:		0.9em;
}

.pubSingleItem h2 {
    float:			left;
}

.pubSingleItem .bodytext {
    clear:			both;
}

.pubSingleItem .bodytext p{
    margin-left: 135px;
}

.pubSingleItem .previewimg {
    clear: both;
    float:          left;
    display:        inline;
    padding:        5px;
    margin-right:   20px;
    margin-bottom: 10px;
    border:         1px;
    border-style:   solid;
}

.pubSingleItem .pubDownload {
    clear: both;
    padding-top: 1em;
}

.publicationsDatabase {
    background:			#e6f1d5;
    margin-bottom:		20px;
}

.publicationsDatabase fieldset {
    border:				none;
    margin:				0;
    padding:			10px;
}

.publicationsDatabase legend {
    font-weight:		bold;
    font-size:			1.15em;
    font-family:		arial, helvetica, geneva, sans-serif;
    margin:				10px 0px 0px 0px;
    padding:			0;
    color:				#000000;
}

.publicationsDatabase .csc-mailform-field {
    clear:				both;
    margin-top:			10px;
}

.publicationsDatabase .csc-mailform-field #pub_searchWords,
.publicationsDatabase .csc-mailform-field #pub_section,
.publicationsDatabase .csc-mailform-field #pub_sorting,
.publicationsDatabase .csc-mailform-field #pub_catId {
    float:				left;
    width:				15em;
    margin:				5px 0px 15px 0px;
}

.publicationsDatabase .submit {

}

ul.pageBrowser,
ul.pageBrowser li {
    margin:				0;
    padding:			0;
    list-style:			none;
    text-align:			center;
}

ul.pageBrowser li {
    display:			inline;
    margin-right:		20px;
}

#content ul.pageBrowser li a,
#content ul.pageBrowser li a:link,
#content ul.pageBrowser li a:visited {
    font-weight:		normal;
}

#content ul.pageBrowser li.highlight a,
#content ul.pageBrowser li.highlight a:link,
#content ul.pageBrowser li.highlight a:visited {
    color:				#000;
    font-weight:		bold;
}
#calendar-event div.item {
    float:					left;
    clear:					both;
    margin-bottom:			10px;
}
/*
 * TYPO3 forms
*/
#content fieldset.csc-mailform {
    border:				none;
}

#content fieldset.csc-mailform label {
    clear:				left;
    float: 				left;
    width: 				15em;
}

#content fieldset.csc-mailform input,
#content fieldset.csc-mailform select,
#content fieldset.csc-mailform textarea {
    float:				left;
    margin-bottom:		1em;
    background-color:	#d8e9bc;
}

#content fieldset .csc-mailform-check {
    border:				none;
}

#content fieldset.csc-mailform .csc-mailform-field,
#content .csc-mailform-label {
    clear: 				both;
}

#content fieldset.csc-mailform .csc-mailform-submit {
    clear: 				both;
    padding:			0.2em 0.7em 0.2em 0.7em;
    margin:				1.25em 0 1.25em 15em;
    font-weight:		bold;
    background-color:	#D4D0C8;
}



/* Styles fuer "tx_skpagecomments_pi1" */
.sk-pagecomments-error {
    color: red;
    font-weight: bold;
    background: #E6F1D5;
    border: 1px solid #7ab51d;
    margin: 8px 9px;
    padding: 4px;
}
.sk-pagecomments-success {
    color: blue;
    font-weight: bold;
}
.sk-pagecomments-counter {
    color: #000000;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 2px;
}

.gmeigenerbeitrag {
    float: left;
    height: 18px;
}
.sk-pagecomments-headline {
    border-bottom: 1px solid #7ab51d;
    font-weight: bold;
    background: #a2cb61;
    padding-left: 6px;
    height: 20px;
    margin-top: 2px;
}
.sk-pagecomments-answerheadline {
    border-bottom: 1px solid #7ab51d;
    font-weight: bold;
    background: #a2cb61;
    padding-left: 6px;
    height: 20px;
}
.sk-pagecomments-namedate {
    float: left;
    padding: 3px 0px 2px 8px;
}
.sk-pagecomments-emailhomepage {
    float: right;
}
.sk-pagecomments-answer {
    float: right;
    padding: 0 4px 0 12px;
}
.sk-pagecomments-comment {
    background: #d8e9bc;
    padding: 4px 12px;
    clear: both;
}
.sk-pagecomments-teaser {
    margin-top: -40px
}
.sk-pagecomments-teaser h4 {
    background: #eee;
    font-size: 85%;
    margin: 0;
    color: green;
    padding-left: 4px;
}
.sk-pagecomments-teaser h4 span {
    padding-right: 4px
}
.sk-pagecomments-teaser p {
    margin: 0;
    font-size: 90%
}
.tx-skpagecomments-pi1 form {
    margin: 16px 0;
    width: 480px;
}
.tx-skpagecomments-pi1 form fieldset {
    border: 1px solid #a2cb61;
    width: 540px;
}
.tx-skpagecomments-pi1 form p.userinfos {
    text-align: left;
    margin-left: 120px;
    padding: 6px;
}
.tx-skpagecomments-pi1 span.sk-pagecomments-number,
.tx-skpagecomments-pi1 span.sk-pagecomments-number a {
    float: left;
    font-size: 70%;
    font-weight: bold;
    text-decoration:none;
    color: #ffffff;
    padding: 2px 10px 3px 0;
}
.tx-skpagecomments-pi1 form legend {
    background: #ffffff;
    border: 0px solid #000;
    padding: 4px;
    font-weight: bold;
}
.tx-skpagecomments-pi1 form label {
    width: 120px;
    float: left;
    margin-left: 8px;
    padding-bottom: 5px;
}
.tx-skpagecomments-pi1 form label.check {
    width: 100%;
    float: none;
}
.tx-skpagecomments-pi1 form p {
    margin: 6px 0;
    clear: both;
}
.tx-skpagecomments-pi1 form p img {
    vertical-align: bottom;
    margin-left: 8px;
}
.tx-skpagecomments-pi1 div.smileytext {
    margin-left: 0px;
    height:170px;
}
.tx-skpagecomments-pi1 form input#name,
.tx-skpagecomments-pi1 form input#name_disabled,
.tx-skpagecomments-pi1 form input#email,
.tx-skpagecomments-pi1 form input#homepage {
    width: 400px;
    background: #e6f1d5;
    border: 1px solid #7ab51d;
    font-size: 1.1em;
}
.tx-skpagecomments-pi1 form textarea {
    width: 400px;
    height: 160px;
    background: #e6f1d5;
    border: 1px solid #7ab51d;
    margin-top: 5px;
    font-size: 1.2em;
}

.tx-skpagecomments-pi1 form input#name:focus,
.tx-skpagecomments-pi1 form input#email:focus,
.tx-skpagecomments-pi1 form input#homepage:focus,
.tx-skpagecomments-pi1 form textarea:focus {
    background: #e6f1d5;
}

.tx-skpagecomments-pi1 form input#skcommentssubmit {
    color: #000000;
    background-color:#D8E9BC;
    clear:both;
    font-weight:bold;
    margin:1.25em 0.8em 1.25em 128px;
    padding:0.2em 0.7em;
    width: 210px;
}
.tx-skpagecomments-pi1 form input#skcommentwatch {
    color: #000000;
    background-color:#D8E9BC;
    font-weight:bold;
    margin:1.25em 0.8em 1.25em 128px;
    padding:0.2em 0.7em;
    width: 210px;
}

.tx-skpagecomments-pi1 .mailoncomment {
    margin-left: 120px;
}
.tx-skpagecomments-pi1 .description {
    margin-left: 10px;
    margin-right: 5px;
}
.tx-skpagecomments-pi1 img {
    border: 0px;
    padding: 1px 2px 1px 0px;
}
.sk-pagecomments-weitersagen {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.sk-pagecomments-melden {
    margin-top: 5px;
    margin-bottom: 30px;
}

.pagebrowser span.seitenanzahl  {
    padding-right: 15px;
}

.pagebrowser span,
.pagebrowser a {
    padding-left: 5px;
}

/* default styles for extension "tx_srfreecap_pi2" */
.tx-srfreecap-pi2-image {
    margin-left: 1em;
}
.tx-srfreecap-pi2-cant-read {
    font-size: .9em;
    color: #35006d;
}
.tx-srfreecap-pi2-cant-read a:link {
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
/*
 * Loginbox linke Spalte
*/
#teaserLeft img.meinbund {
    margin:								0 auto 15px auto;
    display:							block;
}
#teaserLeft .tx-felogin-pi1 {
    padding:							0 7px 5px 7px;
}
#teaserLeft .tx-felogin-pi1 p,
#teaserLeft .tx-felogin-pi1 h3 {
    margin-left:					0;
    margin-right:					0;
}
#teaserLeft fieldset,
#teaserRight fieldset {
    border:								none;
    padding:							0;
    margin:								0;
}
#teaserLeft fieldset legend,
#teaserLeft fieldset label,
#teaserRight fieldset legend,
#teaserRight fieldset label {
    display:							none;
}
#teaserRight input {
    margin-bottom:				4px;
}
#teaserLeft fieldset input {
    display:							block;
    width:								154px;
    margin-bottom:				4px;
    float:								right;
}
.welcome {
    display:							none;
}
.visible .welcome {
    display:							block;
}
#teaserLeft .small h3.welcome,
#content .small h3.welcome {
    background-image:			none;
    font-size:						10px;
    font-weight:					normal;
    padding-bottom:				0;
    margin-bottom:				0;
}
#teaserLeft p.username,
#content p.username {
    font-weight:					bold;
    margin-top:						0;
}
#teaserLeft .tx-felogin-pi1 .login_error,
#content .tx-felogin-pi1 .login_error {
    color:								#d00;
    margin-top:						6px;
}
#teaserLeft .tx-felogin-pi1 h3.login_error,
#content .tx-felogin-pi1 h3.login_error {
    background-image: url(../img/bgDotRed.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
#teaserLeft .tx-felogin-pi1 p.login_error,
#teaserLeft .tx-felogin-pi1 p.forgot,
#teaserLeft .tx-felogin-pi1 p.password,
#content .tx-felogin-pi1 p.login_error,
#content .tx-felogin-pi1 p.forgot,
#content .tx-felogin-pi1 p.password {
    margin-bottom:				10px;
}
/*
 * Mein BUND linke Spalte
*/
#teaserLeft ul.meinbund {
    list-style-type: none;
    margin: 0 14px 0 14px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
}
#teaserLeft ul.meinbund li {
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    background: url(../img/bgDotGreen.gif) repeat-x;
    background-position: top left;
}
#teaserLeft ul.meinbund li.last {
    padding-bottom: 5px;
}
/* Anpassungen Protestmailtool */

.tx-emailcampaign-pi1 input {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tx-emailcampaign-pi1 .emailcampaign_captcha #mailformcaptcha {
    width: 100px;
}

.tx-emailcampaign-pi1 .csc-mailform-textarea {
    font-size: 9pt;
}

.emailcampaign_email {
    clear: both;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.emailcampaign_comment {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#teaserRight .tx-emailcampaign-pi3 table{
    table-layout: fixed;
    width: 190px;
    margin: 0;
}

#teaserRight .tx-emailcampaign-pi3 table p.bodytext{
    margin: 0;
    padding: 0;
    font-size: smaller;
}

table#pflanzaktion{
    border-collapse: collapse;
}

table#pflanzaktion th{
    padding: 4px 0;
}

table#pflanzaktion td{
    padding: 4px;
}

table#pflanzaktion .standort{
    width: 32%;
}

table#pflanzaktion .beschreibung{
    width: 40%;
}

table#pflanzaktion .eingereicht{

}

table#pflanzaktion .odd{
    background: #eee;
}

/* Extension sr_sendcard */

.tx-srsendcard-pi1-image-selector-column{
    clear: left;
    float:left;
    width: 560px;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    background: url("../img/bgDotGrey.gif") repeat-x left bottom #fff;
}

.tx-srsendcard-pi1-image-selector-column dt{
    float: left;
    width: 300px;
}

.tx-srsendcard-pi1-image-selector-column dd{
    float: left;
    margin: 0.25em 0 0.25em 0.5em;
    padding: 0;
    width: 230px;
}

.tx-srsendcard-pi1-card-image-wrap{

}

.tx-srsendcard-pi1-card-image-wrap img, .tx-srsendcard-pi1-card-image-wrap object {
    float: left;
    margin: 0;
    padding: 0;
}

.tx-srsendcard-pi1-card-image-wrap div {
    float: left;
    width: 230px;
    margin: 0.25em 0 0.25em 0.5em;
    padding: 0;
}

.tx-srsendcard-pi1-card-form-wrap {
    clear: left;
    padding-top: 1.5em;
}

.tx-srsendcard-pi1-no-border{
    border: none !important;
}

.tx-srsendcard-pi1-card-text {
    clear: left;
}

.tx-srsendcard-pi1-card-buttons {
    padding-top: 10px;
    background: url("../img/bgDotGrey.gif") repeat-x left top #fff;
}

.tx-srsendcard-pi1-card-buttons form{
    display: inline;
}


/* Powermail */
input, select, textarea {
    vertical-align:				middle;
    border:								1px solid #ccc;
    font-size:						12px;
    padding:							3px;
    font-family:					verdana, arial, helvetica, sans-serif;
    background-color:			#fbfbfb;
}
input:focus, textarea:focus, select:focus, #functions #search:focus {
    border-color:					#7AB51D;
    background-color:			#f5f5f5;
    outline:							none;
}
input:hover, textarea:hover, select:hover, #functions #search:hover {
    background-color:			#f5f5f5;
}
::-webkit-input-placeholder {
    color:								#aaa;
}
:-moz-placeholder {
    color:								#aaa;
}
#content input, #content textarea {
    width:								339px;
}
#content input[type=checkbox],
#content input[type=radio] {
    width:								auto;
}
#content select {
    max-width:						339px;
}
span.powermail_mandatory {
    color: red;
}
span.powermail_mandatory_fake {
    color: red;
}
span.powermail_hidden {
    display: none;
}
.powermail_mandatory_list {
    padding-left: 20px;
    color: red;
    margin: 20px 0;
}

.powermail_mandatory_listitem {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0;
}
.powermail_mandatory_listitem strong {
    font-weight: bold;
}
input.validation-failed,
textarea.validation-failed {
    background-color: red;
}
div.powermail_mandatory_js {
    clear: both;
    color: red;
    margin: 3px 0 15px 193px;
}
fieldset {
    padding:							0;
    margin:								0;
}
.tx-powermail-pi1 fieldset,
.tx-felogin-pi1 fieldset,
.news-search-form fieldset,
.tx-msp-creatition fieldset {
    border:								1px solid #ccc;
    padding:							0 1.667em 1.667em 0.833em;
    margin-bottom:				1.25em;
}

.tx-powermail-pi1 fieldset.fieldset-visible {
    display: block;
}

.tx-powermail-pi1 fieldset.fieldset-invisible {
    display: none;
}

.tx-powermail-pi1 fieldset.fieldset-hidden {
    border-left:					none;
    border-right:					none;
    border-bottom:				none;
    padding:							0 1.745945290913397em 0 0.911945290913397em;
}
.tx-newloginbox-pi1 fieldset legend,
fieldset.tx-powermail-pi1_fieldset legend,
.tx-felogin-pi1 fieldset legend,
.tx-msp-creatition fieldset legend {
    font-weight:					bold;
    text-transform:				uppercase;
    letter-spacing:				1px;
    font-size:						10.5px;
    padding:							0 0.833em 0.75em 0.833em;
    color:								#7AB51D;
}
fieldset.fieldset-hidden legend.showHide,
fieldset.fieldset-shown legend.showHide {
    background-position:	right 4px;
    background-repeat:		no-repeat;
    background-color:			#7ab51d;
    padding:							4px 25px 4px 6px;
    margin:								0;
    color:								#fff;
    border-radius:				3px;
    border:								1px solid #7AB51D;
}
fieldset.fieldset-hidden legend.showHide:hover,
fieldset.fieldset-shown legend.showHide:hover {
    cursor:								pointer;
}
fieldset.fieldset-hidden legend.showHide {
    background-image:			url(../img/fieldset-hidden.png);
}
fieldset.fieldset-shown legend.showHide {
    background-image:			url(../img/fieldset-shown.png);
}
fieldset.fieldset-hidden legend.showHide:hover,
fieldset.fieldset-shown legend.showHide:hover {
    background-color:			#89c920;
}

fieldset.fieldset-hidden legend.showHide:before,
fieldset.fieldset-shown legend.showHide:before {
    content: counter(legend) ". ";
    counter-increment: legend;
}

.tx-newloginbox-pi1 fieldset label,
fieldset.tx-powermail-pi1_fieldset label,
.tx-felogin-pi1 fieldset label,
.news-search-form fieldset label,
.tx-msp-creatition label{
    clear:								left;
    float:								left;
    width:								13.93em;
    margin-left:					0px;
}
#content div.tx_powermail_pi1_fieldwrap_html {
    clear:			    			left;
    margin-left:					0.833em;
    margin-top:						0.833em;
}
div.powermail_radio_inner,
div.powermail_check_inner {
    margin-left:					13.93em;
    margin-bottom:				0.5em;
}
div.powermail_radio_inner label,
div.powermail_check_inner label {
    width:								auto;
    float:								none;
    line-height:					130%;
}
#content div.powermail_radio_inner input,
#content div.powermail_check_inner input {
    margin-top:						1px;
    margin-left:					0;
    width:								auto;
    margin-right:					8px;
    border:								none;
    display:							block;
    float:								left;
    background:						transparent;
}
.tx_powermail_pi1_fieldwrap_html_radio fieldset,
.tx_powermail_pi1_fieldwrap_html_check fieldset{
    border:								none;
    padding:							0;
    margin-bottom:				20px;
}
.tx_powermail_pi1_fieldwrap_html_radio fieldset legend,
.tx_powermail_pi1_fieldwrap_html_check fieldset legend {
    color:								#000;
    font-size:						1em;
    font-weight:					normal;
    text-transform:				none;
    letter-spacing:				normal;
    padding-left:					0;
    padding-right:				0;
    float:								left;
    width:								13.93em;
}
td.powermail_all_td {
    padding: 3px 10px 3px 0;
}
fieldset.submit {
    margin-top:						15px;
    background-color:			#EDEDEB;
    border:								none;
    padding-bottom:				5px;
}
fieldset.submit legend {
    display:							none;
}

.tx-powermail-pi1_confirmation form.tx_powermail_pi1_formconfirmation_back,
.tx-powermail-pi1_confirmation form.tx_powermail_pi1_formconfirmation_submit {
    display: inline;
}

/* http://forge.typo3.org/issues/25831 */
.powermail_mandatory_helper {
    position: absolute;
    visibility: hidden;
    height: 1px;
}

/*
 * Formular- und Forenbuttons
*/
input.tx_powermail_pi1_submitmultiple_forward,
input.tx_powermail_pi1_submitmultiple_back,
input.tx-powermail-pi1_confirmation,
input.powermail_submit,
input.tx-powermail-pi1_mandatory_submit,
input.powermail_button,
input.submit,
input.tx-mmforum-button {
    clear: both;
    padding: 5px 8px 5px 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #7AB51D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #7AB51D;
    cursor: pointer;
}
input.tx_powermail_pi1_submitmultiple_forward:hover,
input.tx_powermail_pi1_submitmultiple_back:hover,
input.powermail_submit:hover,
input.tx-powermail-pi1_mandatory_submit:hover,
input.powermail_button:hover,
input.submit:hover,
input.tx-mmforum-button:hover,
.tx-mmforum-textbutton:hover {
    background-color:				#89c920;
}
#content input.powermail_submit,
#content .powermail_button,
#content input.tx-mmforum-button,
#content input.submit {
    width:									auto;
    margin-left:						172px;
}
#content input.tx-mmforum-button {
    margin-left:						0;
    margin-right:						8px;
    padding:								3px;
    font-size:							10px;
}
#content input.tx_powermail_pi1_submitmultiple_forward,
#content .tx-powermail-pi1_confirmation_submit {
    float:									right;
    margin-bottom:					10px;
}
#content input.tx_powermail_pi1_submitmultiple_forward,
#content input.tx_powermail_pi1_submitmultiple_back,
#content input.tx-powermail-pi1_confirmation {
    width: auto;
}
#content fieldset.submit .powermail_submit {
    margin: 15px 15px 5px 172px;
}
#content input.tx-powermail-pi1_mandatory_submit {
    width: auto;
    margin:	5px 0 25px 20px;
}

#leftColumn input.powermail_submit,
#leftColumn input.powermail_button,
#leftColumn input.submit,
#rightColumn .news-search-form input.submit {
    font-size:							10px;
    line-height:						16px;
    width:									auto;
    padding:								3px;
    margin-bottom:					0;
}
#rightColumn .news-search-form input.submit {
    float:									right;
}
.powermail_width_172 {
    width:          172px;
}

.powermail_1lineup {
    margin-top:    -28px;
}
.powermail_1lineup label {
    display: none;
}
/* nach Umstellung in 09/2011 nicht mehr unsichtbar, sondern anders positioniert */
.powermail_newsletter legend {
    display: none;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
    margin-top: 0.7em;
    font-style: italic;
}

/* Weitersagen-Formuar */
/* Feld "Seite" */
fieldset.tx-powermail-pi1_fieldset input#uid251 {
    border-style: none;
    background-color: transparent;
}


/* Powermail right column*/

#rightColumn fieldset.tx-powermail-pi1_fieldset,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset {
    border: none;
    margin: 0 5px 5px;
    padding: 0;
}

#rightColumn fieldset.tx-powermail-pi1_fieldset legend,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset legend {
    display: none;
}

#rightColumn fieldset.tx-powermail-pi1_fieldset div,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset div {
    margin: 0;
}

#rightColumn fieldset.tx-powermail-pi1_fieldset label,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset label{
    display: none;
}

#rightColumn fieldset.tx-powermail-pi1_fieldset input,
#rightColumn fieldset.tx-powermail-pi1_fieldset select,
#rightColumn fieldset.tx-powermail-pi1_fieldset textarea,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset input,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset select,
#content .newsletterbox fieldset.tx-powermail-pi1_fieldset textarea{
    margin-bottom: 0;
}

/* Powermail right column, simple Newsletter*/

#content .newsletterbox fieldset.newsletter_registration div.tx_powermail_pi1_fieldwrap_html_content {
    clear: none;
    margin-left: 0;
    margin-top: 0;
}

#rightColumn fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text,
#content .newsletterbox fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text {
    float: left;
    width: 150px;
    margin: 5px 0;
}

#rightColumn fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text input,
#content .newsletterbox fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text input {
    display: block;
    width: 150px !important;
}

#rightColumn fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic,
#content .newsletterbox fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic {
    clear: none;
    float: left;
    margin: 5px 0;
    padding: 3px 0 0 10px;
}

#rightColumn fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic input,
#content .newsletterbox fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic input{
    width: auto !important;
    border: none;
    background: none;
}

#rightColumn fieldset.newsletter_registration div.powermail_mandatory_js,
.newsleterbox fieldset.newsletter_registration div.powermail_mandatory_js {
    clear: left;
    padding-top: 5px;
}

#rightColumn .csc-frame,
#content .newsletterbox .csc-frame {
    height: auto;
}

#rightColumn .teaser .tx-powermail-pi1 .tx-powermail-pi1_formwrap form,
#content .newsletterbox .teaser .tx-powermail-pi1 .tx-powermail-pi1_formwrap form {
    display: inline;
}

/* error message */
.error {
    font-size: 11px;
    color: #FFFFFF; /* Textfarbe weiß (FFFFFF) */
    padding: 3px 5px 3px 5px;
    margin-left: 30px; /* sorgt fuer Abstand zum Eingabefeld */
    margin-top: 36px; /* "schiebt" die Meldung auf Höhe des Eingabefelds */
    z-index: 10;
    height: auto;
    overflow: visible !important;
    background-color: #DF0404;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

/* powermail Publikationen bestellen (14753) */
.tx-powermail-pi1 #publikationenbestellformular div.powermail_radio_inner,
.tx-powermail-pi1 #publikationenbestellformular div.powermail_check_inner {
    margin-left: 110px;
}

.tx-powermail-pi1 #publikationenbestellformular fieldset.fieldset-shown legend.showHide,
.tx-powermail-pi1 #publikationenbestellformular fieldset.fieldset-hidden legend.showHide {
    width: 270px;
}

/* powermail Newsletter-Abonnements unangemeldet ändern () */
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner {
    float: left;
    margin-left: 0.5em;
    margin-right: 3em;
}

.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7234_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7235_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7236_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7237_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7238_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7239_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7240_2,
.tx-powermail-pi1 #newsletterabos_unangemeldet div.powermail_radio_inner_uid7241_2{
    margin-right: 0;
}

.tx-powermail-pi1 #newsletterabos_unangemeldet #powermaildiv_uid7234 {
    margin-top: 2em;
}

/* Flash Messages in Extbase/Fluid-Extensions */
.flashMessage {
    color: red;
    font-weight: bold;
}

/* Powermail shadowbox, Newsletter-Popup*/

#shadowbox_content fieldset.tx-powermail-pi1_fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#shadowbox_content fieldset.tx-powermail-pi1_fieldset legend {
    display: none;
}

#shadowbox_content fieldset.tx-powermail-pi1_fieldset div{
    margin: 0;
}

#shadowbox_content fieldset.tx-powermail-pi1_fieldset label {
    display: none;
}

#shadowbox_content fieldset.tx-powermail-pi1_fieldset input,
#shadowbox_content fieldset.tx-powermail-pi1_fieldset select,
#shadowbox_content fieldset.tx-powermail-pi1_fieldset textarea {
    margin-bottom: 0;
}

#shadowbox_content fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text {
    float: left;
    width: 260px;
    margin: 5px 0 0;
}

#shadowbox_content fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_text input{
    display: block;
    width: 260px;
}

#shadowbox_content fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic {
    clear: none;
    float: left;
    margin: 5px 0 0;
    padding: 3px 0 0 10px;
}

#shadowbox_content fieldset.newsletter_registration .tx_powermail_pi1_fieldwrap_html_submitgraphic input {
    border: none;
    background: none;
}

#shadowbox_content fieldset.newsletter_registration div.powermail_mandatory_js {
    clear: left;
    padding-top: 5px;
}

#shadowbox_content .csc-frame {
    height: auto;
    background: #fff;
}

#shadowbox_content .csc-frame-mspnlpopup-top {
    margin: 16px 16px 20px;
}

#shadowbox_content .csc-frame-mspnlpopup-top p.bodytext {
    color: #7ab51d;

}

#shadowbox_content .csc-frame-mspnlpopup-bottom {
    margin: 0 16px 16px;
}

#shadowbox_content .csc-frame-mspnlpopup-bottom h2 {
    background: url("../img/bgDotGreen.gif") repeat-x scroll left bottom transparent;
    margin-top: 0;
    padding-bottom: 5px;
    color: #7ab51d;
    font-size: 1.2em;
}


#shadowbox_content .teaser .tx-powermail-pi1 .tx-powermail-pi1_formwrap form{
    display: inline;
}

/*
 * Social Share Privacy à la Heise
 */
.social_share_privacy_area li.settings_info .settings_info_menu {
    z-index: 500 !important;
}
/*
 * Buttons für Spenden und Mitglied werden
 */
.teaser #buttons {
    padding: 5px 5px 4px 5px;
}
#buttons a {
    display: block;
    color: #fff;
    background-color: #d70019;
    /* Impact */
    font-size: 18px;
    font-weight: normal;
    font-family: Impact, Helvetica, sans-serif;
    /* Verdana */
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;

    line-height: 100%;
    text-transform: uppercase;
    /*text-align: center;*/
    padding: 8px 6px 9px 6px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#buttons a.last-child {
    margin-bottom: 5px;
}/*
#buttons a.mitglied {
        background-color: #75C424;
}
#buttons a.spenden {
        background-color: #FFAE00;
}*/
#buttons a:hover {
    background-color: #e70029;
    text-decoration: none;
}
a.buttons,
a.buttons_red {
    display: block;
    float: left;
    padding: 6px 13px 6px 13px;
    margin: 3px 6px 6px 0px;
    background-color: #7ab51d;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #7ab51d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#content a.buttons, #content a.buttons_red {
    float: none;
    display: inline-block;
}
a.buttons_red {
    background-color: #d70019;
    border-color: #d70019;
}
a.buttons:hover,
a.buttons_red:hover {
    text-decoration: none;
}
a.buttons:hover {
    background-color: #89c920;
}
a.buttons_red:hover {
    background-color: #e70029;
}
/* Buttons in rechter Spalte: Mitglied werden, Online spenden */
#teaserRight a.buttons,
#teaserRight a.buttons_red,
#teaserLeft #c65580 a.buttons,
#teaserLeft #c65580 a.buttons_red {
    width: 151px;
    margin-right: 0;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
}
#teaserRight #c65580,
#teaserLeft #c65580,
#teaserRight #c79507 {
    padding: 11px 1px 0px 1px;
}
#c65580 #c68561,
#c79507 #c68561 {
    padding-top: 0;
    background: url(../img/bg_mitglied-spenden.jpg) no-repeat;
    height: 196px;
}
#c65580 #c68561 p,
#c79507 #c68561 p {
    margin-top: 0;
    margin-bottom: 0;
}
#c65580 #c68561 a.buttons,
#c79507 #c68561 a.buttons {
    margin-top: 108px;
    -webkit-box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.15);
}
#c65580 #c68561 a.buttons_red,
#c79507 #c68561 a.buttons_red {
    margin-top: 16px;
}
#rightColumn #c65580 .csc-frame-rulerAfter,
#leftColumn #c65580 .csc-frame-rulerAfter,
#c79507 #c68561 .csc-frame-rulerAfter {
    background: url("../img/bgDotGreen.gif") repeat-x scroll left bottom transparent;
    height: 1px;
    margin: 0 6px 8px 6px;
}

/**
 * cw_twitter
 */
hr.clear, #Inhalt hr.clear {
    border: none;
    height: 0;
    clear: both;
}
.tweetBoxFooter {
    margin-bottom: 10px;
}



.tweetBoxFooter a.cwtw-birdGrey {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto !important;
    margin-right: 5px !important;
    background: transparent url('../extensions/cwtwitter/gfx/bird_16_gray.png') no-repeat scroll left center;
}
.cwtw-TweetWrap hr.clear {
    background: url(../img/bgDotGrey.gif) repeat-x;
    background-position: bottom left;
    height: 1px;
}
#teaserRight .teaser01 .cwtw-TweetWrap hr.clear, #teaserLeft .teaser01 .cwtw-TweetWrap hr.clear {
    background-image: url("../img/bgDotWhite.gif");
    margin: 0 5px 0 5px;
}
.tx-cw-twitter .cwtw-TweetWrap:last-child hr.clear {
    background: transparent !important;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cwtw-TweetAvatar-image {
    float: left;
    margin-right: 5px;
}
#teaserRight .teaser .cwtw-TweetAvatar-image, #teaserLeft .teaser .cwtw-TweetAvatar-image {
    margin-left: 5px;
}
.cwtw-tweetUserDate a strong {
    color: #000;
}
.cwtw-tweetUserDate a:hover strong {
    text-decoration: underline;
}
.cwtw-tweetUserDate a {
    text-decoration: none;
}
.cwtw-tweetDate {
    float: right;
}
.cwtw-Tweet {
    position: relative;
}
.cwtweet_reply_icon, .cwtweet_retweet_icon, .cwtweet_favorite_icon {
    display: none;
}
.cwtw-Tweet:hover .cwtweet_reply_icon, .cwtw-Tweet:hover .cwtweet_retweet_icon, .cwtw-Tweet:hover .cwtweet_favorite_icon {
    display: block;
}
.cwtw-TweetMeta {
    display: block;
    float: right;
    height: 54px;
    width: 16px;
    margin: -13px 0 0 5px;
}
#Inhalt .cwtw-TweetMeta {
    display: block;
    float: right;
    height: 16px;
    width: 54px;
    margin: 0 0 0 5px;
}
.cwtweet_action {
    margin: 0 0 4px 0;
    width: 15px;
    height: 15px;
}
#Inhalt .cwtweet_action {
    float: left;
    margin: 0 4px 0 0;
}
.cwtweet_reply_date {
    background: transparent url('../extensions/cwtwitter/gfx/bird_16_gray.png') no-repeat scroll left center;
}
.cwtweet_reply_icon {
    background: transparent url('../extensions/cwtwitter/gfx/reply.png') no-repeat scroll left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cwtweet_reply_icon:hover {
    background-image: url('../extensions/cwtwitter/gfx/reply_hover.png');
}
.cwtweet_retweet_icon {
    background: transparent url('../extensions/cwtwitter/gfx/retweet.png') no-repeat scroll left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cwtweet_retweet_icon:hover {
    background-image: url('../extensions/cwtwitter/gfx/retweet_hover.png');
}
.cwtweet_favorite_icon, #Inhalt .cwtweet_favorite_icon {
    margin: 0;
    background: transparent url('../extensions/cwtwitter/gfx/favorite.png') no-repeat scroll left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cwtweet_favorite_icon:hover {
    background-image: url('../extensions/cwtwitter/gfx/favorite_hover.png');
}
.cwtw-Retweet, #Inhalt .cwtw-Retweet {
    padding-left: 20px;
    background: transparent url('../extensions/cwtwitter/gfx/retweet.png') no-repeat scroll left center;
}
#Info .cwtw-Retweet, #Inhalt .cwtw-Retweet {
    font-size: 10px;
}
.cwtw-Retweet img {
    float:left;
    margin: 0 5px 0 0;
}

/* ENDE cw_twitter */

/**
 * myquizpoll Wissensquiz Buergerbeteiligung
 */
#content .tx-myquizpoll-pi1 {}

#content .tx-myquizpoll-pi1 div.tx_myquizpoll_pi1-question {
    margin: 0 0 2em;
    line-height: 1.5em;
}

#content .tx-myquizpoll-pi1 .questionImageContainer{
    overflow: hidden;
    margin-bottom: 20px;
}

#content .tx-myquizpoll-pi1 .questionNumber {
    font-style: italic;
    margin-bottom: 10px;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-submit,
#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-restart{
    clear: both;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    background-color: #7AB51D;
    border-radius: 3px;
    border: 1px solid #7AB51D;
    cursor: pointer;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-restart{
    float: right;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-restart a{
    display: block;
    padding: 5px 8px;
    color: #fff;
}

#content .tx-myquizpoll-pi1 div.submit{
    text-align: right;
}
#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer{
    margin-bottom: 0.5em;
    line-height:22px;
}
#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer input[type = "radio"]{
    margin: 0 8px 0 0;
    vertical-align: baseline;
    float: left;
    height: 22px;
    border: none;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer label{
    display: inline-block;
    width: 530px;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer .tx_myquizpoll_pi1-correct,
#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer .tx_myquizpoll_pi1-correct-answered{
    background: #7AB51D;
    padding: 2px;
    color: #fff;
}
#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer .tx_myquizpoll_pi1-correct-answered{
    font-weight: bold;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer .tx_myquizpoll_pi1-false{
    padding: 2px;
    text-decoration: none;
    color: #000;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer .tx_myquizpoll_pi1-false-answered{
    background: #E70029;
    padding: 2px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer img.errorSymbol {
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-answer img.correctSymbol {
    vertical-align: middle;
    height: 16px;
    width: 21px;
}

#content .tx-myquizpoll-pi1 .tx_myquizpoll_pi1-explanation {
    margin: 20px 0;
    font-style: normal;
}

/* ENDE myquizpoll Wissensquiz Buergerbeteiligung */

/* msp_creatition Kreativwettbewerbe */

#content .tx-msp-creatition #contributionPreview,
#content .tx-msp-creatition #contributionShow{
    padding: 6px 3px;
    background: #7AB51D;
}

#content .tx-msp-creatition #contributionPreview .youtube-video,
#content .tx-msp-creatition #contributionPreview .image,
#content .tx-msp-creatition #contributionShow .youtube-video,
#content .tx-msp-creatition #contributionShow .image {
    width: 100%;
    text-align: center;
}

#content .tx-msp-creatition #contributionPreview .youtube-video iframe,
#content .tx-msp-creatition #contributionShow .youtube-video iframe,
#content .tx-msp-creatition #contributionPreview .image img,
#content .tx-msp-creatition #contributionShow .image img{
    border: 2px solid #fff;
}

#content .tx-msp-creatition #contributionPreview .image img,
#content .tx-msp-creatition #contributionShow .image img{
    image-orientation: from-image;
}

#content .tx-msp-creatition #contributionPreview h2,
#content .tx-msp-creatition #contributionShow h2 {
    margin-left: 5px;
    color: #fff;
}

#content .tx-msp-creatition #contributionPreview p,
#content .tx-msp-creatition #contributionShow p {
    margin-left: 5px;
    color: #fff;
}

#content .tx-msp-creatition #contributionDescription{
    margin-top: 10px;
    padding: 3px;
}

#content .tx-msp-creatition #contributionDescription p{
    margin-left: 5px;
}

#content .tx-msp-creatition #contributionVotes{
    padding: 3px;
}

#content .tx-msp-creatition #contributionVotes p{
    margin-left: 5px;
}

#content .tx-msp-creatition #contributionData {
    margin-top: 10px;
    margin-bottom: 20px;
}

#content .tx-msp-creatition #blocks {
    position: relative;
}

#content .tx-msp-creatition #blocks .block{
}

#content .tx-msp-creatition #blocks .block .innerBlock{
    margin: 5px;
    padding: 5px;
    background: #7AB51D;
}

#content .tx-msp-creatition #blocks .block .innerBlock p{
    margin: 0;
    padding: 0 0 1em;
}

#content .tx-msp-creatition #blocks .block div.image,
#content .tx-msp-creatition #blocks .block div.video{
    position: relative;
    margin-bottom: 10px;
}

#content .tx-msp-creatition #blocks .block div.image img,
#content .tx-msp-creatition #blocks .block div.video img{
    border: 1px solid #fff;
}

#content .tx-msp-creatition #blocks .block div.image img{
    image-orientation: from-image;
}

#content .tx-msp-creatition #blocks .block div.video .play-symbol{
    position: absolute;
    height: 50px;
    width: 50px;
    margin: auto;
    position: absolute;
    bottom: 0; left: 0; top: 0; right: 0;
    border: none;
}

#content .tx-msp-creatition #reloadbutton{
    clear: both;
    float: right;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    background-color: #7AB51D;
    border-radius: 3px;
    border: 1px solid #7AB51D;
    cursor: pointer;
}

#content .tx-msp-creatition #mspcreatition_previous,
#content .tx-msp-creatition #mspcreatition_next,
#content .tx-msp-creatition #mspcreatition_backtolist{
    float: left;
    width: auto;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #7AB51D;
    border-radius: 3px;
    border: 1px solid #7AB51D;
    cursor: pointer;
    line-height: 14px;
    padding: 5px 8px;

}

#content .tx-msp-creatition #mspcreatition_backtolist{
    text-decoration: none;
}

#content .tx-msp-creatition #voting{
    position: relative;
    float: right;
}

#content .tx-msp-creatition #voting .voting-star{
    position: absolute;
    right: 0;
    bottom: -5px;
}

#content .tx-msp-creatition #voting .voting-disabled,
#content .tx-msp-creatition #voting .voting-enabled,
#content .tx-msp-creatition #voting .voting-alreadyvoted{
    margin: 0;
    padding: 5px 8px;
    color: grey;
    vertical-align: bottom;
    padding-right: 50px;
}
#content .tx-msp-creatition #voting .voting-enabled{
    color: #baa410;
    cursor: pointer;
}
#content .tx-msp-creatition #voting .voting-alreadyvoted{
    padding-right: 8px;
}
#content .tx-msp-creatition #voting .voting-feedback{
    position: absolute;
    top: 90px;
    right: 80px;
    width: 280px;
    height: 160px;
    padding: 12px 60px 3px 60px;
    color: #666;
    border: 2px solid #f4ea96;
    background: #fff;
    background-image: url(../img/votingstern_gold.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    z-index: 2;
}
#content .tx-msp-creatition #voting .voting-feedback h3{
    color: #baa410;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 15px;
}
#content .tx-msp-creatition #mspcreatition_item_meta{
    clear:both;
}

#content .tx-msp-creatition #mspcreatition_item{
    clear: both;
    margin-top: 10px;
}

#content .tx-msp-creatition button::-moz-focus-inner,
#content .tx-msp-creatition input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#content .tx-msp-creatition button {
    font-family: verdana, arial, helvetica, geneva, sans-serif;
}

#content .tx-msp-creatition .sorting {
    text-align: right;
}

#content .tx-msp-creatition .sorting input{
    vertical-align: bottom;
}
#voting-close {
    position:absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}
/* END msp_creatition Kreativwettbewerbe */


/**
 * Dateilinks und in Verbindung stehende und in Verbindung stehenden Meldungen (tt_content.uploads, tt_news (newsFiles), cal (attachment))
 */
.related {
}
.related li {
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
.related li a, .csc-uploads-fileName {
    margin-right: 8px;
}
.related li a {
    font-size: 13px;
    display: inline-block;
}
.csc-uploads-fileSize {
    color: #000;
} 

/**
 * adbusting-tool
 */

.tx-msp-creatition-adbusting h2 {
    font-weight: normal; 
    font-size: 12px;
}
.tx-msp-creatition-adbusting h3 {
    font-weight: normal; 
    font-size: 13px;
}
.tx-msp-creatition-adbusting #msppsmimages {
    width: 560px!important; 
    background-color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.tx-msp-creatition-adbusting #msppsmimages img {
    background-color:#7ab51d;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */    
}
.tx-msp-creatition-adbusting .tx-andshadowbox-thumb {
    width: 168px;
    height: 120px;
    margin-right: 15px;
    margin-top: 15px!important;
    float: left;
    border: 4px solid #7ab51d;
    border-radius: 4px;
    text-align: center;
}
.tx-msp-creatition-adbusting .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb {
    margin: 0px 0px 0px 0px;    
}
.tx-msp-creatition-adbusting .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb {
    margin: 0px 15px 0px 0px;    
}
.tx-msp-creatition-adbusting .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb + .tx-andshadowbox-thumb {
    margin: 0px 0px 0px 0px;    
}
.tx-msp-creatition-adbusting #imgholder {
    width: 560px;
    background-color: #7ab51d;
    display:block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    padding-bottom: 8px;
}
.tx-msp-creatition-adbusting #imgholder img,
.tx-msp-creatition-adbusting #contributionPreview img {
    border: 2px solid #ffffff;
    border-radius: 4px;
}
.tx-msp-creatition-adbusting h3.green {
	clear: both;
    width: 546px;
    background-color: #7ab51d;
    color: #ffffff;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 4px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tx-msp-creatition-adbusting #contributionPreview {
    background-color: #7ab51d;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.tx-msp-creatition-adbusting #msppsmform {
    width: 560px!important;
    float: left!important;
}
.tx-msp-creatition-adbusting #msppsmform h3 {
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
}
.tx-msp-creatition-adbusting input.msppsmsubmit {
    background-color: #7ab51d;
    border: 1px solid #7ab51d;
    border-radius: 3px;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px 8px;
    text-transform: uppercase;
    width: auto;    
}
.tx-msp-creatition-adbusting #msppsmform fieldset {
    margin-top:0.8em; 
    margin-bottom: 1em;
    padding: 0px 0px 10px 0px;
    border: 1px solid #cccccc;
}
.tx-msp-creatition-adbusting #msppsmform .tx_powermail_pi1_fieldwrap_html_check fieldset {
    border: 0px solid #cccccc;    
}
.tx-msp-creatition-adbusting #msppsmfontcolors {
    margin-bottom: 8px;    
}
.tx-msp-creatition-adbusting .msppsmfontcolor {
    height: 25px!important;
    width: 25px!important;
    border: 2px solid #ffffff;
} 

.tx-msp-creatition-adbusting img.selected {
    background-color:transparent!important;
    opacity: 1!important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */  
}
.tx-msp-creatition-adbusting #msppsmfontcolors .selected {
    border: 2px solid #7ab51d; 
}

.tx-msp-creatition-adbusting #msppsmform p {
    padding: 0px 10px 0px 10px;    
} 
.tx-msp-creatition-adbusting #msppsmform .powermail_check_inner label{
	clear:none;
	float:none;
	margin: 0 0 0 25px;
	padding:0px;
	display: block;
	width: 300px;
} 
.tx-msp-creatition-adbusting #msppsmform .powermail_check_inner input[type=checkbox] {
    float: left;
    margin: 2px 10px 0 0;
    padding: 0;
    width: 15px;
}
/* END adbusting-tool */


/* Pledge-Tool*/
.counterdigits {
	font-size: 200%;
	background-color: #000000;
	color: white;
	border-radius: 3px 3px 3px 3px;
	width: 25px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	margin-right: 7px;
	margin-bottom: 5px;
	display: table-cell;
        box-shadow: 2px 2px 2px #fff;
}
.pledgeFormContainer {
	padding: 12px;
	overflow: hidden;
}
.tx-msppledgetool .fieldsets input[type="text"] {
	width: 250px !important;
}
.tx-msppledgetool fieldset.tx-powermail-pi1_fieldset {
	border: 0px;
}
.tx-msppledgetool .powermail_check_inner input[type="checkbox"] {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	width: 15px;
}
.tx-msppledgetool .powermail_check_inner label {
	clear: none;
	float: none;
	padding: 0px;
	display: block;
	width: 300px;
	margin: 0px 0px 0px 25px;
}
.counter {
	display: table;
}
.counterDescription {
	display: table-cell;
	vertical-align: middle;
}

#c102657 .counterDescription {
    color: #fff;
}

/*.versprechen {
	width: 300px;
	margin: 1em auto 50px;
	text-align: center;
	color: #FFF;
	border-radius: 220px / 120px;
	background: transparent -moz-linear-gradient(center top , #B8DB29, #5A8F00) repeat scroll 0% 0%;
	position: relative;
	padding: 60px 40px;
}*/
.versprechenText {
margin: 80px auto 60px auto;
font-size: 1.2em;
line-height: 1.2em;
color: #000;
padding: 10px 10px 10px 10px;
border-radius: 10px;
text-align: center;
width: 200px;
}
.tx-msppledgetool form {
border: 1px solid #fff;
padding: 15px;
background-color: #FFFFFF;
opacity: 0.7;
border-radius: 10px;
}
.tx-msppledgetool form p {
padding: 0px 10px 0px 10px;
}
.counterContainer {
    margin-top: 15px;
}
/* END Pledge-Tool*/