* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 100%; /* for IE */
}

html > body {
    font-size: 16px; /* for everyone else */
    padding-bottom: 15px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	background: url(/img/body_bg.gif) repeat-x 0px 0px;
    color: #19181e;
}
dfn {
    display: none;
}

img {
    border: 0;
}
img.border {
    border: 1px solid #E0E0E0;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 1.5em;
    margin: 10px 0 25px 0;
}
h2 {
    font-size: 1.2em;
	color: #333333;
}
h3, h4, h5, h6 {
    font-size: 1.1em;
}

div#stage li {
    list-style-type: none;
    margin-left: 0;
}
li {
    margin-left: 15px;
}


address {
    font-style: normal;
    margin-bottom: 15px;
}
blockquote {
    padding: 0 0 15px 20px;
}

hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 10px 0;
}

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

/*p {
    margin-bottom: 15px;
}*/

/* --- Tabellen --- */

table {
    border: none;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    font-size: 1em;
    width: 465px;
}

table td {
    text-align: left;
    vertical-align: top;
    background-color: white;
    font-size: .9em;
    padding: 10px 10px 0 10px;
    line-height: 1em;
}
table td.last {
    text-align: right;
}
table td.active {
    background: #004684;
    color: white;
}
table tr {
    text-align: left;
}
table th {
    text-align: left;
    font-size: .9em;
    background: #d6584e;
    color: white;
    border-bottom: 1px solid #707070;
    padding: 2px 10px 0 10px;
    vertical-align: top;
    font-weight: bold;
}
table th.first {
    color: #a62229;
}

table thead td {
    text-align: left;
    font-size: .9em;
    background: #d6584e;
    color: white;
    border-bottom: 1px solid #707070;
    padding: 2px 10px 0 10px;
    vertical-align: top;
    font-weight: bold;
}

table.normalsize td {
    font-size: 1em;
}

#printInfo {
    display: none;
}

a:link,
a:visited {
    text-decoration: underline;
/*     color: #004684; */
    color: black;
}

a:hover {
    text-decoration: none;
}

div#col3 a[href*="http:"],
div#col3 a[href*="https:"] {
    background: transparent url('/img/ext-link.gif') 100% 50% no-repeat;
    padding-right: 14px;
    margin-right: 1px;
}


/* ---------------------------------------------------------------------------
   Forms
--------------------------------------------------------------------------- */

input, textarea, select {
    font-size: .85em;
}

input.inputtext {
	padding:0.1em 0.2em;
}
input, textarea, select {
    border: 1px solid #c0c0c0;
}
input.text, textarea {
    padding: .1em .2em;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95em;
    width: 250px;
}

textarea#contact_comment {
	margin-top: 4px;
}
input.submit {
    border: 1px solid #c0c0c0;
    background: #f9f9f9;
    height: 18px;
    color: black;
    padding: .2em .6em;
    cursor: pointer;
    font-weight: bold;
}
input.radio {
    border: none;
}

input.twoDigit {
    width: 1.8em;
}
input.fourDigit {
    width: 3.6em;
}

label {
    vertical-align: top;
}
option {
    padding: 1px;
}
legend {
    display: none;
}
fieldset {
    border: none;
}

span.cb-label {
    font-size: .9em;
    margin-left: 5px;
}

/* --- Kontaktformular --- */

form.content div {
    clear: both;
    margin-bottom: .5em;
}
form.content fieldset {
    margin-bottom: 1em;
}
form.content label {
    cursor: pointer;
    float: left;
    width: 8em;
}
form.content label.plz {
    width: 2.5em;
}
form.content label.ort {
    width: 5.5em;
}
form.content input#ort {
    margin-left: .5em;
    width: 138px;
}
form.content input.submit {
    margin: 5px 0 0 97px;
    height: auto;
/*     background: url(/img/submit-bg-blue-big.png) repeat-x; */
}

form.content label {
    cursor: pointer;
    float: left;
    width: 8em;
}

.error, .debug {
    color: red;
}
.highlight {
    font-weight: bold;
}
.small {
    font-size: .9em;
}

.htmlarea-showtableborders td {
	border: #C0C0C0 solid 1px;
}

.table-col1 {
    width: 60px;
	border: 0;
}
.table-col2 {
    width: auto;
	border: 0;
}
.table-col3 {
    width: 70px;
	border: 0;
}
.middle {
	vertical-align: middle;
}

div#captcha {
    margin-left: 10em;
}
div#captcha input.captcha {
    font-size: 1em;
    width: 10em;
    padding: 1px 2px;
    font-size: .85em;
}
form#recommend label {
    width: 10em;
}
form#recommend input.submit {
    margin-left: 11.7em;
}

/* --- Bestellformular --- */

form#order input.amount {
    width: 20px;
}
form#order label.publikation {
    width: 16em !important;
}
form#order input.submit {
    margin-left: 0;
}
div.vspace {
    margin-bottom: 10px !important;
}

/* ---------------------------------------------------------------------------
   Common classes
--------------------------------------------------------------------------- */

.clearAll, .clearfix {
    clear: both;
}
br.clearAll {
    height: 0px;
}

.left, .floatLeft {
    float: left;
}
.right, .floatRight {
    float: right;
}

.skip {
    display: none;
}
.hidden {
    visibility: hidden;
}
span.divider {
    margin-left: 2px;
}

.dcc {
    color: #fc082e;
}


/* ---------------------------------------------------------------------------
   Layout
--------------------------------------------------------------------------- */

div#stage {
    width: 977px;
    font-size: .8em;
    margin: 0 30px;
}

div#header {
    height: 41px;
	font-size: 12px;
	background: url(/img/body_bg.gif) repeat-x 0px 0px;
}
div#header img#logo {
    float: left;
    margin: 17px 0 0 10px;
}
#topmenuLeft {
	background: url(/img/topmenu_left.gif);
	width: 8px;
	height: 25px;
	float: left;
	margin-left: 740px;
}
#topmenuRight {
	background: url(/img/topmenu_right.gif);
	width: 8px;
	height: 25px;
	float: left;
}
ul#ulNavbarTop  {
    margin-top: 3px;
	float: left;
}
ul#ulNavbarTop li {
    background: none !important;
    padding-left: 0 !important;
  	margin-left: 0 !important;
    list-style-type: none !important;
	height: 21px;
	float: left;
	border-bottom: 1px solid #E8E8E8;
	background-color: #fff !important;
}
ul#ulNavbarTop li a:link,
ul#ulNavbarTop li a:visited {
    background: url(/img/separator_dotted.gif) no-repeat 0 2px;
    padding: 0 10px 7px 10px;
    text-decoration: none;
}
ul#ulNavbarTop li a:link.first,
ul#ulNavbarTop li a:visited.first {
    background: none;
    padding-left: 3px;
}
ul#ulNavbarTop li a:link.last,
ul#ulNavbarTop li a:visited.last {
    padding-right: 5px;
}
ul#ulNavbarTop li a:hover {
    text-decoration: underline;
}
ul#ulNavbarTop li img {
    margin: 0 0 -3px 5px;
}

/* --- Navigation bar --- */

div#navbar {
    margin-bottom: 0;
	font-size: 12px;
	background: url(/img/mainmenu_bg.gif) repeat-x 0px 0px;
}
div#navbar #mainmenuLeft {
	background: url(/img/mainmenu_left.gif);
	width: 8px;
	height: 25px;
	float: left;
}
div#navbar #mainmenuRight {
	background: url(/img/mainmenu_right.gif);
	width: 8px;
	height: 25px;
	float: left;
}

div#navbar ul#mainnav {
    padding: 0;
	padding-top: 3px;
    height: 20px;
    text-align: center;
	float: left;
	border-top: 1px solid #E8E8E8;
	background-color: #fff;
}
div#navbar ul#mainnav li {
    display: block;
    float: left;
	height: 20px;
	line-height: 20px;
}

div#navbar ul#mainnav a:link,
div#navbar ul#mainnav a:visited {
    display: block;
    text-decoration: none;
    color: #19171c;
	background: url(/img/separator_dotted.gif) no-repeat 0 4px;
	padding: 0 10px 7px 10px;
}
div#navbar ul#mainnav a:hover {
    text-decoration: underline;
}
div#navbar ul#mainnav a:link#afterActive,
div#navbar ul#mainnav a:visited#afterActive {
	background: none;
}

div#navbar ul#mainnav li a#first,
div#navbar ul#mainnav li a#activeFirst {
    background: none;
	padding-left: 5px;
}
div#navbar ul#mainnav li a#last,
div#navbar ul#mainnav li a#activeLast {
    padding-right: 5px;
}

div#navbar ul#mainnav li a#active,
div#navbar ul#mainnav li a#activeFirst,
div#navbar ul#mainnav li a#activeLast {
	height: 25px;
	background: url(../img/menuitem_active_bg.gif) repeat-x 0px 0px;
	float: left;
	color: #fff;
}

div#navbar ul#mainnav li .mainmenuItemLeft {
    background: url(../img/menuitem_active_left.gif) no-repeat 0px 0px;
	height: 25px;
	width: 3px;
	float: left;
}

div#navbar ul#mainnav li#liActive .mainmenuItemRight {
    background: url(../img/menuitem_active_right.gif) no-repeat 0px 0px;
	height: 25px;
	width: 3px;
	float: left;
}


div#redStrip {
	background: url(../img/submenu_bg.gif) 0px 0px repeat-x;
	height: 20px;
	margin-bottom: 20px;
	border: none;
}

/* --- main layout --- */

div#main {
    line-height: 140%;
}
div#main div#col1 {
    width: 290px;
    float: left;
}
div#main div#col2 {
    width: 680px;
    float: left;
}

div#main div#col2 img.left,
div#main div#col1 img.left {
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#main div#col2 img.right,
div#main div#col1 img.right {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
div#main div#col2 img.imageborder {
    border: 1px solid black;
    padding: 1px;
}

div#main div#col2 ul {
	padding: 0 0 20px 0;
}

div#main div#col2 ul li {
	padding: 0;
}

div#main div#col2 table tr td {
	 line-height: 1.4em;
}

div#main div#col3 {
    width: 197px;
	float: right;
}

div#main div#col2 div#content div#innerContent ul li {
	margin-left: 15px;
 	list-style-type: disc;
}


/* --- subnavigation --- */

div#subnavContainer {
    width: 287px;
    margin-right: 20px;
    float: left;
	font-size: .85em;
}

div#col1 div.leftBoxFirstLightTop,
div#col1 div.leftBoxLightBottom,
div#col1 div.leftBoxDarkBottom {
    width: 287px;
	height: 9px;
}
div#col1 div.leftBoxLightTop,
div#col1 div.leftBoxDarkTop {
    width: 287px;
	height: 16px;
}

div#col1 div.leftBoxLight,
div#col1 div.leftBoxDark {
	width: 257px; /* 287 - padding */
	padding: 5px 15px;
}
div#col1 div.leftBoxFirstLightTop {
	background: url(../img/box_light_top.gif) no-repeat 0 0;
}
div#col1 div.leftBoxLightTop {
	background: url(../img/box_light_sep_top.gif) no-repeat 0 0;
}
div#col1 div.leftBoxDarkTop {
	background: url(../img/box_dark_top.gif) no-repeat 0 0;
}
div#col1 div.leftBoxLight {
	background: url(../img/box_light_bg.gif) repeat-y 0 0;
}
div#col1 div.leftBoxDark {
	background: url(../img/box_dark_bg.gif) repeat-y 0 0;
}
div#col1 div.leftBoxLightBottom {
	background: url(../img/box_light_bottom.gif) no-repeat 0 0;
}
div#col1 div.leftBoxDarkBottom {
	background: url(../img/box_dark_bottom.gif) no-repeat 0 0;
}

div#subnavContainer div#subnavTop {
    background: url(../img/subnav_bg-top.gif) no-repeat 0 0;
    width: 202px;
    height: 36px;
}
div#subnavContainer div#subnavTop h2 {
    /* color: white; */
    font-size: .9em;
    padding: 7px 0 0 32px;
}
div#subnavContainer div#subnavMain {
    width: 196px;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}
div#subnavContainer div#subnavBottom {
    background: url(../img/subnav_bg-bottom.gif) no-repeat 0 0;
    width: 202px;
    height: 5px;
}

div#subnavContainer div#subnavMain ul {
    font-size: .9em;
    padding: 5px 10px 5px 12px;
}
div#subnavContainer div#subnavMain ul li {
    background: url(../img/bullet.gif) no-repeat 0 4px;
    padding-left: 20px;
}
div#subnavContainer div#subnavMain ul li.active {
    background: url(../img/bullet-active.gif) no-repeat 0 4px;
}

div#subnavContainer div#subnavMain ul a:link,
div#subnavContainer div#subnavMain ul a:visited {
    text-decoration: none;
}
div#subnavContainer div#subnavMain ul a:hover {
    text-decoration: underline;
}
div#subnavContainer div#subnavMain ul ul {
    font-size: 1em;
    padding: 5px 10px 5px 0;
}
div#subnavContainer div.boxContainer img{
	border: 1px solid #E4E2E3;
}

div#subnavContainer div.boxContainer img.noBorder{
	border: none !important;
}

/* ---------------------------------------------------------------------------
   Right column boxes
--------------------------------------------------------------------------- */

div#main div#col3 div.boxContainer {
    margin-bottom: 15px;
}

div#main div#col3 div.boxContainer div.boxTop {
    height: 5px;
    background: url(../img/box-bg-top.gif) no-repeat;
}

div#main div#col3 div.boxContainer div.boxMain {
    background: url(../img/box-bg-main.gif) no-repeat 0 0;
	border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
	padding: 0 10px 0px 10px;
    width: 140px;
}
div#main div#col3 div.boxContainer div.boxBottom {
    height: 5px;
    background: url(../img/rightbox_rc-bottom.gif) no-repeat;
}

div#main div#col3 div.boxContainer div.boxMain h2 {
    padding: 1px 5px 5px 5px;
    font-size: .85em;
}
div#main div#col3 div.boxContainer div.boxMain ul {
    font-size: .9em;
}

div#main div#col3 div.boxContainer div.boxMain ul.downloads,
div#main div#col3 div.boxContainer div.boxMain ul.downloads-pdf {
    list-style: none;
    font-size: .85em;
}
div#main div#col3 div.boxContainer div.boxMain ul.downloads li, /* TODO: define a default download icon */
div#main div#col3 div.boxContainer div.boxMain ul.downloads-pdf li {
	background: url(/img/core_icon-pdf.gif) no-repeat 0 3px;
	padding-left: 24px;
	min-height: 24px;
}
div#main div#col3 div.boxContainer div.boxMain ul.downloads-pdf li a:link,
div#main div#col3 div.boxContainer div.boxMain ul.downloads-pdf li a:visited {
}

div#main div#col3 div.boxContainer div.boxMain p {
    font-size: .9em;
	clear: both;
}

div#main div#col3 div.boxContainer div.boxMain img {
    font-size: .9em;
}



div#main div#col3 a:link,
div#main div#col3 a:visited {
    text-decoration: underline;
}
div#main div#col3 a:hover {
    text-decoration: none;
}

div#main div#col3 div.boxContainer ul {
    padding-bottom: 10px;
}
div#main div#col3 div.boxContainer ul li {
    background: url(../img/bullet_wi_pfeil.gif) no-repeat 0 4px;
    padding: 0 8px 0 15px;
}

div#main div#col3 div.boxContainer ul li a {
    text-decoration: underline;
}

div#main div#col3 div.boxContainer ul li a:hover{
    text-decoration: none;
}

div#main div#col3  div.boxContainer ul li.pdf {
    background: url(../img/pdf.gif) no-repeat 0 1px;
	margin: 0 8px 0 25px;
}
div#main div#col3 div.boxContainer ul li span.size {
    font-size: .9em;
}
div#main div#col3 div.boxContainer div.boxMain ul.downloads li {
    background-image: none;
    padding: 0 8px;
}

div#main div#col3 div.boxContainer div.boxMain img.qmark {
    float: right;
    margin-top: 1px;
}


/* ---------------------------------------------------------------------------
   Tags by page
--------------------------------------------------------------------------- */

div#pagetags {
    margin-top: 25px;
}
div#pagetags h4 {
    font-size: .9em;
    margin-bottom: 5px;
}
div#pagetags li {
    font-size: .9em;
    display: inline;
    background-image: none !important;
    padding: 0 5px 0 0 !important;
}
div#pagetags li a:link,
div#pagetags li a:visited {
    text-decoration: none;
}

/* workaround background being cut off */
div.tab ul,
div.tab ul li,
div#tagcloud ul,
div#tagcloud ul li {
    height: 1%;
}


/* ---------------------------------------------------------------------------
   Page buttons
--------------------------------------------------------------------------- */

ul#pagebuttons {
    width: 500px;
    margin-top: 30px;
    clear: both;
}
ul#pagebuttons li {
    display: inline;
/*     height: 16px; */
    padding: 0 !important;
    margin-right: 5px;
  	margin-left: 0 !important;
}

/* bookmark button */

div#bookmarkPopup {
    width: 128px;
    z-index: 1000;
    position: absolute;
    display: none;
}
div#bookmarkPopupTop {
    background: url(../img/bookmarks_bg-top.gif) 0 0 no-repeat;
    height: 9px;
}
div#bookmarkPopupMain {
    border: 1px solid white;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: white;
    height: 1%;
    margin-top: -1px;
}
div#bookmarkPopupBottom {
    background: url(../img/bookmarks_bg-bottom.gif) 0 0 no-repeat;
    height: 13px;
    border: none !important;
    margin: 0;
}
img#bookmarkPopupCloseBtn {
    margin-top: 4px !important;
    margin-right: 4px !important;
    float: right;
    z-index: 1001;
}
div#bookmarkPopup a:link,
div#bookmarkPopup a:visited {
    text-decoration: none;
    color: darkred;
    font-size: .95em;
}
div#bookmarkPopup a:hover {
    text-decoration: underline;
}

div#bookmarkPopupMain ul {
    padding-bottom: 0 !important;
}
div#main div#col2 div#content div#innerContent div#bookmarkPopupMain ul li {
    padding-bottom: 5px !important;
    margin: 0 15px;
    padding-left: 25px !important;
	list-style-type: none;
}

div#bookmarkPopupMain ul li#bookmarkPopupIconDelicious {
    background: url(../img/bookmarks_icon-delicious.gif) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconYahooMyWeb {
    background: url(../img/bookmarks_icon-yahoomyweb.gif) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconGoogle {
    background: url(../img/bookmarks_icon-google.gif) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconFurl {
    background: url(../img/bookmarks_icon-furl.gif) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconDigg {
    background: url(../img/bookmarks_icon-digg.png) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconMrwong {
    background: url(../img/bookmarks_icon-mrwong.gif) 0 0 no-repeat;
}
div#bookmarkPopupMain ul li#bookmarkPopupIconOneView {
    background: url(../img/bookmarks_icon-oneview.gif) 0 0 no-repeat;
}


/* ---------------------------------------------------------------------------
   Footer
--------------------------------------------------------------------------- */

div#footer {
    clear: both;
    margin: 10px 67px 0 0px;
    font-size: .85em;
    border-top: 4px solid #d7584f;
}

ul#tertBottomNav {
    float: right;
    margin: 5px 0 30px 0;
}
ul#tertBottomNav li {
    display: inline;
}
ul#tertBottomNav a:link,
ul#tertBottomNav a:visited {
    color: #343235;
    padding: 0 3px 0 12px;
    text-decoration: none;
}
ul#tertBottomNav a:link.last,
ul#tertBottomNav a:visited.last {
    padding: 0 0 0 12px;
}
ul#tertBottomNav li {
    background: url(../img/bullet_footer.gif) 0px 1px no-repeat;
}
ul#tertBottomNav li.first {
    background: none;
}
ul#tertBottomNav li.first a {
    padding: 0 4px 0 0 !important;
}
ul#tertBottomNav li#lastChange {
    padding-left: 8px;
}

div#copyrightProduced {
	float: left;
}

div#footer p {
    margin: 0 3px 2px 0;
}
p#copyright {
    padding-top: 5px;
}

div#footer p#produced {
    padding-bottom: 20px;
}

div#footer p#produced a:link,
div#footer p#produced a:visited {
    text-decoration: none !important;
    color: #4b4a4f;
}
div#footer a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------------------------------
   Content / Subpages
--------------------------------------------------------------------------- */
div#contentContainer {
	position: relative;
	top: -15px;
}
div#contentTop {
	float: left;
    width: 589px;
	height: 7px;
	background: url(/img/content_border_top.gif) no-repeat;
	margin-left: 30px;
}
div#content {
	float: left;
    width: 589px;
    font-size: .95em;
	background: url(/img/content_border_bg.gif) repeat-y;
	padding: 0px 30px;
	margin-left: 30px;
}
div#contentBottom {
	float: left;
    width: 589px;
	height: 7px;
	background: url(/img/content_border_bottom.gif) no-repeat;
	margin-left: 30px;
}
div#content p {
    margin: 0 0 15px 0;
}
div#col3 p {
    padding: 0 0 15px 0;

}
div#innerContent {
	width: 530px;
	position: relative;
}

div#content ul ul {
    margin: 5px 0 0 5px;
}
div#content ul li {
    background: url(/img/bullet-quad.gif) no-repeat 0 5px;
    padding: 0 0 5px 10px;
}

#content .width56pc {
    width: 310px !important;
    margin-bottom: 20px;
}

div#content div#innerContent img {
}

div.jumpCharLabels {
    margin-bottom: 20px;
}

img.toggle {
    margin: 7px;
    float: right;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------
   Press Releases
--------------------------------------------------------------------------- */
div#pressReleases div.pressRelease {
    padding-bottom: 20px;
}
div#pressReleases h2 {
    margin-bottom: 5px;
/*     font-size: 1em; */
}
div#pressReleases div.infobar {
    margin-bottom: 5px;
}
div#pressReleases div.detail div.infobar {
    margin-bottom: 20px;
}
div#event-detail div.meta span.info {
    font-weight: bold;
}
div#event-detail div.meta span.info {
    width: 4.5em;
    display: block;
    float: left;
}
div#pressReleases div.bodytext {
    background: none;
    margin-bottom: 5px;
    background-color: #f5f5f7;
    padding: 10px;
}
div#pressReleases h2 a:link,
div#pressReleases h2 a:visited {
    text-decoration: none;
}
div#pressReleases h2 a:hover {
    text-decoration: underline;
}

div#pressReleases div.bodytext, div#pressReleases div.bodytext ul {
    padding-bottom: 0 !important;
}
div#pressReleases div.detail div.bodytext {
    background: none;
    padding: 0;
}

ul.more  {
    margin-top: 5px;
}
ul.more li {
    background: none !important;
    padding-left: 0 !important;
  	margin-left: 0 !important;
    list-style-type: none !important;
}
ul.more li a:link,
ul.more li a:visited {
/*     font-size: .9em; */
    background: url(/img/bullet_back.gif) no-repeat 0 4px;
    padding-left: 12px;
    text-decoration: none;
}
ul.more li a:hover {
    text-decoration: underline;
}
ul.more li img {
    margin: 0 0 -3px 5px;
}
div.anmeldung {
    margin-top: 10px;
}
div.anmeldung a.pdf:link,
div.anmeldung a.pdf:visited {
    text-decoration: none;
    padding: 1px 0 0 18px;
    background: url(/img/core_icon-pdf.gif) no-repeat 0 0;
}


/* ---------------------------------------------------------------------------
   Events
--------------------------------------------------------------------------- */
div#event-detail body {
}
div#event-detail p {
    margin-bottom: 10px;
}
div#event-detail div.meta {
    margin-bottom: 10px;
/*     font-size: .9em; */
}

div.register {
/*     margin: */
}


div#pagetags strong {
    font-size: .9em;
    float: left;
    margin-right: 8px;
}
div#pagetags ul {
    float: left;
    display: inline;
}
div#pagetags ul li {
    margin: 0 !important;
/*     padding-bottom: 10px !important; */
}
div#pagetags ul li a:link,
div#pagetags ul li a:visited {
    margin-right: 0;
    background: #f3c5c5;
    padding: 2px 3px;
    color: black;
}

/* Aktueller Blog-Eintrag */

div#col1 div.teaser h2 a:link,
div#col1 div.teaser h2 a:visited,
div#col1 div.teaser h3 a:link,
div#col1 div.teaser h3 a:visited {
	text-decoration: none;
}
div#col1 div.teaser h2 a:hover,
div#col1 div.teaser h3 a:hover {
	text-decoration: underline;
}
div#col1 h2.currentBlogEntryHeader {
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-top: 4px;
}

/* ---------------------------------------------------------------------------
   Quotes
--------------------------------------------------------------------------- */
div.teaserQuotesTop {
	float: left;
    width: 589px;
	height: 8px;
	background: url(/img/content_border_top_middle.gif) no-repeat;
	margin-left: 30px;
}
div.teaserQuotes {
	float: left;
    width: 530px;
    font-size: .95em;
	background: url(/img/content_border_bg.gif) repeat-y;
	padding: 0px 30px;
	padding-top: 20px;
	margin-left: 30px;
}
div.teaserQuotesBottom {
	float: left;
    width: 589px;
	height: 7px;
	background: url(/img/content_border_bottom.gif) no-repeat;
	margin-left: 30px;
}
div.teaserQuotes div.teaserMain div.img {
    float: left;
    width: 110px;
}

div.teaserMain h3 a:link,
div.teaserMain h3 a:visited {
	text-decoration: none;
}
div.teaserMain h3 a:hover {
	text-decoration: underline;
}

div.teaserQuotes div.teaserMain div.img img {
    border: none !important;
    padding: 0 !important;
}
div.teaserQuotes div.teaserMain div.body {
/*     float: left; */
    margin-left: 124px;
	width: 410px;
}
div.teaserQuotes div.teaserMain blockquote {
/*     width: 427px; */
    padding: 0;
	margin-bottom: 8px;
/*     background: transparent url('/img/quote_close.gif') 417px 100% no-repeat; */
}
div.teaserQuotes div.teaserMain {
    background: transparent url('/img/quote_open.gif') 112px 12px no-repeat;
}
img.quoteClose {
    border: none !important;
    margin: 0 0 .5em .1em;
}

div.boxQuotes div.boxMain div.img img {
    margin: 0 0 10px 10px;
}
div.boxQuotes div.boxMain blockquote {
    padding: 0 0 0 10px; 
    background: transparent url('/img/quote_open.gif') 0px 10px no-repeat;
}
div.boxQuotes div.boxMain div.customer {
    padding: 0 0 10px 10px;
}

div#col2 #claim {
	float: left;
	margin: 0 20px;
	margin-left: 30px;
}

div#col2 #logo_ccc {
	background: url(/img/logo_pidas_ccc2.gif) right no-repeat;
	float: left;
	height: 174px;
	width: 272px;
	position: relative;
	top: -51px;
}
img.imgNewsletterMail {
	vertical-align: top;
	margin-left: 5px;
	border: none !important;
}

/* quick check - /index */

div#main div#col2 div#content div#innerContent ul#topicList {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 25px;
	background: url(/img/quickcheck_ul_bg.gif) repeat-x;
}
div#main div#col2 div#content div#innerContent ul#topicList li {
	float: left;
	margin-left: 0;
	list-style-type: none !important;
}
div#main div#col2 div#content div#innerContent ul#topicList li a{
	background: url(/img/quickcheck_tab_bg.gif) repeat-x;
	height: 25px;
	line-height: 25px;
	padding: 2px 2px 8px 2px;
	float: left;
}
div#main div#col2 div#content div#innerContent ul#topicList li.active a,
div#main div#col2 div#content div#innerContent ul#topicList li.lastActive  a{
	background: url(/img/quickcheck_tab_bg_active.gif) repeat-x;
}
div#main div#col2 div#content div#innerContent ul#topicList li.active,
div#main div#col2 div#content div#innerContent ul#topicList li.lastActive {
	background-color: #fff;
	border-bottom: none;
}
div#main div#col2 div#content div#innerContent ul#topicList li.active {
	background: url(/img/quickcheck_tab_active.gif) right no-repeat;
}
div#main div#col2 div#content div#innerContent ul#topicList li.lastActive {
	background: url(/img/quickcheck_tab_last_active.gif) right no-repeat;
}
	

div#main div#col2 div#content div#innerContent ul#topicList li a:link,
div#main div#col2 div#content div#innerContent ul#topicList li a:visited{
	text-decoration: none;
}
div#main div#col2 div#content div#innerContent ul#topicList li a:hover{
	text-decoration: underline;
}
div#main div#col2 div#content div#innerContent ul#topicList li.active a,
div#main div#col2 div#content div#innerContent ul#topicList li.lastActive a {
	font-weight: bold;
}

div#main div#col2 div#content div#innerContent ul#topicList li div.right_ {
	width: 12px;
	height: 25px;
	background: url(/img/quickcheck_tab_right.gif) no-repeat;
	float: left;
}
div#main div#col2 div#content div#innerContent ul#topicList li div.right_active {
	width: 12px;
	height: 25px;
	background: url(/img/quickcheck_tab_right_active.gif) no-repeat;
	float: left;
}

div#main div#col2 div#content div#innerContent ul#topicList li div.right_beforeActive {
	width: 12px;
	height: 25px;
	background: url(/img/quickcheck_tab_right_beforeactive.gif) no-repeat;
	float: left;
}

div#main div#col2 div#content div#innerContent ul#topicList li div.right_last {
	width: 7px;
	height: 25px;
	background: url(/img/quickcheck_tab_right_last.gif) no-repeat;
	float: left;
}
div#main div#col2 div#content div#innerContent ul#topicList li div.right_lastActive {
	width: 7px;
	height: 25px;
	background: url(/img/quickcheck_tab_right_last_active.gif) no-repeat;
	float: left;
}

div#main div#col2 div#content div#innerContent div.quickcheckMultiPossible {
	font-size: .85em;
	margin-bottom: 10px;
}
div#main div#col2 div#content div#innerContent div.quickcheckStepOf {
	margin-left: 7px;
	float: left;
	font-size: .9em;
}


div#main div#col2 div#content div#innerContent form#formQuickCheck h3.quickcheckQuestionHeader {
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 8px 0;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers {
	margin-bottom: 2px;
	background-color: #F7F7F5;
	padding: 10px 5px;
	border-bottom: 1px solid #E8E8E8;
}
div#main div#col2 div#content div#innerContent div.contactFieldContainer {
	border-top: 1px solid #E8E8E8;
	margin-bottom: 5px !important;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers div.footnote {
	margin-top: 15px;
	font-size: .9em;
}

div#main div#col2 div#content div#innerContent input#quickcheckSubmit {
	background-color: #FFF;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers div.formRow{
	line-height: 20px;
	vertical-align: middle;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers div.formRowContact {
	line-height: 24px;
	vertical-align: middle;
	clear: both;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers div.formRowContact .divLabel{
	text-align: left;
	width: 160px;
	float: left;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers div.formRowContact input.checkbox {
	margin-bottom: 0px;
}
div#main div#col2 div#content div#innerContent div.quickcheckAnswers input.checkbox {
	border: none;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* special Customer  Service Index Ergebnis */
div#cstBox {
	width: 910px;
	position: relative;
	top: -90px;
	left: -287px;
}

div#cstBox #cstHeader {
	background: url(/img/cst_header_bg.gif) no-repeat;
	height: 33px;
	width: 287px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0;
}

div#cstBox div#cst_main_top {
	width: 910px;
	height: 7px;
	background: url(/img/cst_top.gif) no-repeat -4px 0;
	padding: 0;
	margin: 0;
}
div#cstBox div#cst_main_bottom {
	width: 910px;
	height: 10px;
	background: url(/img/cst_bottom.gif) no-repeat 0 0;
}

div#cstBox div#cst_main {
	width: 910px;
	padding: 10px 20px;
	background: url(/img/cst_bg.gif) repeat-y -4px 0;
}

div#cstBox div#cst_main div.cciGrading{
	margin: .8em 0;
	font-size: 1.5em;
	font-weight: bold;
}

#flashTeaser {
	margin-left: -3px;
}
.flashTeaserContent {
	margin-bottom: 1.2em;
}
