* {
    margin:0px;
    padding:0px;
}

body {
    font-family:Arial;
    font-size:12px;
    color:#5e5c5c;
    background-color:#ffffff;
}

html {
    overflow:scroll;
}

#container {
		background: url('../img/page-bg.gif') top left repeat-y;
    width: 962px;
    margin: 0 auto;
		padding: 0 11px 0 18px;
}

#container2 {
		background: url('../img/page-bg2.gif') top left repeat-y;
    width: 962px;
    margin: 0 auto;
		padding: 0 11px 0 18px;
}

#container .content_bg {
	background: url('../img/content-bg.gif') top left repeat-y;
}

/*
#container2 .content_bg {
	background: url('../img/content-bg-teaser.gif') top left repeat-y;
}
*/

#header {
    background-color:#ffffff;
    background-image:url(../img/header_border_right.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}

#header_border_left {
    display: none;
}

#header_content {
		background: url('../img/header_bg.jpg') top repeat-x;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
    width:960px;
    text-align:right;
}

#header_right {
    position:relative;
    float:right;
}

#logo {
    float:left;
    margin-bottom: 14px;
    padding-left:30px;
    padding-top:37px;
}

#search_box {
    position:absolute;
    right:0px;
    width:282px;
    background: url('../img/searchbox-bg.jpg') top repeat-x;
    text-align:left;
}

#nav_meta_top {
    height:37px;
}

* html #nav_meta_top {
    width:157px;
}

#nav_main {
    background: url('../img/nav_bg.jpg') repeat-x;
    height:42px;
    line-height:42px;
    text-align:center;
    position:relative;
}

.nav_main_border_bottom {
    width:968px;
    height:5px;
    clear:both;
    background-image:url(../img/nav_main_border_bottom.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#ececec;
}

#teaser {
    text-align:center;
}

#content {
    width:960px;
    margin:auto;
    position:relative;
    clear:both;
}

#content_home {
		padding: 25px 26px 30px 27px;
}

#nav_left {
    width:152px;
    background-color:#f9f9f9;
    float:left;
		min-height: 600px;
		margin-bottom: 100px;
}

#content_main {
    position:relative;
    width:808px;
    float:right;
}

#content_main_text {
    margin-top:28px;
    margin-left:28px;
    margin-right:28px;
    margin-bottom:28px;
}

#nav_breadcrumb {
    width:960px;
    height:23px;
    line-height:23px;
    margin:auto;
    background-color:#dfdfdf;
}

#footer {
		border-top: 1px solid #eeeded;
    width:960px;
    margin:auto;
    clear:both;
    background-color:#ececec;
}

#footer_top {
    width:960px;
    background-color:#ffffff;
}

#footer_copyright {
    float:left;
    font-size:11px;
    padding-left:10px;
    padding-top:6px;
    padding-bottom:3px;
}

#footer_printlink {
    float:left;
    padding-left:350px;
    padding-top:3px;
    padding-bottom:3px;
		display: none;
}

#footer_printlink a {
    font-size:11px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 4px;
    padding-left:10px;
}

#nav_meta_bottom {
    float:right;
}

#footer_line {
    width:960px;
    clear:both;
    height:10px;
    background-color:#dc0016;
}

#footer_border_bottom {
    width:992px;
    height:12px;
    background: url(../img/nav_main_border_bottom.jpg) top left no-repeat;
    margin: 0 0 10px -18px;
		position: absolute;
}

h1 {
		color: #dc0016;
    font-size:24px;
    display:block;
    margin:0px;
}

h2 {
    font-size:14px;
		margin-bottom: 10px;
}

h3 {
    font-size:12px;
		margin-bottom: 10px;
}

a {
    color:#5e5c5c;
    outline:none;
    text-decoration:none;
}

p {
    line-height:17px;
}

p a {
	  background: url('../img/arrow_link_next.jpg') center left no-repeat;
    color:#dc0016;
    outline:none;
		padding-left: 9px;
    text-decoration:none;
}

a:hover {
    color:#dc0016;
    text-decoration:underline;
}

#content_main_text ul {
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    list-style:none;
}

#content_main_text ul li {
    padding-left:10px;
    padding-bottom:5px;
    background-image:url('../img/arrow_list.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
    line-height:17px;
}

#content_main_text ul.csc-menu li {
    padding-left:10px;
    padding-bottom:3px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}


/* search box */

#search_box a {
    font-size:11px;
    font-weight:bolder;
    color:#ffffff;
    padding-left:17px;
    line-height:29px;
    text-decoration:none;
    background-image:url(../img/arrow_search.jpg);
    background-repeat:no-repeat;
    background-position:7px 3px;
}

*+html #search_box a {
    line-height:30px;
}

*html #search_box a {
    line-height:30px;
}

#search_box input.sword {
    width:198px;
    border:1px solid #ececec;
    padding:3px;
    margin:4px;
    float:left;
    font-size:11px;
}

#search_box input.button:hover {
    cursor: pointer;
}


/* nav_meta_top */

#nav_meta_top ul {
    list-style:none;
    font-size:11px;
    
}

#nav_meta_top ul li {
    float:left;
    background-image:url('../img/seperator_meta.jpg');
    background-repeat:no-repeat;
    background-position:0px 0px;
    padding-top:5px;
}

#nav_meta_top ul li a {
    display:inline;
    color:#828282;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
    display:block;
}

#nav_meta_top ul li a:hover {
    text-decoration:underline;
}


/* nav_main */

#nav_main ul {
    list-style:none;
    font-size:13px;
    font-weight:bold;
    color:#ffffff;
}

#nav_main ul li {
    float:left;
    width:137px;
    z-index:40;
    display:block;
}

#nav_main ul li.last {
	width: 138px;
}

#nav_main ul li.act a {
    color:#5e5c5c;
    background-color:#ffffff;
    border-top:1px solid #dc0016;
    border-bottom:1px solid #dc0016;
    height:40px;
    background-image:none;
    margin-left:-1px;
}

#nav_main ul li a {
    color:#ffffff;
    text-decoration:none;
    display:block;
    border-top:1px solid #dc0016;
    border-bottom:1px solid #dc0016;
    height:40px;
    background-image:url(../img/seperator_navi.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}

#nav_main ul li.first a  {
    margin-left:0px;
    border-left:none;
}

#nav_main ul li a:hover {
    color:#5e5c5c;
    background-color:#ffffff;
    background-image:none;
    margin-left:-1px;
    position:relative;
}

#nav_main ul li.act a:hover {
    margin-left:-1px;
}

#nav_main ul li.first a:hover {
    margin-left:0px;
    border-left:0px;
}

#nav_main ul li.last a {
    background-image:none;
}


/* nav_left */

#nav_left ul {
    list-style:none;
    margin-top:26px;
    margin-bottom:20px;
}

#nav_left ul a {
    color:#dc0016;
    border-bottom:1px solid #ececec;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
}

#nav_left ul a:hover {
    color:#5e5c5c;
    text-decoration:none;
}

#nav_left ul li.level1act a {
    color:#5e5c5c;
    background-color:#ffffff;
}

#nav_left ul li.level2 a {
    padding-left:17px;
    background-image:url(../img/navi_left.jpg);
    background-repeat:no-repeat;
    background-position:10px 15px;
}

#nav_left ul li.level2 a:hover {
    background-image:url(../img/navi_left_act.jpg);
}

#nav_left ul li.level2act a {
    color:#5e5c5c;
    padding-left:17px;
    background-image:url(../img/navi_left_act.jpg);
    background-repeat:no-repeat;
    background-position:10px 15px;
}

#nav_left ul li.level3 a {
    padding-left:20px;
    background-image:url(../img/navi_left.jpg);
    background-repeat:no-repeat;
    background-position:15px 15px;
}

#nav_left ul li.level3 a:hover {
    background-image:url(../img/navi_left_act.jpg);
}

#nav_left ul li.level3act a {
    color:#5e5c5c;
    padding-left:20px;
    background-image:url(../img/navi_left_act.jpg);
    background-repeat:no-repeat;
    background-position:15px 15px;
}

#nav_left ul li.level4 a {
    padding-left:25px;
    background-image:url(../img/navi_left.jpg);
    background-repeat:no-repeat;
    background-position:20px 15px;
}

#nav_left ul li.level4 a:hover {
    background-image:url(../img/navi_left_act.jpg);
}

#nav_left ul li.level4act a {
    color:#5e5c5c;
    padding-left:25px;
    background-image:url(../img/navi_left_act.jpg);
    background-repeat:no-repeat;
    background-position:20px 15px;
}


/* nav_meta_bottom */

#nav_meta_bottom ul {
    list-style:none;
    font-size:11px;
}

#nav_meta_bottom ul li {
		background: url('../img/seperator_meta_bottom.jpg') bottom left no-repeat;
		height: 18px;
		float: left;
		padding-top: 5px;
}

#nav_meta_bottom ul li a {
    display:inline;
    color:#828282;
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
}

#nav_meta_bottom ul li a:hover {
    text-decoration:underline;
}


/* container home */

.container {
   
}

.container img {
    padding-bottom:8px;
}

.container_left {
    float:left;
}

.container_right {
    float:left;
}

.container ul {
    list-style:none;
}

.container ul li {
    padding-left:10px;
    padding-bottom:3px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}

#hllogo {
    position:absolute; 
    left:361px;
    top:197px;
}

#entertainment {
    position:absolute; 
    left:198px;
    top:424px;
    z-index:300;
}

#multiformat {
    position:absolute; 
    left:37px;
    top:143px;
}

#company {
    position:absolute; 
    left:107px;
    top:290px;
}

#onlinegames {
    position:absolute; 
    left:244px;
    top:55px;
}

#services {
    position:absolute; 
    left:590px;
    top:334px;
}

#consoles {
    position:absolute; 
    left:725px;
    top:213px;
}

#pc {
    position:absolute; 
    left:602px;
    top:62px;
    z-index:300;
}


/* fce */

.fce-image-box {
    width:222px;
    background-image:url('../img/fce_image_box_border_left.jpg');
    background-repeat:no-repeat;
    background-position:top right;
}

.fce-image-box-media {
    width:175px;
}

.fce-image-box-media-border {
    width:175px;
    background-image:url('../img/fce_image_box_media_border_left.jpg');
    background-repeat:no-repeat;
    background-position:top right;
}

div.fce-image-box .fce-image-box-headline {
    width:217px;
    height:30px;
    line-height:30px;
    background-color:#d7d7d7;
}

.fce-image-box-headline h3 {
    color:#dc0016;
    font-size:14px;
    padding-left:10px;
    padding-bottom:0px;
    text-transform:uppercase;
}

div.fce-image-box .fce-image-box-image {
    width:217px;
    height:132px;
    background-color:#ffffff;
    text-align:center;
}

div.fce-image-box-media .fce-image-box-image {
    width:170px;
    height:220px;
    background-color:#ffffff;
    text-align:center;
}

div.fce-image-box-media .fce-image-box-image-small {
    width:170px;
    height:130px;
    background-color:#ffffff;
    text-align:center;
}

.fce-image-box-image img,
.fce-image-box-image-small img {
    padding-top:10px;
}

div.fce-image-box .fce-image-box-border-bottom {
    width:222px;
    height:6px;
    background-image:url('../img/fce_image_box_short_border_bottom.jpg');
    background-repeat:no-repeat;
}

div.fce-image-box-media .fce-image-box-border-bottom {
    width:173px;
    height:6px;
    background-image:url('../img/fce_image_box_media_border_bottom.jpg');
    background-repeat:no-repeat;
}

div.fce-image-box-media .fce-image-box-headline {
    width:170px;
    line-height:30px;
    background-color:#d7d7d7;
}

div.fce-image-box-media .fce-image-box-headline p {
    padding-left:10px;
    padding-top:0px;
    padding-bottom:5px;
    margin:0px;
    line-height:20px;
}

#content_main_text div.fce-image-box-links ul li {
    background-image:url(../img/arrow_download.jpg);
    padding-left:15px;
}

.fce-three-cols-col {
    float:left;
    width:222px;
    margin-right:36px;
}

.fce-three-cols-col-last {
    float:left;
    width:222px;
}

.fce-three-cols ul {
    list-style:none;
    padding-left:15px;
    padding-top:10px;
    margin:0px;
}

.fce-three-cols ul li {
    padding-top:0px;
    padding-left:10px;
    padding-bottom:3px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
    margin:0px;
    line-height:16px;
}

.fce-three-cols ul li a {
    font-size:12px;
    font-weight:normal;
}

.fce-three-cols ul.csc-menu {
    margin-bottom:20px;
}

.fce-two-cols-col-left {
    float:left;
    width:350px;
}

.fce-two-cols-col-right {
    float:right;
    width:350px;
}

.fce-two-cols-topic {
	margin-bottom: 18px;
}

.fce-two-cols-topic-col-left {
    float: left;
    margin-right: 10px;
}

.fce-two-cols-topic-col-right {
    float: left;
    width: 450px;
}

.fce-four-cols-col {
    float:left;
    width:215px;
    margin-right:15px;
}

.fce-four-cols-col-last {
    float:left;
    width:176px;
}

.fce-box-grey {
    background-color:#f5f5f5;
    padding:15px;
}

.fce-line {
    height:1px;
    font-size:1px;
    border-bottom:1px solid #d7d7d7;
    margin: 20px 0;
}

.fce-link-flagde {
    background-image:url('../img/flag2_de.jpg');
    background-repeat:no-repeat;
    padding-left:35px;
    padding-bottom:5px;
}

.fce-link-flagen {
    background-image:url('../img/flag2_en.jpg');
    background-repeat:no-repeat;
    padding-left:35px;
    padding-bottom:10px;
}

/* frontend editing admin panel */

table.typo3-editPanel,
td.typo3-editPanel-controls,
td.typo3-editPanel-label {
    background-color:transparent;
    border:none;
}

table.typo3-editPanel {
    padding-top:10px;
    padding-bottom:10px;
}


/* sitemap */

#content_main_text #sitemap ul li a {
	color: #DC0016;
}

#content_main_text #sitemap ul li {
    background-image:url('../img/arrow_link.jpg');
}

#content_main_text li.csc-sitemap-level1 {
    font-weight:bold;
    padding-bottom:5px;
    border-top:1px solid #d7d7d7;
    padding-top:15px;
    margin-top:10px;
    background-position:0px 20px;
}

#content_main_text li.csc-sitemap-level2 {
    padding-left:25px;
    background-position:15px 5px;
    padding-bottom:5px;
}

#content_main_text li.csc-sitemap-level3 {
    padding-left:45px;
    background-position:35px 5px;
    padding-bottom:5px;
}

#content_main_text li.csc-sitemap-level4 {
    padding-left:65px;
    background-position:55px 5px;
    padding-bottom:5px;
}

#content_main_text li.csc-sitemap-level5 {
    padding-left:85px;
    background-position:75px 5px;
    padding-bottom:5px;
}

#content_main_text li.csc-sitemap-level1-first {
    border-top:none;
    padding-top:0px;
    margin-top:0px;
    background-position:0px 5px;
}


/* content elements */

.csc-textpic-caption {
    font-size:11px;
}

.csc-uploads a {
    font-weight:bold;
}

div.csc-uploads-file {
    padding-bottom:5px;
}

div.csc-uploads-file-description {
    float:left;
}

div.csc-uploads-file-description a {
    padding-left:15px;
    background-image:url('../img/arrow_download.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}

div.csc-uploads-file-size {
    float:right;
}

div.csc-table table {
    border:0;
    background-color:#ffffff;
    margin:0px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}

div.csc-table table thead tr th {
    background-image:url('../img/table_th_bg.jpg');
    background-repeat:repeat-x;
}

div.csc-table table tr td,th {
    padding:5px;
    border-top:2px solid #ccc9ca;
    border-left:1px solid #d5d9dd;
}

div.csc-table table tr.tr-even td {
    background-color:#f3f1f1;
}


/* indexed_search */

div.tx-indexedsearch-searchbox {
    display:none;
}

div.tx-indexedsearch-browsebox {
    padding-bottom:15px;
}

div.tx-indexedsearch-res {
    padding-bottom:15px;
}

div.tx-indexedsearch-res h3 {
    font-size:12px;
    padding-bottom:5px;
		margin-bottom: 0;
}

div.tx-indexedsearch-res h3 a {
    color:#5e5c5c;
    padding-left:10px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}

div.tx-indexedsearch-res h3 a:hover {
    color:#dc0016;
}

p.tx-indexedsearch-descr {
    padding-left:10px;
}

div.tx-indexedsearch-browsebox p {
    margin-bottom:10px;
}

#content_main div.tx-indexedsearch-browsebox ul.browsebox {
    background: #f5f5f5 url('../img/searchbg.jpg') top repeat-x;
    height:33px;
    line-height:33px;
    text-align:center;
    position:relative;
    padding: 7px 140px 0 140px;
    margin:0px;
}

#content_main_text div.tx-indexedsearch-browsebox ul.browsebox li {
    display:inline;
    height:29px;
    line-height:29px;
    background-image:none;
}

div.tx-indexedsearch-browsebox ul.browsebox li a {
    color:##DC0016;
}

div.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
    color:#5e5c5c;
}

div.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover {
    color:#5e5c5c;
    text-decoration:none;
}

.paging_next {
    width:19px;
    height:19px;
    border:none;
    position:absolute;
    right:120px;
    top:11px;
}

.paging_prev {
    width:19px;
    height:19px;
    border:none;
    position:absolute;
    left:120px;
    top:11px;
}


/* tt_news */


div.news-list-item {
    padding-bottom:15px;
}

div.news-list-container h2 {
    font-size:12px;
    padding-bottom:5px;
}

div.news-list-container h2 a {
    color:#5e5c5c;
    font-weight:bold;
    padding-left:10px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}

div.news-list-container h2 a:hover {
    color:#dc0016;
}

div.news-list-container h3 {
    font-weight:normal;
    padding-left:10px;
    padding-bottom:0px;
}

span.news-list-date {
    padding-right:5px;
    font-weight:normal;
}

span.news-single-date {
    font-weight:bold;
    float:left;
    padding-right:10px;
}

div.news-list-browse {
    background-color:#ffffff;
    margin-bottom:15px;
    height:29px;
    line-height:29px;
    text-align:center;
    position:relative;
}

div.news-list-browse a {
    color:#dc0016;
}

div.news-list-browse span.active {
    font-weight:bold;
    padding-left:3px;
    padding-right:3px;
}

div.news-list-browse span.inactive {
    padding-left:3px;
    padding-right:3px;
}

div.news-single-backlink {
    padding-top:10px;
    padding-bottom:10px;
}

div.news-single-backlink a {
    padding-left:10px;
    background-image:url('../img/arrow_link.jpg');
    background-repeat:no-repeat;
    background-position:0px 5px;
}


/* contact form */

div.tx_mailformplus_col {
    float:left;
    width:170px;
}

div.tx_mailformplus_body {

}

div.tx_mailformplus_field {
    padding-bottom: 10px;
}

div.tx_mailformplus_field input,
div.tx_mailformplus_field textarea {
		border: 1px solid #d3d3d3;
    padding:7px 2px 0 2px;
    font-family:Arial;
    font-size:12px;
    color:#000000;
    width:198px;
		height: 20px;
}

div.tx_mailformplus_field textarea {
    height:100px;
		width: 436px;
}

div.tx_mailformplus_field input.radio {
		border: 0;
    margin-right:3px;
    width:15px;
}

div.tx_mailformplus_field label {
    width:120px;
    float:left;
		padding-top: 7px;
}

div.tx_mailformplus_body .fce-line {
	margin-top: 10px;
}

input.button {
    background: url('../img/button_bg.jpg') top repeat-x;
    color:#ffffff;
    border: 1px solid #dc0016;
    padding:4px;
    font-weight:bold;
    float:right;
}

input.button:hover {
    cursor:pointer;
    background: #be0002 none;
}

p.error-message {
    color:red;
    padding:5px;
    border:1px solid #ff0000;
    margin-bottom:10px;
}

#content_home .three-cols {
	margin-bottom: 0;
  padding-top: 20px;
}

#content_home .three-cols-first {
	width: 154px;
	border-right: 1px solid #d3d3d3;
	height: 170px;
}

#content_home .three-cols-second {
	margin: 0 0 0 30px;
	width: 475px;
}

#content_home .three-cols-second h1 {
	color: #5e5c5c;
	font-size: 16px;
	margin-bottom: 10px;
}

#content_home .three-cols-third {
	width: 246px;
}

#content_home .three-cols-third .csc-textpic-caption {
	color: #848484;
	font-size: 10px;
}

#content_home .three-cols-third img {
	margin-right: 11px;
}

div.csc-table table.fakten {
	border: 0;
	margin-bottom: 10px;
}

div.csc-table table tr td,
div.csc-table table tr.tr-even td {
	background: none;
	border: 0;
	padding: 3px 0;
	width: 138px;
}

#container2 #content_main {
	float: left;
	width: 648px;
}

#right_teaser {
	float: right;
	padding: 25px 10px;
	width: 140px;
}

#container2 #content_main .fce-two-cols-col-left {
	float: left;
	width: 276px;
}

#container2 #content_main .fce-two-cols-col-right {
	float: right;
	width: 276px;
}

.three-cols {
	margin-bottom: 20px;
}

.three-cols .three-cols-first {
	float: left;
	width: 229px;
}

.three-cols .three-cols-second {
	float: left;
	margin-left: 20px;
	width: 229px;
}

.three-cols .three-cols-third {
	float: right;
	width: 229px;
}

.box {
	background: url('../img/box-top-bg.gif') top repeat-x;
	border: 1px solid #f1f1f1;
	height: 119px;
	padding: 0 0 29px 0;
	position: relative;
}

.box h2 {
	color: #dc0016;
	line-height: 29px;
	padding: 0 0 0 10px;
	margin: 0;
}

.box p {
	padding: 10px;
}

.box a {
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	bottom: 8px;
	left: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
}

#container #content_main_text {
	margin: 28px 40px;
}

.csc-text {
	margin-bottom: 5px;
}

.csc-uploads .csc-filelinks-file {
	background: url('../img/dl-bg.gif') top left repeat-x;
	height: 42px;
	line-height: 42px;
	margin-bottom: 2px;
}

.csc-uploads a {
	color: #dc0016;
}

.csc-uploads .csc-filelinks-fileicon {
	height: 42px;
	display: block;
	margin-right: 10px;
	float: left;
	border-right: 1px solid #ffffff;
	width: 49px;
}

.csc-uploads .csc-filelinks-fileicon img {
	margin: 10px 0 0 15px;
}

h1.marginbottom {
	margin-bottom: 15px;
}

h2.marginbottom {
	margin-bottom: 10px;
}

.boxredborder {
	background: #f5f5f5 url('../img/boxredborder-bg.gif') top repeat-x;
	border: 2px solid #dd041a;
	padding: 5px;
}

#right_teaser h1 {
	color: #5e5c5c;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}

#right_teaser img {
	border: 1px solid #d3d3d3;
}

#right_teaser img {
	margin-bottom: 20px;
}

#right_teaser .csc-textpic img {
	margin-bottom: 15px;
}

#right_teaser .csc-text {
	background: #f6f6f6;
	border: 1px solid #f1f1f1;
	padding: 15px 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

#right_teaser .csc-text h1 {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 14px;
	border: 0;
	color: #dc0016;
}

#right_teaser .csc-text p {
	line-height: 12px;
}

#right_teaser .csc-textpic-imagewrap {
	margin-bottom:0px;
}

#right_teaser .csc-textpic {
	width: 140px;
}

#right_teaser .csc-textpic-text {
	padding: 0 10px 20px 10px;
	font-size: 11px;
}

.csc-textpic-imagewrap {
	margin-bottom: 20px;
}

.three-cols-second .csc-textpic-imagewrap {
  margin-bottom: 10px;
}

h2.red {
	color: #DC0016;
	margin-bottom: 10px;
}

.2cols-werbeform .2cw-left {
	float: left;
	width: 290px;
}

.2cols-werbeform .2cw-right {
	float: right;
	width: 290px;
}

.csc-textpic-imagerow {
	margin-bottom: 5px;
}

.pagefunctions {
	border-top: 1px solid #d3d3d3;
	margin: 0 30px 20px 30px;
	padding: 10px 10px 0 10px;
}

.pagefunctions a.back {
	background: url('../img/arrow_link_prev.jpg') left center no-repeat;
	float: left;
	padding-left: 10px;
}

.pagefunctions a.print {
	background: url('../img/arrow_link_next.jpg') left center no-repeat;
	float: right;
	padding-left: 10px;
}

.five-cols-first {
	float: left;
	width: 181px;
}

.five-cols-second {
	float: left;
	width: 181px;
}

.five-cols-third {
	float: left;
	width: 181px;
}

.five-cols-fourth {
	float: left;
	width: 181px;
}

.five-cols-sixth {
	float: left;
	width: 181px;
}

.twocols-werbeform .twocolsw-left {
	float: left;
	width: 300px;
}

.twocols-werbeform .twocolsw-right {
	float: left;
	width: 292px;
}

.twocols-werbeform .twocolsw-left a {
	display: block;
	color: #dc0016;
	margin-bottom: 8px;
}

#mmlogo {
	position: absolute;
	bottom: 31px;
	left: 22px;
}

.infotable {
	font-size: 11px;
}

.infotable td {
	padding: 8px;
}

td.border {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

table tr.bg {
	background: #fdfdfd url('../img/table-head-bg.gif') top left repeat-x;
}

.fce-four-cols-col .fce-cover,
.fce-four-cols-col-last .fce-cover {
	margin-left: 39px;
}

.csc-textpic {
  margin-bottom: 20px;
}