/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
}
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size:62.5%; /* don't edit */
	line-height: 150% !important;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px; /* edit here global size for em, 1em = 10px */
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
/*	background-color: #BFCFE0; */
}
h1, #right .csc-default h2 {
	font-size: 17px;
	font-weight: 700;
	color: #02325A;
	padding-bottom: 10px;
}
a {
	color: #0360A2;
	text-decoration: none;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#container {
	display: block;
	width: 831px;
	min-height: 500px;
	margin: 0px;
	padding: 0px 0px 130px 0px;
	background-color: #FFF;
	background-image: url(images/container_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 4 !important;
	position: relative;
	float: left;
	border-right: 1px solid #B9B9B9;
}
#headercontainer {
	display: block;
	width: 831px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
}
.logo {
	display: block;
	width: 156px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
}
#servicemenu {
	display: block;
	margin: 0px;
	padding: 9px 4px 19px 0px;
	float: right;
	clear: both;
	position: relative;
	left: -30px;
}
/* IE 6 */
* html #servicemenu {
	top: 0px;
}
/* IE 7 */
* + html #servicemenu {
	top: 0px;
}
      
#servicemenu a {
	text-decoration: none;
}
#servicemenu a:hover {
	text-decoration: underline;
}
#servicemenu ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#servicemenu ul li {
	display: inline;
	padding: 0px 6px 0px 0px;
}
#search {
	display: block;
	padding: 10px 36px 0px 0px;
	margin: 0px;
	width: 373px;
	float: right;
	clear: both;
}
#searchlabel {
	display: block;
	float: left;
	width: 63px;
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 53px;
	color: #2671A7;
	font-size: 18px;
}
#searchtext {
	display: block;
	float: left;
	width: 214px;
	height: 18px;
	padding: 2px;
	margin: 0px;
	background-image: url(images/searchinput_bg.png);
	background-repeat: repeat-x;
	border:1px solid #CDD0D6;
	color:#000000;
	font-weight:500;
}
#searchbutton {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
}
.csc-textpic-caption {
	font-size: 9px;
	margin-bottom: 4px;
	padding: 0px 3px;
	text-align: left;
	width: 100%;
	display: block;
	overflow: visible !important;
}
.destimage .csc-textpic-caption {
	padding: 1px 1px;
}
.destimage, #destimagecocktail {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	clear: right;
}
#destimagecocktail {
	float: none;
	clear: right;
}
#destimage, #destimagecocktail {
	width: 240px;
}
.destimage td {
	width: 130px;
	overflow: visible !important;
}
* html .destimage td { /*IE6 only*/
	width: auto;
	padding: 2px 2px 0px 4px !important;
}
*+html .destimage td { /*IE7 only*/
	width: auto;
	padding: 2px 0px 0px 4px !important;
}
.destimage {
	border: 1px solid #A5BBBB;
	padding: 2px 0px 0px 5px;
	text-align: center;
	background-color: #E0E8E8;
}
* html .destimage { /*IE6 only*/
	width: 130px;
}
*+html .destimage { /*IE7 only*/
	width: 130px;
}

.browseBoxWrap {
	background-color: #E0E8E8;
}
.news-single-img img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.news-list-morelink a {
	padding: 0px 0px 0px 16px;
	background-image: url(images/openarticle-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: 700;
}
.news-list-date, .news-list-title {
	font-weight: 700;
}
.news-list-item-home, .news-list-item {
	margin: 0px 0px 20px 0px;
}
.news-list-image-home {
	width: 150px;
	margin: 5px 5px 5px 5px;
	float: right;
}
.news-list-item img {
	float: right !important;
	padding: 0px;
	margin: 2px 0px 0px 15px !important;
}
.news-list-item-home {
	margin: px 0px 20px 0px;
}
.news-list-item-home img {
	margin: 2px 5px 15px 5px !important;
}
h6 {
	font: Arial, Helvetica, sans-serif;
	font-size: 2em !important;
	color: #005998;
	margin-bottom: 20px;
}
h2 {
	font-size: 1em;
	background-color: #005998;
	color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 1px;
	
}
#right .csc-default h2 {
	font-size: 17px;
	font-weight: 700;
	color: #02325A;
	background: none;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
h2 img{
	padding-left: 50px;
	position: relative;
	top: 2px;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 0px 0px 12px 0px;
}
h4 {
	font-size: 1em;
	padding-bottom: 10px;
}
h5 {
    margin-bottom: 20px;
	font-size: 1.2em;
}
h5.startseite {
    margin-bottom: 10px;
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
hr {
	width: 495px;
	margin: 15px 0px -10px 0px;
	border-top: dotted thin #39729A;
	clear: both;
}
hr.full {
	width: 100%;
	margin-bottom: 10px;
}
hr.liniedanach {
	width: 100%;
	margin: 20px 5px -5px 5px;
}
#skyscraper {
	display: block;
	width: 120px;
	float: left;
}
#videobanner, #videobannertext {
	display: block;
	float: left;
	margin: 0px;
	height: 100px;
}
#videobanner {
	width: 174px;
	padding: 0px;
}
#videobannertext {
	clear: right;
	width: 130px;
	padding: 3px;
	text-align: center;
	font-weight: 700;
}
.menu {
	display: block;
	width: 831px;
	z-index: 100;
	background-image: url(images/menu_blue_bg.png);
	background-repeat: repeat-x;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:180px;
text-align: center;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
color:#fff;
font-weight: 700;
font-size: 12px;
height:42px;
padding-left:23px;
padding-right:23px;
line-height:41px;
text-align: center;
}
.blueone {
padding-left:33px;
padding-right:0px;
}
.bluetwo {
padding-left:9px;
padding-right:0px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:102px;
w\idth:91px;*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
/* background: #00FF00 url(../../graphics/drop.gif) bottom right no-repeat;*/
background-color: #E5EAEF;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
/*background: #660000 url(../../graphics/drop.gif) bottom right no-repeat;*/
background-color: #E5EAEF;
}
.menu ul ul :hover > a.drop {
/*background: #FFFF33 url(../../graphics/drop.gif) bottom right no-repeat;*/
background-color: #E5EAEF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background: #3333FF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background: #9933CC;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:42px;
left:0;
width:180px;
z-index: 1000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:41px;
t\op:42px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px;
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#E5EAEF;
	color:#000000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:160px;
	text-align: left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #FFFFFF;
}
.menu :hover > a {
	color: #000000;
	background: #E5EAEF;
}

.menu ul ul :hover > a {
	color: #FF0000;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
.menu li.red {
	background-image: url(images/menu_red_bg.png);
	background-repeat: repeat-x;
}
#breadcrumb {
	float: left;
	width: 807px;
	display: block;
	height: 20px;
	background-image: url(images/breadcrumb_bg.png);
	background-repeat: repeat-x;
	padding: 8px 0px 0px 24px;
}
#banner {
	float: left;
	width: 820px;
	display: block;
	z-index: 0;
}
#fullsize {
	float: left;
	border-right: 1px solid #FFFFFF;
	width: 805px;
	display: block;
	height: 0px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#maincontainer {
	padding: 52px 0px 0px 0px;
	margin: 0px;
}
#middlecontainer {
	display: block;
	width: 495px;
	padding: 0px 20px 33px 22px;
	margin: 0px;
	float: left;
	border-right: 1px dotted #39729A;
}
.news-list-item-home img, .news-latest-container img, .csc-textpic-imagewrap img, .news-list-item img {
	border: 4px solid #EEF1F5 !important;
}
.csc-textpic-imagerow ul {
	margin: 0px;
	padding: 0px;
}
#middle .csc-default, #right .csc-default, #middle .csc-default {
	padding: 0px 0px 20px 0px;
}
#right .csc-default h1 {
	background-color: #005998;
	color: #FFFFFF;
	font-weight: 700;
	padding: 2px 5px 2px 11px;
	margin: 0px 0px 3px 0px;
	font-size: 11px;
}
#right .csc-default h1 a {
	color: #FFFFFF;
}
#middle .csc-default img, #right .csc-default img {
	margin: 0px 5px 0px 0px;
}
#middle .csc-default ul, #right .csc-default ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
#middle .csc-default li, #right .csc-default li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.csc-textpic-imagerow ul {
	margin: 0px !important;
	padding: 0px !important;
}
.csc-textpic-imagerow li {
	margin-bottom: 5px !important;
}
/*#right .csc-textpic-border img {
	border: 1px solid #FF0000;
}*/
#beitrag {
	margin-top:12px;
	margin-left:15px;
	margin-right:15px;
	padding-right:15px;
	width:485px;
	border-right:dotted thin #39729A;
	float:left;
	clear:none;
	min-height:100%;
}
#special {
	display: block;
	float: right;
	margin-top:12px;
	margin-right:25px;
	margin-bottom: -12px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	width: 559px;
	border-left:dotted thin #39729A;
}
#contentad {
	padding: 15px 15px 0px 0px;
}
#contentad img {
	padding-bottom: 25px;
}
#rightcontentad {
	position: absolute;
	float: none;
	clear: both;
	width: 300px;
	height: 250px;
	display: block;
	top: 227px;
	left: 529px;
	right: 0px;
	display: none;
}
#rightcontainer {
	padding: 0px 16px 0px 15px;
	margin: 0px;
	width: 262px;
	float: left;
}
* html #rightcontainer { /*IE6 only*/
	padding: 0px 0px 0px 15px;
}
#right .news-list-container-box {
	font-weight: 500;
	background-color: #F3F4F6;
	position: relative;
	top: -3px;
	padding-top: 4px;
}
#right .news-list-container-box-item {
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 5px 12px;
}
#right .news-list-container-box-date {
	font-size: 9px;
}
#right .news-list-container-box-title {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E0E4EB;
}
#service {
	clear:both;
	float:left;
	margin-bottom:50px;
	width:800px;
	margin: 11px;
	border-top:dotted thin #39729A;
	padding-top: 12px;
}
#service li {
	display:inline;
	padding-right: 105px;
}
#featuremenu {
	margin-top: -9px;
}
#featuremenu li {
	display:inline;
	padding-right: 25px;
}
#featuremenu li.date{
	padding-right: 80px !important;
}
#featuremenu li.last{
	padding-right: 0px !important;
}
#featuremenu li img{
	border: none !important;
	position:relative;
	top:7px;
}
#featuremenu hr{
	width:480px;
	border-top:dotted thin #39729A;
	margin-left: 2px;
	clear:both;
}
.csc-default p {
  margin-bottom: 1.5ex;
}
#footer {
	width: 801px;
	margin: 0px;
	padding: 0px 0px 42px 30px;
	position: absolute;
	bottom: 0px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	background-repeat: no-repeat;
	padding: 0px 25px 0px 18px;
	margin: 0px;
}
.home {
	background-image: url(images/footer_home.png);
}
.kontakt {
	background-image: url(images/footer_kontakt.png);
}
.rssfeed {
	background-image: url(images/footer_rssfeed.png);
}
.sitemap {
	background-image: url(images/footer_sitemap.png);
}
.impressum {
	background-image: url(images/footer_impressum.png);
}
ol {
  padding: 0px;
  margin: 10px 0px 10px 25px;
}

ol li {
  margin-bottom: 8px; 
}
.mediadaten {
	font-weight: 700;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
	border-spacing: 2px;
}
.mediadatenone {
	color: #FF0000;
	width: 80px;
	font-weight: 700;
	color: #FF0000;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
}
.mediadatentwo {
	width: 30px;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
}
.mediadatenfive, .mediadatensix {
	width: 80px;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
}
.mediadatenthree {
	width: 100px;
	font-weight: 700;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
}
.mediadatenfour {
	width: 200px;
	font-weight: 700;
	padding: 2px 2px 2px 0px;
	vertical-align: top;
}
.red {
	color: #FF0000;
}
.liniedanach {
	display: block; /* End hide from IE-mac */
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%; /* Hides from IE-mac \*/
}
.clearfix {
	display: block; /* End hide from IE-mac */
}


/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z stucki $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #999999; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #CCCCCC; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}






ul.ddmenu, ul.ddmenu ul {
    list-style-type: none;
}

ul.ddmenu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:normal;
}

ul.ddmenu ul a {
    padding: 0 10px;
}

ul.ddmenu li {
    padding:0;
    margin:0;
    background-image: none;
    background-color: #FFF9E4;
    float:left;
    border:1px solid #26383D;
}

ul.ddmenu ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #26383D;
    border:1px solid #FFF9E4;
    display:none;
    min-width:180px;
}

/* IE-Hack fr die Breite */
*html ul.ddmenu ul {
    width:180px;
}

/* Dies sind die Klassenstile fr das Untermen wenn sich die Maus */
/* ber der Liste  befindet (.hover siehe JavaScript oben) */
ul.ddmenu ul.hover, ul.ddmenu li.hover ul, ul.ddmenu li:hover ul  {
    display:block;
}

ul.ddmenu ul li {
    float:none;
    background-color: transparent;
}


/********* Stylesheet der Frontendbenutzerregistrierung **********/


.tx-srfeuserregister-pi1 p 

{ 
margin-top: .5em; 
margin-bottom: 0; 
padding: 0 .3em; 
text-indent: 0; 
}
.tx-srfeuserregister-pi1 h4 
{ 
margin-top: 0; 
padding-left: .3em; 
}
.tx-srfeuserregister-pi1 legend 
{ 
padding: 0 .5em; 
font-weight: bold; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice 
{ 
font-style: italic; margin-bottom: 1em; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash 
{
margin-bottom: 2em; 
}
.tx-srfeuserregister-pi1 a 
{
padding-left: 14px; 
background-color: transparent; 
text-decoration:none; 
margin: 0px;
text-align: left;
margin-left: 1px; 
padding: 0px;
color: #FE6F00;
font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}
.tx-srfeuserregister-pi1 label 
{ 
margin: 0; 
padding: 0; 
}
.tx-srfeuserregister-pi1 label span 
{ 
color: #ff0000; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error 
{
color: #ff0000; 
}
.tx-srfeuserregister-pi1 input 
{ 
margin: 0; 
padding: 0 .5em 0 0; 
}
.tx-srfeuserregister-pi1 input[type=password] 
{
margin-right: 1em; 
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password 
{
margin-right: 1em; 
}
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] 
{ 
background-color: transparent; 
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox 
{
background-color: transparent; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon 
{ 
margin-left: 1em; 
background-color: transparent; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover 
{
cursor: pointer; 
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view 
{ 
padding-left: 15px; 
background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); 
background-color: transparent; 
background-repeat: no-repeat; 
font-size: .8em; 
margin-left: 1em; 
}
.tx-srfeuserregister-pi1 ul 
{ 
margin: 0; 
padding: 0; 
list-style-position: inside; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes 
{
list-style-type: none; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li 
{ 
margin: 0 0 .3em 0; 
padding: 0; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label 
{ 
margin: 0; 
padding: 0 0 0 .5em; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li 
{ 
float: left; 
padding: 0 2em 0 0; 
margin: 0; 
}
.tx-srfeuserregister-pi1 dl 
{ 
margin: 0; 
padding: 1em 0 0 0; 
}
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd 
{ 
margin: 0; 
padding: 0 0 .5em 0; 
float: left; 
}
.tx-srfeuserregister-pi1 dt 
{ 
clear: both; 
width: 25%; 
text-align: right; 
padding-right: 1em; 
}

.tx-srfeuserregister-pi1 dd 
{ 
text-align: left; 
width: 50%; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt 
{
width: auto; 
padding-right: 0; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd 
{ 
width: auto; 
}
*html .tx-srfeuserregister-pi1 dd 
{
float: none; 
}
.tx-srfeuserregister-pi1 dd p 
{ 
margin-top: 0; 
margin-bottom: .5em; 
padding: 0; 
}
.tx-srfeuserregister-pi1 dd label 
{ 
padding: 0 1em 0 .5em; 
}

#printcontainer {
	display: block;
	width: 520px;
	float: left;
}
#printheader {
	width: 520px;
	margin: 0px;
	padding: 0px;
}
#fullsizebanner {
/*	z-index:1;*/
	display: block;
	width: 468px;
	padding: 0px 62px 0px 7px;
	float: left;
}
* html #fullsizebanner { /*IE6 only*/
	padding-right: 55px;
}
*+html #fullsizebanner { /*IE7 only*/
	padding-right: 51px;
}
#halfsizebanner {
	display: block;
	width: 234px;
	float: left;
}
.rgsgcontent {
	z-index:0;
}
.csc-textpic-border dt img { 
	border: 1px solid #A5BBBB !important;
	padding: 3px !important;
}
.tx-rgsmoothgallery-pi1 {
  background:#FFF !important;
}
#halfbanner, #fullbanner {
	display: block;
	width: 234px;
	position: relative;
	top: -21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#halfbanner {
	width: 234px;
	left: 14px;
}
*+html #halfbanner img { /*IE7 only*/
	z-index: 0 !important;
}
#fullbanner {
	width: 468px;
	/*display: none;*/
}
#skyscraper {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#social {
	margin: 0px;
	padding: 17px 0px 0px 0px;
}
#middlemenu {
	display: block;
	width: 495px;
	margin: 0px;
	padding: 0px;
}
#printlink {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 141px;
	float: left;
}
#tothetop {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 349px;
	float: left;
}
#c184 {
	border-bottom: dotted thin #39729A;
	margin: 0px 0px 21px 0px;
	padding: 0px;
}
.news-list-item img {
	position: relative;
	left: 5px;
}
/* we give the dummy img clear.gif a background, to show nice buttons */    
.carouselbuttons a.carouselprev img {
    background :url('images/left-button.png') no-repeat left top !important;
    float: left;
    margin-left: 5px;
}
.carouselbuttons a.carouselprev img:hover {
    background: url('images/left-button.png') no-repeat left bottom !important;
}

.carouselbuttons a.carouselnext img{
    background: url('images/right-button.png') no-repeat left top !important;
    float: right;
    margin-right: 5px;
}
.carouselbuttons a.carouselnext img:hover {
    background: url('images/right-button.png') no-repeat left bottom !important;
}
#c954 h1,
#c955 h1,
#c956 h1 {
	color: #000;
	font-size: 11px;
	font-weight: 700;
}
#jpcarousel h1 {
	font-size: 17px;
	font-weight: 700;
	color: #02325A;
	padding-bottom: 10px;
}
#c956 {
	border-top: dotted thin #39729A;
	padding-top: 20px !important;
	margin-top: -10px !important;
}
.nachrichteneubersicht {
	padding: 8px 12px;
	background-color: #E0E4EB;
	font-weight: 700;
}
#c184 hr {
	margin-top: 92px !important;
}
*+html #container .menu { /*IE7 only*/
	position: relative;
	z-index: 1000;
}
*+html #container #maincontainer { /*IE7 only*/
	position: relative;
}
*+html #maincontainer { /*IE7 only*/
	top: -28px;
}
* html #maincontainer { /*IE6 only*/
	position: relative;
	top: -28px;
}
.tx-pbsurvey-pi1 .survey_item,
.tx-pbsurvey-pi1 .question {
	display: block;
	width: 490px !important;
}
fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset fieldset legend {
	/* label */
	display: block;
	width: 400px;
	float: left;
	font-weight: bold;
    color:#515151;
    white-space:normal;
}
.powermail_radio_inner_uid1_0,
.powermail_radio_inner_uid1_1 {
	position: relative;
	left: -197px;
	font-weight: 700;
}
#powermaildiv_uid3 {
	margin-top: 15px;
}
#powermaildiv_uid4 {
	margin-top: 15px;
}
#powermaildiv_uid1 legend,
#powermaildiv_uid3 legend {
	display:none;
}
.powermail_radio_inner label {
font-weight: bold;
display: block;
width: 400px;
float: left;
}
.powermail_radio_inner label:after { content: ": " }

.powermail_submit_uid8 {
	padding: 5px;
	position: relative;
	left: -200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	background: none;
	padding: 0px;
}
