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

/* GLOBAL RESET *****************************************/	

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

/********************************************************/


/* GENERAL STYLES ***************************************/

html, body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.clearer {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;	
}

/* Text Styles */

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 16px;
}


/* Headings */

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #003d95;
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
}
h2 {
	margin: 0 0 0px 0;
	padding: 0;
	color: #003d95;
	font-weight: normal;
	font-size: 17px;
	line-height: 17px;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #003d95;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

/* Links */

a, span.news-latest-morelink a {
	color: #003d95;
	text-decoration: none;
	cursor: pointer;
}
a:hover, span.news-latest-morelink a:hover {
	color: #000000;
	text-decoration: underline;
}

ol { margin-left: 20px;}

/********************************************************/


/* WEBSITE SETUP ****************************************/

#pageContainer {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	height: 165px;
	margin: 0;
	padding: 0;
	color: #777777;
}
#header .active {
	color: #003d95;
}
#header a {
	color: #777777;
	text-decoration: none;
}
#header a:hover {
	color: #003d95;
	text-decoration: underline;
}
#sound {
	height: 13px;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
}
#logo {
	margin: 0 60px 0 0;
	padding: 0;
	float: left;
}
#allover {
	margin: 12px 0 0 0;
	padding: 3px 0 0 0;
	float: left;
}

/* Search */

#search {
	margin: 12px 60px 0 0;
	padding: 0;
	float: left;
}
#search label {
	margin: 0;
	padding: 3px 4px 0 0;
	float: left;
}
#search_container {
	float: left;
	background: url(../img/input_search.gif) no-repeat 0 0;
}
.inputSearch {
	width: 132px;
	height: 16px;
	margin: 2px 3px 0 2px;
	padding: 2px 4px 0 4px;	
	background: none;
	border: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #6a819a;
	float: left;
}
.submitSearch {
	width: 27px;
	height: 22px;
	margin: 0 0 0 0;
	padding: 0;	
	border: none;
	float: left;
}

/* Finder */

#finder {
	width: 164px;
	height: 22px;
	margin: 12px -1px 0 0;
	padding: 0;
	float: right;
	background-image: url(../img/input_finder.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#companyFinder {	
	margin: 0;
	padding: 0;
	z-index: 30;
}
#companyFinder li {	
	margin: 0;
	padding: 0;
	list-style: none;
}
#companyFinder li a {
	width: 132px;
	height: 18px;
	margin: 1px 0 0 1px;
	padding: 2px 5px 0 5px;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #6a819a;
	text-decoration: none;
}
#companyFinder li a.first {
	white-space: nowrap;
	overflow: hidden;
	width: 136px;
}
#companyFinder li a:hover {	
	color: #41576f;
	text-decoration: none;
}
#companyFinder div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 2px 0 0 0;
	background-image: url(../img/input_finder_dropdown.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#companyFinder div a {
	width: 126px;
	height: auto;
	margin: 0 0 0 0;
	padding: 7px 6px 0 12px;
	position: relative;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #6a819a;
	line-height: 10px;
	background-image: url(../img/input_finder_arrow.gif);
	background-position: 7px 9px;
	background-repeat: no-repeat;
}
#companyFinder div a:hover {	
	color: #41576f;
	text-decoration: none;
}

/* Main Navigation */

#mainNavigation {
	/*margin: 56px 0 0 0;*/
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
}
#mainNavigation ul {
	margin: 0 -26px 0 0;
	padding: 0;
	list-style-type: none;
}
#mainNavigation ul li {
	margin: 0 26px 0 0;
	padding: 0;
	display: inline;
}
#mainNavigation ul li a {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #777;
	text-decoration: none;
}
#mainNavigation ul li a:hover {
	color: #000;
	text-decoration: none;
}

#mainNavigation ul li.active a {
	color: #003d95;
	font-size: 17px;
	font-weight: bold;
}
#mainNavigation ul li.active a:hover {
	color: #000;
}

/* Footer */

#footer {
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	clear: both;
	border-top: 1px solid #85a3c2;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
	text-transform: uppercase;
}
#footerLinks {
	margin: 0;
	padding: 4px 0 0 2px;
	float: left;
}
#copyright {
	margin: 0;
	padding: 4px 2px 0 0;
	float: right;
}

/********************************************************/


/* HOME CONTENT *****************************************/

#homeContainer {
	margin: 10px 0 0 0;
	padding: 0;
}
#homeLeft {
	width: 470px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#homeCenter {
	width: 150px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#homeRight {
	width: 310px;
	margin: 0;
	padding: 0;
	float: left;
}
#homeContainer h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #003d95;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}


/* Flash Banner */

#flashBanner {
	height: 250px;
	margin: 25px 0 0 0;
	padding: 0;
} 
#flashcontent {
	height: 250px;
	margin: 0;
	padding: 0;
}
#noflash {
	height: 250px;
	margin: 0;
	padding: 0;
}
#noflash div {
	height: 185px;
	margin: 0;
	padding: 65px 0 0 0;
	background-image: url(../img/border_6er.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#noflash h1 {
	margin: 0 0 7px 32px;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 42px;
	line-height: 42px;
}
#noflash p {
	margin: 0 0 0 36px;
	padding: 0 200px 0 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

/* Cards */

#cards {
	margin: 0;
	padding: 0;
	clear: both;
}
#cards div.top {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_3er_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#cards div.middle {
	min-height: 140px;
	margin: 0;
	padding: 0 0 0 12px;
	background-image: none;
	background-color: #FFFFFF;
}
#cards div.bottom {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_3er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#cards div.content {
	width: 146px;
	margin: 0 5px 3px 0;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
}
#cards p {
	margin: 0;
	padding: 0 14px 0 0;
	text-align: right;
}

/* Partners */

#partners {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
#partners div.top {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_3er_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#partners div.middle {
	min-height: 95px;
	margin: 0;
	padding: 0 12px 0 12px;
	background-image: none;
	background-color: #FFFFFF;
}
#partners div.bottom {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_3er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#partners div.content {
	display: block;
	width: 148px;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}
#partners img {
	margin-left: 19px;
}

#partners div.csc-textpic img { margin:0; }

/* News */

#news_content h3 {
	width: 104px;
}

#news {
	margin: 0;
	padding: 0;
	clear: both;
}
#news h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #003d95;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	float: left;
}
.news-list-item {
	margin-bottom: 15px;
}
.news-list-item-image {
	float: right;
}
.news-list-item h2 {
	margin: 6px 0;
}

.news-list-item img {
	margin: 0 0 6px 0;
}

.news-list-category {
	display: inline;
}

.news-amenu-container {
	margin-top: 15px;
}
#rssFeed {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: right;
}
#rssFeed a {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(../img/feed.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#rssFeed a:hover {
	text-decoration: none;
	background-image: url(../img/feed_add.png);
}
#news div.top {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border-dark-line_1er_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#news div.middle {
	min-height: 265px;
	margin: 0;
	padding: 0 12px 0 12px;
	background-image: none;
	background-color: #e8eef3;
	border-left: 1px solid #85a3c2;
	border-right: 1px solid #85a3c2;
	
	/* safari fix */
	border-bottom: 1px solid #e8eef3;
}
#news div.bottom {
	height: 10px;
	margin: -1px 0 0 0;
	padding: 0;
	background-image: url(../img/border-dark-line_1er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#news div.content {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #85a3c2;
	clear: both;
}
#news div.contentLast {
	margin: 0;
	padding: 0 0 3px 0;
}

/* Actions */

#actions {
	margin: 0;
	padding: 0;
	clear: both;
}
#actions div.top {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border-line_2er_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#actions div.middle {
	min-height: 265px;
	margin: 0;
	padding: 0 12px 0 12px;
	background-image: none;
	background-color: #FFFFFF;
	border-left: 1px solid #85a3c2;
	border-right: 1px solid #85a3c2;
}
#actions div.bottom {
	height: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border-line_2er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#actions div.content {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #85a3c2;
	clear: both;
}
#actions div.contentLast {
	margin: 0;
	padding: 0 0 3px 0;
}
#actions div.image {
	width: 84px;
	margin: 0;
	padding: 0;
	float: left;
}
#actions div.image img {
	margin: 0;
	padding: 0;
	border: 1px solid #85a3c2;
}
#actions div.text {
	width: 190px;
	margin: -2px 0 0 0;
	padding: 0;
	float: left;
}
/********************************************************/


/* OVERVIEW/DETAIL CONTENT ******************************/

#contentContainer {
	margin: 25px 0 0 0;
	padding: 0;
}
#sidebarLeft {
	width: 150px;
	margin: 0;
	padding: 0 0 25px 0;
	float: left;
}
#sidebar_bottom {
	position: relative;
	height: 25px;
	background-image: url(../img/border_1er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#mainContent {
	width: 790px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(../img/border_5er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* Second Navigation */

#secondNavigation {
	background-color: #fff;
}

#secondNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#secondNavigation li {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #85a3c2;
	background-color: #FFFFFF;
}
#secondNavigation li.active {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #85a3c2;
	background-color: #003d95;
}
#secondNavigation li a {
	margin: 0;
	padding: 4px 12px 4px 12px;
	display: block;
	font-weight: bold;
	color: #555555;
}
#secondNavigation li a:hover {
	color: #003d95;
	text-decoration: underline;
}
#secondNavigation li.active a {
	color: #FFFFFF;
	background-color: #003d95;
}
#secondNavigation li.active a:hover {
	text-decoration: underline;
}
#secondNavigation li a.first {
	padding: 6px 12px 4px 12px;
	background-image: url(../img/nav_border_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Third Navigation */

#secondNavigation li a.third {
	padding: 4px 12px 4px 28px;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../img/nav_line.gif);
	background-position: 18px 11px;
	background-repeat: no-repeat;
}
#secondNavigation li.active a.third {
	font-weight: normal !important;
	background-image: url(../img/nav_line_hover.gif);
	background-position: 18px 11px;
	background-repeat: no-repeat;
}
#secondNavigation li.active a:hover.third {
	font-weight: normal !important;
	background-image: url(../img/nav_line_hover.gif);
	background-position: 18px 11px;
	background-repeat: no-repeat;
}

/* Content */

#mainpanel ul {
	list-style-type: disc;
	margin-left: 15px;
}
#content {
	margin: 0;
	padding: 0;
	clear: both;
}
#content div.top {
	min-height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_5er_top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#content div.middle {
	min-height: 300px;
	margin: 0;
	padding: 0 25px 0 25px;
	background-image: none;
	background-color: #FFFFFF;
}
#content div.bottom {
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url(../img/border_5er_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}
#content p {
	margin: 0 0 15px 0;
	padding: 0 50px 0 0;
	line-height: 16px;
}
#content p.overture {
	margin: 0 0 25px 0;
	padding: 0 80px 0 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
#content p.small {
	margin: 0 0 15px 0;
	padding: 0 50px 0 0;
	font-size: 11px;
	line-height: 13px;
}
#content div.imageLeft {
	margin: 0 12px 12px 0;
	padding: 0;
	float: left;
}
#content div.imageRight {
	margin: 0 0 12px 12px;
	padding: 0;
	float: right;
}
#content div.line, #content div.csc-frame-rulerAfter {
	margin: 25px 0 25px 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #85a3c2;
}

#content .wettbewerb label { display: inline; float: none; }
#content .wettbewerb ul { list-style-type: none; margin: 5px 0 10px; }

/* Teaser */

#teaser {
	margin: 0;
	padding: 0;
	clear: both;
}

#teaser:after,
.news-list-item:after,
.csc-textpic:after,
.wettbewerb li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #teaser,
* html .news-list-item,
* html .csc-textpic,
* html .wettbewerb li {height: 1%;}
*+html #teaser,
*+html .news-list-item,
*+html .csc-textpic,
*+html .wettbewerb li {min-height: 1%;}

#teaser h3 {
	margin: 0 0 6px 0;
	padding: 0;
	color: #003d95;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}
#teaser p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#teaser div.content {
	width: 177px;
	height: 200px;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size:12px;
	float: left;
	background-image: url(../img/teaser4er.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#teaser div.contentLast {
	width: 177px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-size:12px;
	float: left;
	background-image: url(../img/teaser4er.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#teaser div.text {
	height: 100px;
	margin: 0;
	padding: 10px 12px 0 12px;
}
#teaser div.image {
	margin: 0;
	padding: 0 10px 0 10px;
}

.news-latest-container a {
	cursor: default;
	color: #333;
	text-decoration: none;
}

#langchooser, .tx-srlanguagemenu-pi1 {
	display: inline;
}
#langchooser { text-transform:uppercase; }

.csc-mailform {}
.tx-thmailformplus-pi1 fieldset { margin: 10px 0; border-bottom: 1px solid #85A3C2; }
.tx-thmailformplus-pi1 legend { font-weight: bold; margin-bottom:5px; }
.error { margin-bottom:10px; color: red; }
.csc-mailform-field, .tx_powermail_pi1_fieldwrap_html { margin-bottom:5px; }

.csc-mailform-field:after, .tx_powermail_pi1_fieldwrap_html:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .csc-mailform-field, * html .tx_powermail_pi1_fieldwrap_html {height: 1%;}
*+html .csc-mailform-field, *+html .tx_powermail_pi1_fieldwrap_html {min-height: 1%;}

.csc-mailform-field label, .tx_powermail_pi1_fieldwrap_html label { width: 120px; float: left; }
.csc-mailform textarea, .tx_powermail_pi1_fieldwrap_html textarea { width: 288px; }
.powermail_mandatory_js { color: #f00; }
legend { display: none; }

.tx-srfreecap-pi2-cant-read, .tx_powermail_pi1_fieldwrap_html_captcha_description, .captcha { display:block; margin-left: 120px; }
.tx-srfreecap-pi2-cant-read { color: #333; font-family:Calibri,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px; }

.tx-indexedsearch-title { font-weight: bold; font-size: 14px; }

.browsebox { margin-bottom: 15px; }
.tx-indexedsearch-rules { display: none;} 

.news-amenu-container h3, #secondNavigation .news-amenu-container li.news-amenu-item-year,#secondNavigation li.news-amenu-no-items { padding: 4px 12px 4px 12px; font-size:13px; line-height:16px; border-bottom:1px solid #85A3C2; margin:0; color: #003D95;}
#secondNavigation li.news-amenu-no-items { color: #555; } 


.mc-dinersshops { font-size: 11px; margin: 10px 0; border-top: 1px solid #85A3C2; }
.mc-dinersshops-entry { border-bottom: 1px solid #85A3C2; }
.mc-dinersshops-merchant_name { font-weight: bold; }
/********************************************************/

#disclaimer_ok { background-color: #003e95; color: white; padding: 5px 15px; font-weight: bold; border: 2px solid #002e85; border-color: #005eb5 #002e85 #002e85 #005eb5; }











/********************************************************/

