/* FONTS */
/* RESET // HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #9e1b27; color: #fff; text-shadow: none; }
::selection { background: #9e1b27; color: #fff; text-shadow: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
h1, h2, h3, h4, h5, h6{ margin:0; padding:0;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding:0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; margin-right: 10px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .headerWrapper,
  #mainAreaRight,
  #mainAreaFooter,
  .print-coupon,
  a.see-all-coupons-link,
  .baseEntryMenu,
  #cm-breadcrumbs{display: none;}
  #printedFrom{display: block !important;}
}

/*:::::::::::::*/

body{
	background: #0e4b75;
	background-attachment:fixed;	
}

body, th, td, div, input, select, textarea, button, h2, h3{
	font-family: Verdana, Arial, Helvetica; 
    font-size: 11px;
    color: #525252;
    text-decoration: none;
}

h1, h2, h3, h4, .title, .subtitle {	
    color: #4f4f4f;
    font-family: 'DroidSansBold', "Arial", "Helvetica", "Verdana", "Sans Serif";
}

h1{
	font-size: 22px;
/*	padding-top: 10px;*/
	margin-bottom: 10px;
}

h2, .subtitle {
    font-size: 16px;
    margin: 0;
    margin-bottom: 12px;
}

h1, h2{
    width: 515px;	
}

h3, .subsubtitle {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 5px;
    line-height: 16px;
    font-weight: bold;
}
h2.intro-text{
	font-size:12px;
	font-weight:normal;
}
h3.heading-large{
	padding:0;
	margin:0;
	font-size: 16px;
	margin-bottom:15px;
}

h4 {
    margin: 6px 0px 2px 0px;
    padding: 0px 0px 2px 0px;
}

h4, .plainbold, .infoBoxTitle {
    font-size: 11px;
    margin-top: 6px;
    line-height: 16px;
    font-weight: bold;
}

.letterpress-light {
	text-shadow: 0px 1px 1px #fff;
}

.headline-wrapper h2.letterpress-light.long,
.long{
	width:auto;
}

.title {
    margin: 5px 0px 5px 0px;
    line-height: 25px;
}

/* Standard lists */
ul{		
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li{
	margin: 0;
	background: transparent url('../../images/cm2/bullet-red.gif') no-repeat center left;
	padding: 5px 0;
	padding-left: 10px;	
}

/* Links */
a, .a, .quotes { 
	color: #525252; 
	text-decoration:none;
/*	border-bottom: 1px dotted #7e7e7e;*/
}
#contact_disclaimer_text_2 p a{ 
  color: #9F1A24 !important;
}
a:visited { color: #8d8d8d; }
a:hover { 
	color: #9F1A24; 
	border-bottom: 1px dotted #9F1A24;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }



/* Line height for paragraphs and lists */
p, ul, ol {
    line-height: 1.4 em;
}

/* background pattern */
.cmPattern{
	background: transparent url('../../images/cm2/bg-blue-gradient-bottom.png') repeat-x left 726px;
	background-attachment:fixed;
	padding-top: 1px;
	padding-bottom: 20px;
}

/* Content Wrapper  */
.cmContentWrapper{
	position: relative;
	width: 1005px;
	margin :0px auto;
	background: #fafafa;
	border: 1px solid #e3e4e8;
	
	/* drop shadow */
		/* for good browsers */
		-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0, 0.3);
		box-shadow: 0px 0px 15px 5px rgba(0,0,0, 0.3);			
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#737373')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#737373');
	
	/* rounded corners */
    -webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	
}

/* Hitcounter */
#hitcounter{
	position:fixed;
	top:-9999px;
	left:-9999px;
}

/* Header Wrapper */
.headerWrapper{
	border:0;
}

/* city-map logo Wrapper */
.top_banner_logo{
	width: 140px;
	float: left;
	border-right: 1px solid #fff;
}

/* headerRightColumn */
.headerRightColumn{
	width: 864px;
	float: left;	
	height: 116px !important;
	position:relative;
	background: #243060;
}

/* Top banner */
#topCMBackground, #cmWww, #topBanner .top_banner_logo {
    float :left; 
    border-right: 1px solid #ffffff;
}

#topBanner {
    background-color: #2A2A58;
    height: 97px;
}

#topBanner .top_banner_category_image {
    float: left;
}

#topBanner .top_banner_category_image img{
	z-index: -4;
}
#topBanner .top_banner_category_image img.banner1{
	width: 862px; 
	height: 97px;
}
#topBanner .top_banner_category_image img.banner2{
	width: 500px; 
	height: 96px; 
	float: left;
}
#topBanner .top_banner_category_image img.banner3{
	width: 150px; 
	height: 94px; 
	float: left;
}
#topBanner .top_banner_category_image img.banner4{
	width: 490px; 
	height: 97px;
}

#topCMBackground {
    width: 639px; 
}

/* Toolbar */
#toolbar{
	position: absolute;
	top:0;
	right:0;
	color: #fff;
	background: transparent url('../../images/cm2/blue-gradient-right-left.png') repeat-y top right;
	float:right;
	width: 350px;
	height: 95px;
	text-align: right;
}

.current_date{
	font-weight: bold;
	color: #fff;
	display:block;
	padding: 4px 6px;
}

.domain-name a{
	color: #fff;
	text-decoration:none;
	padding: 4px 6px;
}

.current_date,
.domain-name a,
#language_selection{
	font-size: 10px;
}

/* Language selection */
#language_selection{
	width:140px;
	float: right;
	background: transparent url('../../images/cm2/bg-language-selection.png') no-repeat top right;
	padding-top: 4px;
	z-index:999;
	position:relative;
}

#language_selection span{
	display:block;
	width:auto;
	color:#fff;
	text-align: center;	
	cursor: pointer;
	margin-bottom: 5px;	
}

#language_selection ul{
	display:none;
	text-align:left;
	list-style: none;
	padding:0;
	margin:0;
}

#language_selection:hover {
	background-position: right -24px;
}
#language_selection:hover ul {
	margin-left:2px;
  	display: block;
  	position: absolute;
  	margin-top: -1px;
}

#language_selection ul li{
	background: none;
	padding:0;
	margin: 0;
	display: block;
	position: relative;
}

#language_selection ul li a,
#language_selection ul li a:hover{
	color: #fff;
	display:block;
	text-decoration: none;
	background:#103B61;
	width: 127px;
	padding:4px 5px;
	border:1px solid #fff;
	border-bottom: 1px dotted #447eb6;
	border-top:0;
	border-right:0;	
	-webkit-box-shadow:  0px 2px 3px 2px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 2px 3px 2px rgba(0, 0, 0, 0.25);            
}

#language_selection ul li a:hover{
	background: #447eb6;
}

#language_selection ul li a img{
	margin-right: 3px;	
}

/* CUSTOMER SCREENSHOT */

a img.customer-screenshot{
	width: 290px;
	height: 220px;
	float: right;
}

/* STYLES FOR ALL IMAGES */
#title_map_country_map > img,
#title_map_land_map > img,
.title_infobox > a img,
.news_article > a img,
.screenshot-thumb,
.screenshot-placeholder,
.overviewBoxSmall a img,
.overview-image,
.mainAreaRightContent img,
#resultTable td img,
#resultTable td.real_estate_result_image .no-immo-image,
.movie-list-thumb,
a img.customer-screenshot,
.lunchImagePreview a img,
.image{
	border: 1px solid #fff;
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
}


/* Main navigation */
.topNavigation{
	border:0;
}

#cm-navigation{
	position: absolute;
	left:0;
	bottom: 0;
	background: transparent url('../../images/cm2/bg-navigation-red.png') no-repeat center top;
	width: 864px;
/*	height: 39px;*/
	height: 25px;
	border:0;
	border-bottom: 1px solid #d3d3d3;
	clear:both;
}

#cm-navigation > ul{
	list-style:none;
}

#cm-navigation > ul > li{
	display:block;	
	background: none;
	float:left;
	padding: 0;
	margin: 0 0 0 40px;
}

#cm-navigation > ul > li#marketplace{
	margin-left: 7px;
	width: 145px;
	text-align: center;
}
	
#cm-navigation > ul > li > a,
#cm-navigation > ul > li > a.cm-top-navigation-active{
	margin-top:2px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 10px;
	color: #e8e8e8;
	text-decoration:none;
	border:0;
}

#cm-navigation > ul > li > a:hover{
	color: #a52331;	
	color: #0e3960;
	color: #fff;
}

#cm-navigation > ul > li > a.cm-navigation-link-active{
	/*
	border-bottom: 1px solid #a51720;	
	*/
}

#cm-navigation > ul > li > a.cm-navigation-link{
	/*
	background: #ad1821 url('../../images/cm2/red-gradient.png') repeat-x bottom left;
	border-bottom: 1px solid #fff;
	*/
}

/* SUBMENU */
#marketplace-submenu-wrapper{
	display: none;
	z-index:999;
}

#marketplace-submenu-top-border{
	width: 570px;	
	margin-left: -4px;
	margin-top: -5px;	
	background: transparent url('../../images/cm2/bg-subnavigation-top-border.png') no-repeat bottom center;
	height: 10px;
}

#marketplace-submenu{
	background: transparent url('../../images/cm2/bg-subnavigation-big.png') no-repeat bottom center;
	border-top: 1px solid #8fafc8;
	width: 560px;	
	border-top:0;
	margin-top: 5px;
	margin-left: -4px;
	padding: 2px 5px 10px;
}

#marketplace-submenu #more-countries{
	float:left;	
	margin-top: 7px;
	width:100%;
}

#marketplace-submenu #more-countries ul{
	list-style: none;
	border:0;
	margin-left: 3px;
}
	
#cm-navigation ul li#marketplace:hover #marketplace-submenu-wrapper,
#cm-navigation ul li#marketplace:hover #marketplace-submenu-top-border{
	display: block;
	position: absolute;
}

#cm-navigation ul li#marketplace:hover > a{
	color: #0e385f;
	margin-top: -1px;
	padding-top: 6px;
	background: transparent url('../../images/cm2/bg-navigation-active.png') no-repeat top left;
}

/* More countries */
#more-countries h4{	
	color: #0e385f;
	margin: 0;
	padding-top: 6px;
	text-align: center;
}

#marketplace-submenu #more-countries ul li {	
	background: none;
	margin: 0;
	padding: 0;		
	color: #0e385f;
}

#marketplace-submenu #more-countries .country_flag {
    width:16px;
    height: 11px;
    margin-top:2px;
    float: left;
	display: block; 
	margin-right: 5px;
}

/* Sprite image generated by http://css.spritegen.com CSS Sprite Generator */
.country_flag_tr, 
.country_flag_cz, 
.country_flag_en, 
.country_flag_at, 
.country_flag_si, 
.country_flag_nl, 
.country_flag_dk, 
.country_flag_pl, 
.country_flag_de { 
	background: url('../../images/cm2/sprite_flags.png') no-repeat; 
}

.country_flag_tr { background-position: -3px -0px; }
.country_flag_cz { background-position: -22px -0px; }
.country_flag_en { background-position: -41px -0px; }
.country_flag_at { background-position: -3px -14px; }
.country_flag_si { background-position: -22px -14px; }
.country_flag_nl { background-position: -41px -14px; }
.country_flag_dk { background-position: -3px -28px; }
.country_flag_pl { background-position: -22px -28px; }
.country_flag_de { background-position: -41px -28px; }


#marketplace-submenu #more-countries ul li a,
#marketplace-submenu #more-countries ul li a:hover, 
#marketplace-submenu #more-countries ul li a:visited {		
	width: 100px;
	float: left;
	border:none;
	display: block;
	color: #0e385f;
	border-right: 1px solid #f0f0f0;
	text-decoration:none;
	padding: 5px;
	font-size:10px;
}
.small-title{
	font-size: 13px;	
}

/* Mini Overview */
.mini-overview-wrapper{
	float: left;
    width: 294px;
    padding:0;    
}

.mini-overview-row{
	margin:0;
	padding:0;
}

.mini-overview-wrapper a{
	display: block;	
	padding:6px 10px;	
}


.mini-overview-wrapper a:hover,
#marketplace-submenu #more-countries ul li a:hover,
.neighbours-wrapper ul li a:hover{	
	background: #f5f5f5;
}

.mini-overview-wrapper a:hover{
	border:0;
}

.mini-overview-row h4{
	width:160px;
	padding:0;
	float:right;
	color: #0e385f;
	cursor: pointer;
}

.mini-overview-row .overview-image{
	margin:0;
	padding:0;
}

/* Breadcrumbs */
#cm-breadcrumbs {
	color: #0e385f;
    border:0;
    padding:6px;
/*    padding-left:140px;*/
    width: auto;
    height: 14px;
    font-size: 10px;
}

#cm-breadcrumbs > a{
	text-decoration: none;
	border:0;
	color: #0e385f;
}

#cm-breadcrumbs > a:hover{
	color: #a52331;	
}

/* Neighbour Regions*/
.neighbours-wrapper{		
	width:265px;
	float:right;	
	padding: 0;
	border-left: 1px solid #f2f2f2;
}


#marketplace-submenu .neighbours-wrapper:hover h4,
#marketplace-submenu .neighbours-wrapper h4{		
	color: #0e385f;
	text-align: center;
}

#marketplace-submenu .neighbours-wrapper ul {
}

#marketplace-submenu .neighbours-wrapper:hover ul{		
	display: block;
}

#marketplace-submenu .neighbours-wrapper:hover h4{	
}

#marketplace-submenu .neighbours-wrapper ul li{
    background: none;	
    padding:0;
    margin:0;
}

#marketplace-submenu .neighbours-wrapper ul li a,
#marketplace-submenu .neighbours-wrapper ul li a:hover{	
	color: #0e385f;
	display: block;
	padding: 6px;
	margin:0;
	border-bottom: 1px solid #f2f2f2;
	text-decoration:none;
	text-align: left;
}

#marketplace-submenu .neighbours-wrapper ul li a:hover{	
	background: #f5f5f5;
}

/* Main area content wrapper */

.mainAreaWrapper{
	background: #fafafa url('../../images/cm2/bg-content-wrapper.jpg') repeat-x top left;
	padding-bottom:20px;
}

/* Printed From */
#printedFrom{
	visibility: hidden;
	display: none;
}

/* Main area content */

#mainAreaContent{
	position: relative;
/*	background: transparent url('../../images/cm2/silhouette-DE.png') no-repeat top right;*/
	width: 696px;
	min-height: 700px;
	float: left;
	border :0;
	padding: 0 17px;
}

#mainAreaContentFrame, 
#mainAreaContentColor, 
#perlBody, #customerId, .mainAreaColor {
	border:0;
    background-color: transparent;
}

#mainAreaRight{
	padding-top: 12px;
	width: 275px;
	min-height: 900px;
	float:left;
	background: transparent url('../../images/cm2/main-content-shadow.png') no-repeat top left;
}

.mainAreaRightContent img{
	
}

.mainAreaRightBox {
    margin-top: 15px;
}

.mainAreaRightTitle {
	border: 0;
	width: 267px;
	height:	57px;
	background: url('../../images/cm2/headline.png') no-repeat top left;	
	margin-bottom: -20px;
}

.mainAreaRightTitle.infopage-list {
	margin-left:-10px;
}

.mainAreaRightTitleText {
    display: block; 
    color: #fff;
    padding: 7px 0px 0px 10px;
	font: 14px/16px  "Arial", "Sans Serif";
	text-shadow: 0px 1px 1px #b54957;
}

.mainAreaRightContent {
	padding: 0 15px;
}

#mainAreaContentHeadlines h1,
#mainAreaContentHeadlines h2{
	width:650px;
}

#mainAreaFooter{
	background: #af3146 url('../../images/cm2/red-gradient.png') repeat-x bottom left;
	color: #fff;
    margin: 0;
    padding: 10px;
    width: auto;	
    text-align: center;
    
   	/* rounded corners */
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

#mainAreaFooter a{
	color: #fff;
}

#contentWrapper{
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

.headline-wrapper{
	padding: 0 5px;
}

/* Introduction text */
.intro{
	display: block;
	font-size: 13px;
	margin-bottom: 13spx;
	width: 515px;
}

.intro p{
	font-size:11px;
	text-shadow: 0px 1px 1px #fff;
}

.intro p a,
.partner-search-ad a{
	color: #9b1822;
	border-bottom: 1px dotted #9b1822;
}

.partner-search-ad{
	background: #fff;
    float: right;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 250px;	
    border: 1px solid #a7c0d3;
}

/* MAPS */
.overview,
#title_map{
	background: transparent url('../../images/cm2/bg-gradient-white.png') no-repeat top center;
	margin: 0 auto;
    padding: 25px 19px 0;
    width: 658px;
}

#title_map h2,
#title_map_landlist h2,
#title_map_premiumlist h2{
	margin:0;
	padding:0;	
}
#title_map_landlist h2,
#title_map_premiumlist h2{
	margin-bottom: 5px;
}

#title_map_landlist,
#title_map_premiumlist{
	margin:0;
	padding:0;	
	width: 203px;
	float: left;	
}

#title_map_premiumlist{ 
	width:173px;
	float: right; 
}

#title_map_landlist ul li,
#title_map_premiumlist ul li{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
	
#title_map_country_map{	
	width: 250px;
	float:left;
}

.title_infobox > a img,
.news_article > a img{
	max-width: 50px;
	max-height: 50px;
	float:left;
 	margin: 0 10px 10px 0;
}

#title_showmapname{
	width: 240px;
	height: 20px;
	text-align:center;
	padding:5px;
	color: #000;		
    font-size: 13px;
}

.other-categories{
	margin-top: 20px;
}
.link-to-category-list{
	float: right;
	width: 100px;
	text-align: right;
}

/* FEDERAL STATE */

#title_map_land_map{
	max-width: 410px;
	max-height: 410px;
	float: left;
}

#title_map_regionlist{
	width: 210px;
	height: 415px;
	padding-left: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: right;	
}

#title_map h2.region-selection{
	margin:0;
	margin-bottom: 18px;
	width: 650px;
}

#title_map_regionlist ul{
	width:99%;
	margin-left: -20px;
}


/* OVERVIEW LIST */
.overview{
	padding: 19px;
	position:relative;
	min-height: 195px;
}

h2 span.small-heading-text{
	font-size: 11px;
}

.overview-image{
	width: 100px;	
	height: 70px;
	float: left;
	margin: 0 15px 15px 0;
}

.overview-list{
	width: 175px;
	float: left;
	display: block;
}

.overview-list.left{
	margin-right: 13px;
}

/* SHOW MORE LINKS - NAVIGATION */ 
	.register-my-event,
	.show-more-links{
		width: 175px;
		position: absolute;	
		top: 5px;
		right: 4px;
	}
	
	.register-my-event,
	.show-more-links span,
	.show-more-links span:hover{
		width: 165px;
		height: 17px;
		margin:0;
		padding: 5px;
		background: transparent url('../../images/cm2/bg-show-more-links-title.png') no-repeat top center;
		font-size: 12px;		
		font-weight: normal;
		text-align: center;
		display:block;
	}

	.show-more-links ul{
		display: none;
	}

	.show-more-links:hover ul {
		margin-top: -1px;
	  	display: block;
	  	width: 172px;
	  	position: absolute;
		border: 1px solid #d9dde1;
		border-top:0;
		-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
	    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);  
	    z-index:999;
	}
	
	.show-more-links:hover span{
		background-position: 0px -28px;
	}	
	
	.show-more-links ul li{
		background: #dfe8ef;
		border-top: 1px solid #c4d5e2;
	}
	
	.event-small-title{
		height:14px !important;
		overflow: hidden !important;
	}

/* REGISTER NOW */
	.overviewBox,
	.register-now,
	.overview-small-box,
	.real_estate_list_select{
		position: relative;
		width: 147px;
		height: 92px;
		padding: 10px;
		background: transparent url('../../images/cm2/bg-overview-boxes.png') no-repeat top center;
		float: right;
		margin-top: -4px;
		margin-right: -4px;
	}
	
	.overviewBox a,
	.register-now a,
	.overview-small-box a{	
		display: block;
		font-size: 10px;
		line-height: 1.2em;
	}
	
	.overviewBox a:hover,
	.register-now a:hover,
	.overview-small-box a:hover{	
		border: 0;
	}
	
	.overviewBox a,
	.register-now a{		
		color: #fff;
	}
	
/* OVERVIEW BOX */
	.overview-small-box,
	.real_estate_list_select{	
		background-position: bottom center;
	}	
	
	.register-now a.box-title,
	.overview-small-box a.box-title,
	.overview-small-box a.box-bottom-link{
		display: block;
		font-weight: bold;
	}
	
	a.box-bottom-link{
		width: 140px;		
		padding: 3px 10px;
		text-align: center;
		border-top: 1px dotted #fff;
		position: absolute;
		bottom:0;
		left:0;
		margin-bottom: 6px;
		margin-left:4px;
	}
	
	.overview-small-box ul li{	
		padding-top: 2px;
		padding-bottom: 2px;
	}


/* SEARCH FORM CITY + TRADE */
#search_city_branch{
	margin: 0 auto;
}

#search_city_branch label{
	display: block;
	padding: 5px 0;
	font-weight: bold;
	display: block;
	width: 330px;
	float: left;
}

#search_city_branch .main-search-button{	
	padding: 10px 20px;	
}

.overview form input[type="text"],
#search_city_branch input[type="text"],
#mainAreaRight form input[type="text"]{
	border: 1px solid #a5a5a5;
	padding: 5px;
	width: 270px;
}


.autocomplete input[type="text"],
#mainAreaRight form input[type="text"]{
	margin: 10px 0;
	width: 235px;
}

#mainAreaRight form input[type="button"]{
	padding: 4px;
}

.autocomplete input[type="text"]{
  border: 1px solid #d3d3d3;
  padding: 5px;
}
.autocomplete input[type="text"]#newLocation{
  margin-left:15px;
}

#search_city_branch .input-row {
	border:none;
	clear:both;
	margin-bottom: 20px;
}

#Suggestions {
    background: #fff;
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    padding: 5px;
	width: 270px;    
    border: 1px solid #4f4f4f;    
	border-top:0;
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);   
}

.SuggestionActive {
	color: #fff;
    background: #9b171f;
}

#sub_branch_name,
#search_city_branch #search{
	margin-left:330px;
}

#sub_branch_name{
	font-weight: bold;
	margin-bottom: 20px;
    margin-top: -10px;
}

/* TITLE BOX */
.infobox-wrapper{
	padding:0;	
}

.overviewBoxSmall,
.title_infobox{
	width: 194px;	
	height: 255px;
	float: left;
	background: transparent url('../../images/cm2/bg-gradient-white-small.png') no-repeat top center;
	padding: 15px;
	margin-right: 12px;
}

.overviewBoxSmall.last_box,
.title_infobox.last_box{
	margin: 0;
}

.title_infobox a {
	border:0;
}

.title_infobox  h2.letterpress-light{
	width: 194px;
	overflow: hidden;
}

.title_infobox a p{
	height: 60px;	
}

.title_infobox ul li{
	margin-left: 14px;
}

/* BASE ENTRY MENU */
.baseEntryMenuTop{
	width: 50%;
}

/* BASE ENTRY WRAPPER */
.base-entry-wrapper{
	padding: 0px 7px 15px;
}

/* IMMO + KFZ + WEATHER */

.bottom-links-wrapper{	
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #d3d3d3;
}

.bottom-links-wrapper a{	
	width: 82px;
	display: block;		
	float: left;
	background: transparent url('../../images/cm2/bullet-red.gif') no-repeat center left;
	padding:4px 0;
	padding-left: 10px;
}

.bottom-links-wrapper a:hover{	
	border:0;
}

.bottom-links-wrapper .bottom-left-link,
.bottom-links-wrapper .bottom-left-link:hover{
	border-right: 1px dotted #d3d3d3;		
	margin-right: 8px;
}

.small-box-text{
	float: right;
    min-height: 60px;
    width: 129px;
}

.overviewBoxSmall a:hover{
	border:0;		
}

/* CONTENT COLUMN */
.content-column{
	width:300px;
	float: left;
}

.content-column.right{
	float: right;
}

/* RIGHT COLUMN */
.mainAreaRightBox{
/*	background:red;*/	
}

/* SEARCH FORM */
#mainAreaRight form input[type="text"].search_form_input_small{
  width: 217px !important;
}

/* LINK TO MAPS */

.link-to-maps{
	background: url("../../images/cm2/globe.png") no-repeat left center;
    margin-bottom:15px;    
    display: block;
    font-size: 14px;
    padding: 5px 5px 5px 40px;
    width: 225px;	
    color: #000 !important;
}


.link-to-maps:hover{
	border:none;
	color:#98151d !important;
}

/* NEWS */
.news_article{
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom:15px;
}

.news_article > a {
	border:0;
}

p.news-title{
	font-weight:bold;	
}

/* SURFING TIPS */

#surfing-tips{
	list-style: none;
}

#surfing-tips li{
	background: none;
	padding: 15px;
	margin: 0;
}

#surfing-tips li a img.screenshot-thumb,
#surfing-tips .screenshot-placeholder,
#surfing-tips li a span{
	width: 210px !important;
/*	min-height: 159px !important;*/
}

#surfing-tips .screenshot-placeholder{
	height: 162px;
	background: #efeff1;
}

#surfing-tips li a span{
	display: block;
	padding: 7px 0;
	font-size: 11px;
	text-align: center;
}

/* FILTERS */

.selection-combo{
	width: 244px;
	margin: 10px auto;			
	margin-bottom: 20px;
}

.selection-combo h4{
	width: 234px;
	display: block;
	padding: 5px;
    border: 1px solid #7da2bf;    
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff url('../../images/cm2/bg-selection-combo-title.png') no-repeat center right;
}

.selection-combo ul{
	display: none;
	z-index:990;
}

.selection-combo:hover {	
	-webkit-box-shadow:  0px 4px 2px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 4px 2px 1px rgba(0, 0, 0, 0.25);  
}
.selection-combo:hover ul,
.selection-combo:hover ul.four-columns{
	margin-top: -2px;
	display: block;	
	background: #ebecee;
	width: 244px;	
  	position: absolute;
    border: 1px solid #7da2bf;    
	border-top:0;
	-webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);        
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.25);  
    -webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px; 
}
.selection-combo:hover ul.four-columns{
	z-index:800;
	border-radius: 5px 0px 5px 5px; 
	width: 600px;
	margin-left: -356px;
    border: 1px solid #7da2bf;    
}

.selection-combo:hover h4{
	border-radius: 5px 5px 5px 0px; 
	/* this works */
}

.selection-combo ul li{
	background: none;
	border-bottom: 1px dotted #d3d3d3;
	margin:0;
	padding:0;
}
.selection-combo ul.four-columns li{
	position:relative;
	width: 150px;
	overflow: hidden;
	float: left;
}

.selection-combo ul li a,
.selection-combo ul li a:hover{
	display: block;
	border: 0;
	padding: 5px 7px;
}

.selection-combo ul li a:hover{
	color: #fff;
	background: #0e3960;
}

.selection-combo ul li.last{
	border:0;	
}

/* OSM - ADDITIONAL CATEGORIES */
#aditionalCategory{
	padding:5px;
	border:1px solid #d3d3d3;	
}


/* WHAT'S NEW */
.overview-list li,
#whats-new li{
	border-bottom: 1px dotted #d3d3d3;
}

#whats-new li a{
	border:0;
}


/* GALLERY */

#galleria{
	width:990px; 
	height:370px;
	margin:0;
	padding:0;
	background: url("../gallery/gallery-bg.png") no-repeat scroll left top transparent;
	margin-top:20px;
}

/* POWERSITE + BASE ENTRY WRAPPERS */
/*  Powersite Container  */
html #baseEntryWrapper,  
html #powersiteWrapper{    
    position: absolute;
    top:0;
    left:0;
    width:100%;
    display:none;
    background:transparent url('../../images/powersite/overlay-bg.gif');
    z-index:999;
    overflow: auto;
}

html #baseEntryWrapper{
    padding:140px 0 70px;
    background:transparent url('../../images/powersite/overlay-baseentry-bg.png');
}   

/* H2 AND H3 SUBTITLES */
.cm_list_subtitle,
#cloudHeadline_inner h3{
	background: #af3146;
    background: -moz-linear-gradient(center top , #AF3146, #9B171F) repeat scroll 0 0 transparent;
	font: 13px/18px Verdana, Arial, Sans-Serif;
	color:#fff;
	border:1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-left: 4px;
    margin-top: 5px;
    padding: 3px 5px;
    width: 676px;
}

tr.odd td.sorting_2 {
	background: red;	
}


/* OPENING HOURS */

.openingHoursBaseName {
    display: block;
    float: left;
    font-weight: bold;
    width: 220px;
}
.openingHoursBaseTime {
    float: left;
    width: 120px;
}
.openingHoursBaseComment{
    float: right;
    width: 310px;
}

.mainAreaRightContent .openingHoursBaseComment{
	margin: 10px 0;
    width: auto !important;
}

/* CONTACT PAGE */
.contact-partner{	
	margin-bottom:20px;
}

.half-column{
	width:32%;
	float: left;
}

.half-column.right{
	width: 65%;
	padding-left:15px;
	border-left: 1px dotted #d3d3d3;	
}

.half-column a{
	border-bottom: 1px dotted #000;
}

.overview h1{	
	font-size: 16px;		
	padding:0;
	margin:0;
	margin-bottom: 15px;
}

.overview h3{	
	font-size: 14px;
}

.overview h3.infopage_header{	
	margin-top: -25px;
}

.overview .show-more-links h3{	
	font-size: 11px !important;	
}

.overview h1,
.overview h3,
.overview h4{
	font-family: "Verdana","Arial","Sans Serif";	
}

.overview h4{
	font-size: 12px;	
	margin:0;
	margin-bottom:10px;
}

.overview ol{
	padding-left: 20px;
}

.overview ol li{
	margin-bottom:1.5em;	
}

.overview.legal ul li{
	background-position: left 7px;
    margin-bottom: 1.4em;
    padding: 0 0 0 10px;
}

.overview.contact form{
	padding:0;
	margin:0;
}

.overview.contact form textarea{
	border: 1px solid #a5a5a5;
	resize: none;
	margin:0;
	float:right;
	height: 110px;	
	width: 448px;
	padding: 5px;
}
.overview .input-row{
	padding: 4px 0;
	border-bottom: 1px dotted #d3d3d3;	
}

.overview.contact .input-row.last{
	border:0;
}

.overview.contact form label{
	display: block;
    float: left;
    margin-top: 4px;
    padding-right: 13px;
    text-align: right;
    width: 185px;
}

.overview.contact form input[type="text"]{
	width: 448px !important;	
	float: right;
}
.overview.contact form select{
	float: right;
	width: 460px !important;	
	padding:5px;
	border: 1px solid #a5a5a5;
}

.overview.contact form input[type="button"]{
	margin:10px 0;
	padding:10px;
	font-weight: bold;
}

.overview.contact form input[type="checkbox"],
.overview.contact form input[type="button"]{
	margin: 5px;
	margin-left: 27%;
}


/* OPENING HOURS - DETAIL*/
.overview .opening-hours-wrapper,
.overview .openingHoursComment{
	width: 300px;
	margin:0 auto;		
}

.overview .opening-hours-wrapper .clear.dotted-line{
	border-bottom: 1px dotted #d3d3d3;		
	padding-bottom: 10px;
	margin-bottom: 7px;
}

.overview .opening-hours-wrapper .openingHoursBaseName,
.overview .opening-hours-wrapper .openingHoursBaseTime{
	font-size: 14px;
}

.overview .opening-hours-wrapper .openingHoursBaseName{
    width: 150px;
}
.overview .opening-hours-wrapper .openingHoursBaseTime{
	
}

.overview a.red_link,
a.red_link{
  color: #98161e;
}

a.map-icon{	
	background: url("../../images/cm2/map-list-icon.png") no-repeat left center;
    margin-bottom:15px;    
    font-size: 14px;
    padding: 5px 5px 5px 40px;	
}
	
.mainAreaRightContent br.clear{
	display:none;	
}

/* COUPONS */

/*				  COUPONS  				  */
.coupon-list{
	width:595px;
	margin:0 auto;	
}
.single-coupon{
	width:598px;
	text-align:center;
	margin:0 auto;
	margin-top:7px;
}
.single-coupon,
.single-coupon:hover{
	width:267px;
	padding:5px;
	padding-top:30px;
	float:left;
	text-align:center;
	margin:6px 10px;
	background: url('../../images/cm2/bg-single-coupon.png') no-repeat top center;
	text-decoration: none;
}
.single-coupon:focus{
	outline:none;
}

.single-coupon_title{
	font-weight: bold;
	font-size:12px;
	color:#6d8faa;
	margin-bottom:10px;
}
.single-coupon_subtitle{
	color:#000;
}
.single-coupon_expires,
.single-coupon-city{
	color:#666;
	padding:5px;
	font-style:italic;	
}

.coupon-detail{
	width:650px;
	padding:5px;
	padding-top:30px;
	float:left;
	text-align:center;
	margin:0 auto;
	background: url('../../images/cm2/bg-coupon-detail.png') no-repeat top center;
	text-decoration: none;
}

.see-all-coupons-link{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0 auto;
}

/* MOVIES */

.list-separator{
	margin: 20px 0;
	border-bottom: 1px dotted #d3d3d3;
	
}

/* INFOPAGE LISTS*/

/*a img.infopage-list-preview-image{
	width: 70px;
	min-height: 70px;
}*/

.news_article.infopage{
	padding: 0 10px;	
}

.overview_ip_list {
	min-height: 150px !important;
	clear: both;
}
.overview_ip_list li {
    float: left;
    width: 300px;
}
.infopage_list_link,
.infopage_list_link:visited,
.infopage_list_link:hover {
	color: #FFFFFF;
    display: block;
    font: 14px/16px "Arial","Sans Serif";
    padding: 7px 0 0 10px;
    text-shadow: 0 1px 1px #B54957;
}

/* CSS3 TRANSITIONS FOR HOVER */
#marketplace-submenu .neighbours-wrapper ul li a:hover,
.mini-overview-wrapper a:hover,
#marketplace-submenu #more-countries ul li a:hover,
.neighbours-wrapper ul li a:hover,
.selection-combo ul li a:hover,
#language_selection ul li a:hover{
  -moz-transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

/* REGISTRATION */

.navigationBox{
	width: 255px;
	float:right;
}

form#region select{
	
	width: 250px;
	padding: 5px;
	border: 1px solid #a5a5a5;
	
}

form#company{
	width: 500px;
	
}

form#company input[type="text"]{
	width: 488px;	
}

form#company #postCode{
	width: 60px;
	float: left;
}
form#company #city{
	width: 410px;
	float: right;

}
div .formElementContent div .button,
.naviButton{	
	padding: 8px 10px;
	font-size: 12px;	
}

#contact_communication_allowed_retry{
	display: none;	
}

/* SUGGESTION BOX */
#branchSelect{
	position: relative;
}
#Suggestions{
	left: 20px; 
	top: 118px;
	width: auto !important;
}

.small-entry-description{
	margin-top: 5px;
	width: 300px;
	float: right;
	
}

/*      GREEN BUTTON 	*/ 
.vk_partner_more_infos_link{
    text-align:center;
	margin:10px auto;
}
a.vk_partner_more_infos_link ,a.vk_partner_more_infos_link:hover{
    width:303px;
    height:auto !important;
    height:34px; 
    min-height:34px;
    display:block;
    font-size:16px;
    text-align:center;
    padding:0px;
    padding-top:10px;
    color:#2f3742;  
    text-decoration:none;
    background:transparent url('../../images/baseentry_bottom_banner_button.png') no-repeat top left;      
}
a.vk_partner_more_infos_link:hover{
	background-position:0px -51px;
	border: 0;
	color: #000;
}

.vk_partner_more_infos_link.on-maps,
.vk_partner_more_infos_link.on-maps:hover{
	color: #fff;
	padding-top: 6px;
	position:absolute;
	font-size: 13px;
	right: 19px;
    top: 526px;
    z-index: 750;
    background:transparent url('../../images/cm2/bg_button_addurl_red.png') no-repeat top left;  
}

h2.letterpress-light.interactive_map_title{
	font-size: 16px;
}

/* PASSWORD REMINDER FORM */

.form_info,
.rightDistance{
	margin-bottom: 15px;
	
}

.button{
	padding: 5px 10px;
}

/* HELPERS */
	img.stats-image{
		border:none !important;
		box-shadow: none !important;
	}
	
	.small-print{		
		color: #aaa;
		display: block;
		text-align: right;
		font-style: italic;			
	}
	
	.bold{
		font-weight: bold;	
	}
	
	span.more, 
	.go-back{	
		background: transparent url('../../images/cm2/bullet-red.gif') no-repeat center left;
		clear: both;
		display: block;
		float:right;
		font-style: italic;
		font-weight: bold;
		margin-top: 13px;
		padding:4px 0;
		padding-left: 10px;
		width: 50px;
	}
	
	span.more.large-text{
		width: 110px;
	}
	
	span.more.news-large-text{
		width: 110px;
	}
	
	span.more.xxl-text{
		width: 250px;		
	}
	
	.go-back{	
		background: transparent url('../../images/cm2/go-back.gif') no-repeat center left;
		float:left;
		width:150px;
	}
	
	.clear{
		clear:both;
	}
	
	.clear.spacer{
		margin-bottom: 20px;
	}
	.clear.double-spacer{
		margin-bottom: 40px;
	}
	.clear.triple-spacer{
		margin-bottom: 55px;
	}

/* SEARCH FOR POST CODE*/
.post_code_column{	
	display: block;
	float:left;
	margin-bottom: 20px;
    width: 25%;	
}

.post_code_column p.post_code_column_title{	
	font-weight:bold;
}

/* AUTOCOMPLETE FOR SEARCH */
.search-highlight-text{
	background:#fffd9b;
	color:#000;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	background: #fff;
	z-index:9999;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}
.ui-helper-hidden-accessible{
	display:none;
}

.ui-menu {
	list-style: none;
	padding:0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	background:none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
	border-bottom: 1px solid #a5a5a5;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	color: #000;
	background: #ebecee;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* MARKETPLACE FORM ERRORS */

.formerror-info{
	color: red;
	position: absolute;
	left: 390px;
	padding:5px;
}

/* COMPANIES */
.register-now-link{display:inline-block;padding:4px 10px 4px;font-size:12px;font-weight:bold;line-height:18px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#fafafa;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);cursor:pointer;*margin-left:.3em;margin-top:10px;}
.register-now-link:hover{text-decoration:none !important;}

/* LUNCH LIST */
.lunch.lunchLine{
	padding:10px 0;
	border-bottom: 1px solid #efeff1;
}
.lunchImagePreview{
	width:100px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.lunch-title{
	font-size:13px;
	margin-bottom:10px;
}
.lunch-details{
	margin-top:10px;
}