@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {border-collapse:collapse;border-spacing:0; }

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
  color: #000;
  font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a {
  color: #000;
  font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
  color: #E77400;
}

strong {
	font-weight: bold;	
}

h1 {
  margin: 1em 0;
  font-size: 13px;
  font-weight: bold;
}

h2 {
  font-size: 13px;
  font-weight: normal;
}
h2 a {
  font-weight: normal;
}

h3 {
  font-size: 11px;
  font-weight: bold;
}

h4 {
  font-size: 11px;
  color: #E77400;
}
h4 a {
  color: #E77400;
}
h4 a:hover {
  color: #000;
}

p,
pre {
	margin-bottom: 1em;
}

p {
  line-height: 140%;
}

.small { font-size: 80% }
.error { color:#CC0000; font-weight: bold; }
.ok { color:green; font-weight: bold; }
.javascript { display: none; }
.hide { display: none; }
.show { display: block;}
.indent {margin: 0 0 0 15px }
.highlight { color: #E77400; }

.l { float: left; margin-right: 5px }
.r { float: right; margin-left: 5px }


/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
  background: #FFF;
	line-height: 150%;
}

.wrapper {
	width: 991px;
	/* margin: 0 auto; */
    float: left;
}

.header {
	overflow: hidden;
	height: 152px;
	width: 991px;
	background-image: url(../images/header-bg.jpg);
}

.header span {
  display: none;
}

.navigation {
  clear: both;
  overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 2px;
	background-image: url(../images/navigation-bg.png);
	background-repeat: repeat-x;
}

.main {
	margin-top: 3px;
	overflow: hidden;
	background: transparent url(../images/main-bg.png) repeat-y;
}

.main .left {
	float: left;
	width: 254px;
	background-color: #fff;
}

.main .center {
	float: left;
	width: 567px;
	padding: 0 0 0 5px;
}

.main .center .content {
  padding: 0px 15px 10px;
}

.content {
  min-height: 1px; /* display empty divs in firefox */
}

.main .right {
	float: right;
	width: 160px;
	background-color: #fff;
}

.footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	font-size: 9px;
	color: #FFF;
	text-align: right;
	padding: 0 38px;
	clear: both;
}

.footer .left {
	float: left;
	/* width: 300px; */
	text-align: left;
}

.footer .left a {
	float: left;
	margin-right: 12px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #bbb;
}

.footer .left a:hover {
	color: #fff;
}

.footer .left a.selected {
	color: #fff;
	font-weight: bold;
}

/************************************************************************/
/* Breadcrumb
/************************************************************************/

.breadcrumb {
	padding-left: 15px;
	height: 25px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.breadcrumb p {
  line-height: 25px;
}
.breadcrumb a {
	font-weight: normal;
}

/************************************************************************/
/* box
/************************************************************************/
.box {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.solid {
  background-color: #EFE1E8;
}

.box img.right {
	width: auto;
	float: right;
	margin: 0 0 0 5px;
}

.center .box {
  padding: 6px 15px 10px 15px;
  margin-left: -15px; /* Damit die untere Linie breiter als die Box angezeigt wird */
  margin-right: -15px;
  border-bottom: 1px solid #ddd;
}

.center .box h1 {
	float: none;
	margin: 0;
}

.left .box {
	padding: 0 8px 8px 8px;
	width: 238px;
}

.left .box h1 {
	float: none;
	margin: 0;
	padding: 5px 0px;
	text-transform: uppercase;
}

.right .box {
	padding: 0 8px 8px 8px;
	width: 144px;
}

.right .box h1 {
	float: none;
	margin: 0;
	padding: 5px 0px;
	text-transform: uppercase;
}


/*
.box .wide {
	padding: 5px 0 5px 0;	
	clear: both;
}

.box .wide img {
	float: left;	
}

.box .view .info {
	color: #5c3b48;
	padding: 16px;
	background-color: #ded8da;
}

.box .view .info h2 {
	padding-bottom: 10px;
	color: #5c3b48;
	font-size: 15px;
	font-weight: normal;
}
*/


/************************************************************************/
/* Ad
/************************************************************************/

.ad {
	text-align: right;
	margin-bottom: 7px;
}

.header-ad .left { float: left; }
.header-ad .right { float: right; }

.center .ad {
	text-align: left;	
	width: 468px;
	margin: 0 auto 15px auto;
}

.center .ad div {
	clear: both;
	text-align: center;
}

/************************************************************************/
/* Misc
/************************************************************************/
a.more {
	float: left;
	clear: left;
}

a.action {
	float: left;
	clear: both;
	margin-top: 10px;
}

.clear {
	clear: both;	
}

/************************************************************************/
/* Navigation header
/************************************************************************/

.navigation ul {
	padding-left: 38px;	
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	font-size: 15px;
	float: left;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #bbb;
	text-decoration: none;
	font-weight: normal;
}

.navigation ul li a:hover {
	color: #fff;
}

.navigation ul li.selected a {
	color: #fff;
	font-weight: bold;
}

.navigation form {
	float: right;
	margin-right: 10px;
}

.navigation form input {
	float: left;
	width: 170px;
	padding: 0 5px;
	margin-top: 10px;
  color: #666666;
}

.navigation form input.submit {
	 background: none;
	 border: none;
	 width: 25px;
	 text-align: center;
	 font-size: 15px;
	 color: #FFF;
	 cursor: pointer;
}

/************************************************************************/
/* Navigation left
/************************************************************************/

.left ul {
	width: 254px;
}

.left ul li {
	width: 254px;
	margin-bottom: 3px;
}

.left ul li a {
	display: block;
	padding-left: 8px;
	width: 246px;
	background-color: #EFE1E8;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

.left ul li a:hover {
	color: #E77400;
}

.left ul li.selected a {
	color: #fff;
	background-color: #82174A;
}

/************************************************************************/
/* page browser (tt_news, cdyp_frontend)
/************************************************************************/

.page-browser { clear: both; text-align: center; margin: 0 auto; }
.page-browser span, .page-browser a, .page-browser strong { padding:3px 7px; font-weight: normal; border: 1px solid #fff;}
.page-browser strong { background-color: #ddd; border: 1px solid #ddd;}
.page-browser a:hover { border: 1px solid #ddd; }

/************************************************************************/
/* tt_news
/************************************************************************/
.news-catmenu { float: left;}

.news-feature .news-subheader a { font-weight: bold; }

.news-list-item p.news-subheader, .news-latest-item p.news-subheader { margin-top: 5px; }
.news-list-item div.news-category, .news-latest-item div.news-category { color: #999; }
.news-list-item div.news-category a, .news-latest-item div.news-category a { color: #999; font-weight: normal;}
.news-list-item div.news-category a:hover, .news-latest-item div.news-category a:hover { color: #E77400;}

.news-list-item .news-text, .news-latest-item .news-text { float: left; width: 272px; }
.news-list-item .news-image, .news-latest-item .news-image { margin-left: 284px; width: 250px; text-align: left}

.news-single-item div.news-category, .news-single-item div.news-category { color: #999; }
.news-single-item div.news-category a, .news-single-item div.news-category a { color: #999; font-weight: normal;}
.news-single-item div.news-category a:hover, .news-single-item div.news-category a:hover { color: #E77400;}
.news-single-item .box h2 { margin-bottom: 1em; }
.news-single-subheader { font-size: 11px; font-style: italic; color: #000; font-weight: normal; padding-bottom: 1em;}
.news-single-text { clear: both;}
.news-single-img { float: right; padding: 0 0 10px 10px; width: 250px;}
.news-single-imgcaption { font-size: 90%;}
.news-single-backlink {	text-align: center; }

.news-single-social-networks a { margin-left: 1em }
.news-single-social-networks span { font-weight: bold }

.news-single-additional-info dl { }
.news-single-additional-info dt { margin: 1em 0 0; font-size: 13px; }
.news-single-additional-info dd { padding: 4px 8px; background-color: #f2f2f2;}

/* PageBrowser in single view */
.tx-ttnews-browsebox table{ margin: 5px 0; }
.tx-ttnews-browsebox table p { margin: 0;}

.tx-ttnews-browsebox { clear: both; margin: 5px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.tx-ttnews-browsebox a { padding:3px 7px; font-weight: normal; border: 1px solid #fff;}
.tx-ttnews-browsebox-SCell a { background-color: #ddd; border: 1px solid #ddd;}
.tx-ttnews-browsebox a:hover { border: 1px solid #ddd; }


.news-latest-item { clear: both;}

.news-short-container { margin-left: -15px; margin-right: -15px; }
.news-short-item { padding: 5px 15px 5px 16px; margin-bottom: 1px; float: left; border-top: 1px solid #ddd; }
.news-short-item .news-image { float: left; width: 95px; }
.news-short-inner { width: 250px; }
.news-short-item h1 { margin: 0; padding-left: 95px; }
.news-short-item h1 a { font-weight: normal; }
.news-short-item div.news-category, .news-short-item div.news-category a {  color: #999;font-weight: normal; }
.news-short-item div.news-category a:hover {  color: #E77400; }

/************************************************************************/
/* Sitemap
/************************************************************************/
.tx-flseositemap-pi1 ul {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.tx-flseositemap-pi1 li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tx-flseositemap-pi1 ul a {
  font-weight: normal;
}
.tx-flseositemap-pi1 ul.deep0 a{
  font-weight: bold;
}
.tx-flseositemap-pi1 ul.deep1 a{
  font-weight: normal;
}
  
/************************************************************************/
/* 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 {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { }
.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; }
.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; 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; }

/* cd additional styles for all projetcts */
.tx-indexedsearch .tx-indexedsearch-searchbox legend { display: none; }
.tx-indexedsearch .tx-indexedsearch-search-submit { padding: 0.8em 0 0 11em; }
.tx-indexedsearch .tx-indexedsearch-searchbox p { padding: 0.3em 0 0 11em; }

.tx-indexedsearch .tx-indexedsearch-searchbox{ border-bottom: 1px solid #d8d9d9; padding-bottom: 1em; margin-bottom :1.3em}
.tx-indexedsearch .tx-indexedsearch-res .res { padding-top: 1.0em;}
.tx-indexedsearch .tx-indexedsearch-res h3 { border-bottom: 1px solid #d8d9d9; }
.tx-indexedsearch .tx-indexedsearch-res .percent { font-size: 13px }
.tx-indexedsearch-res { padding-bottom: 0.8em }
.tx-indexedsearch-res p { padding: 0.5em 0; margin: 0; }

.tx-indexedsearch .browsebox { margin-top: 1em; }
.tx-indexedsearch .browsebox li { background: none !important; margin: 0 0.8em 0 0 !important; padding: 0 !important; }
.tx-indexedsearch .browsebox li a { padding: 2px 5px; border: 1px solid transparent; font-weight: normal;}
.tx-indexedsearch .browsebox li.tx-indexedsearch-browselist-currentPage a { background-color: #d8d9d9; }
.tx-indexedsearch .browsebox li a:hover { border: 1px solid #d8d9d9; }

/* cd additional styles only for some projects */
.tx-indexedsearch .icon { display: none; }
.tx-indexedsearch .result-number { display: none; }

.tx-indexedsearch .item-size { display: none; }
.tx-indexedsearch .item-crdate { display: none; }
.tx-indexedsearch .item-mtime { display: none; }

/************************************************************************/
/* Powermail
/************************************************************************/
.tx-powermail-pi1 {
  clear: both;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FF0000;
	border:1px solid #FF0000;
	font-size:11px;
	color:#fff;
	padding:3px 10px 5px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	box-shadow:0 0 6px #ddd;
}

.error p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* pure CSS arrow */
.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#FF0000 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-7px;
	left:5px;
	border-bottom:0 none;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 100px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 100px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	/* background-color: #eee; */
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}


.tx-powermail-pi1_mandatory { color: #FF0000; font-size: 120%; margin-top: 20px }
.powermail_mandatory_list { margin-top: 10px }
.powermail_mandatory_list ul { margin-top: 10px; list-style: inherit; }

.tx-powermail-pi1_mandatory form { margin: 20px 0 50px 0}


 /* Captcha */
.tx_powermail_pi1_fieldwrap_html_captcha .tx-srfreecap-pi2-image,
.tx_powermail_pi1_fieldwrap_html_captcha .tx-srfreecap-pi2-cant-read {
  margin-left: 100px;
}
.tx-srfreecap-pi2-cant-read { display: block;}

/* recaptcha */
#recaptcha_widget_div { float: left; }

/* Gewinnspiel AGB */
#uid84 p.tx_powermail_pi1_fieldwrap_html_radio_title {
  font-size: 13px;
  margin: 5px 0;
}
#uid84 fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
  margin-left: 25px;
}
#uid84 fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
  display: inline;
	width: auto;
	float: none;
	clear: both;
	font-weight: bold;
	font-size: 13px;
}

#uid84 fieldset.tx-powermail-pi1_fieldset .powermail_check_inner {
  margin-left: 100px;
}
#uid84 fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
  display: inline;
	width: auto;
	float: none;
	clear: both;
}

/* Gewinnspiel Frage radio */
#powermaildiv_uid27 { margin-bottom: 10px; }
#powermaildiv_uid27 legend { display: block; font-size: 13px; font-weight: bold; margin: 20px 0 10px }
#uid84 #powermaildiv_uid27 .powermail_radio_inner { margin-left: 100px }

/* Gewinnspiel Frage select */
#powermaildiv_uid27 label { display: block; font-size: 13px; font-weight: bold; margin: 20px 0 10px; float: none; width: 530px }
#powermaildiv_uid27 select { margin-left: 100px }
/************************************************************************/
/* grids
/************************************************************************/
.cdausgaben-list-item {
	margin-bottom: 25px;
}

/************************************************************************/
/* Buttons
/************************************************************************/
a.button-profile {
	padding-left: 22px;
	height: 16px;
	display: inline-block;
	background: transparent url(../images/arrow-right.gif) no-repeat top left;
}

/************************************************************************/
/* cssstyledcontent
/************************************************************************/
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 {
		border: 2px solid black;
		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: 35px;
	}

	/* 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: 35px;
	}

	/* 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: 35px;
	}
	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: 15px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 15px; 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; }

	/* 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 */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }


/************************************************************************/
/* grids
/************************************************************************/

.subcolumns{width:100%;overflow:hidden}
.c50l,.c25l,.c33l,.c38l,.c66l,.c75l,.c62l{float:left}
.c50r,.c25r,.c33r,.c38r,.c66r,.c75r,.c62r{float:right;margin-left:-5px}
.c25l,.c25r{width:25%}
.c33l,.c33r{width:33.333%}
.c50l,.c50r{width:50%}
.c66l,.c66r{width:66.666%}
.c75l,.c75r{width:75%}
.c38l,.c38r{width:38.2%}
.c62l,.c62r{width:61.8%}
.subc{padding:0 .5em}
.subcl{padding:0 1em 0 0}
.subcr{padding:0 0 0 1em}


/*********************************************************************/
/* HACKS                                                             */
/*********************************************************************/
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */

/************************************************************************/
/* Banner
/************************************************************************/
.ad-outer {
	float: left;
    width: 170px;
    margin: 265px 0 0 10px;
    text-align: right;
}
#wp-layer2 {
	position:absolute;
	left:1000px;
	top:10px;
	width:160px;
	height:600px;
	z-index:2;
}

/* 
.wrapper { margin-top: 110px;}
#wp-layer1 {
	position:absolute;
	left:272px;
	top:10px;
	width:728px;
	height:90px;
	z-index:1;
}
#wp-layer2 {
	position:absolute;
	left:1000px;
	top:10px;
	width:160px;
	height:600px;
	z-index:2;
}

html, body {
	background-color: #b5e5fa;
}
*/
