﻿@charset "utf-8";
/* CSS Document */
/*
 * Site structure
 *
 * 090814	HE		Initial version
 * 090902	HE		Updated the site grid to standard 960-grid measures (www.960.gs)
 *					Removed obsolete col-sizes col70 & col30.
 */
 
/*
 * Main site containers 
 */
 
 @font-face {
  font-family: "BrownStd-Regular";
  src: url("./fonts/BrownStd-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/BrownStd-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/BrownStd-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/BrownStd-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/BrownStd-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/BrownStd-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/BrownStd-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
 
body {
	/*background: #f1eede url(../Img/top_bg.png) repeat-x 50% 0;*/
	height: 100%;
    font-family: 'BrownStd-Regular', 'Times New Roman', serif;
    font-size: 15px;
	font-weight: 400;
    line-height: 22px;
}

input {
	font-family: 'BrownStd-Regular', 'Times New Roman', serif;
}

div.siteHeader-container {
}
div.siteMain-container {
	background: #fff;
	border-radius: 0px;
	margin-top: 10px;
}
div.siteFooter-container {
	/*background: url(../Img/footer_bg.png) no-repeat 50% 100%;*/
	height: 260px;
	width: 100%;
	background: #000000;
}
div.siteHeader {
	/*height: 213px;*/
}
div.siteMain {
	min-height: 500px;
	padding-bottom: 20px;
}
div.siteFooter {
	/*background: transparent url(../Img/footer_bg.png) no-repeat 50% 100%;*/
	height: 260px;
	background-color: black;
}
div.siteHeader, div.siteMain, div.siteFooter {
	margin: 0 auto;
	width: 940px;
}
/*
 * Site header
 */
div.siteHeader {
}
div.sitelogo {
	/*margin-bottom: 36px;
	margin-top: 23px;*/
	float: left;
}
div.sitelogo img {
	float: right;
	padding: 4px;
}
div.sitelogo:after {
	content: '';
	display: block;
	clear: both;
}
/*
 * Sidebar container 
 */
div.siteSidebar {
}
/*
 * Content containers 
 */
div.siteContent {
}
div.siteContentFull {
	margin: 10px 0 0 0;
}
div.siteContentPopup {
}
div.siteContentIframe {
}
/*
 * Footer elements 
 */

div.siteBreadcrumbs {
	display: none;
	float: none;
	text-decoration: none;
	color: #a9a390;
	padding: 20px 10px;
	font-family: 'Source Sans Pro';
	font-style: italic;
}
div.siteBreadcrumbs a {
	color: #a9a390;
	text-decoration: none;
	font-size: 14px;
}
div.siteBreadcrumbs a b {
	color: #007CC1;
	font-weight: normal;
}
body.default div.siteBreadcrumbs {
	display: none;
	float: none !important;
}
div.siteBreadcrumbs {
}
div.siteOptions {
}
div.siteContact {
	/*float: right;*/
	width: 300px;
	margin-top: 60px;
	font-size: 15px;
	/*text-align: right;
	font-family: 'EB Garamond';*/
	color: #fff;
}

div.siteContact a {
	color: #FFF;
}

div.siteContact ul li {
	/*font-family: 'EB Garamond';
	font-size: 16px;
	line-height: 24px;*/
	color: #fff;
}
div.siteLogos {
}
ul.siteOptions {
	float: left;
	font-style: italic;
	font-family: 'Source Sans Pro';
	font-size: 14px;
}
ul.siteOptions a {
	color: #007CC1;
	margin-right: 20px;
}
ul.siteOptions li {
}
/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}
.col100 {
}
.col75 {
}
.col50 {
}
.col37 {
}
.col33 {
}
.col25 {
}
.page-popup {
}
/*
 * Errormessage control
 */
div.errormsg {
}
div.erroricon {
}
div.errortext {
}
/*
 * Search area
 */


ul.translateandlogin {
	float: right;
	display: inline-block;
	display: none;
}
ul.translateandlogin:after {
	content: '';
	display: block;
	clear: both;
}
ul.translateandlogin li {
	float: left;
	margin-left: 10px;
}
ul.translateandlogin li a.translate {
	background: #007CC1;
	color: #fff;
	padding: 6px 8px;
	font-size: 13px;
	font-style: italic;
	position: relative;
	top: 3px;
	text-decoration: none;
	border-radius: 0px;
	border: #51669a 1px solid;
}
ul.translateandlogin li a.login {
	background: #777774;
	color: #fff;
	padding: 5px 8px;
	border-radius: 0px;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	top: 3px;
	border: #61615a 1px solid
}
div.search_area {
	background: #fff;
   border-radius: 0px;
    margin-top: 1px;
    padding: 1px;
    width: 220px;
}
div.search_area .search_field {
	width: 175px;
	color: #004f00;
	font-size: 13px;
	font-style: italic;
	border: 0;
	font-family: 'EB Garamond';
    box-shadow:none;
    border-radius:0;
}
div.search_area .btn_search {
    background:transparent;
	border: 0;
    color: #524f46;
    cursor: pointer;
    font-family: "EB Garamond";
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    padding-right: 6px;
}
.devwatermark {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 144px;
	position: fixed;
	bottom: 49px;
	right: 8px;
	opacity: 0.05;
	z-index: 99;
	color: black;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
/* Object icons */

/* Object icon row description in object list */
ul.horizontal li.directsearch span {
	background-image: url('../Img/icons/mdpi/ico-bodirect.png');
}
ul.horizontal li.showonmap span {
	background-image: url('../Img/icons/mdpi/ico-bodirect.png');
}
ul.horizontal li.randomsort span {
	background-image: url('../Img/icons/mdpi/ico-random.png');
}
/* Object icons on object details */
span.ico_object_direct {
	background: transparent url('../Img/icons/mdpi/ico-bodirect.png') no-repeat 0 50%;
}
span.ico_object_random {
	background: transparent url('../Img/icons/mdpi/ico-random.png') no-repeat 0 50%;
}
.icon_objectlist_map img {
	background-image: url('../Img/icons/mdpi/ico-map.png');
	background-repeat: no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
}
.ico_objprop {
	background-size: 14px;
	width: 14px;
	height: 14px;
}
.ico_bodirekt {
	background-image: url('../Img/icons/mdpi/ico-bodirect.png');
	background-repeat: no-repeat;
}
.ico_random {
	background-image: url('../Img/icons/mdpi/ico-random.png');
	background-repeat: no-repeat;
}

/* Android HDPI (144 DPI) */
@media only screen and (min-resolution: 144dpi), only screen and (-webkit-device-pixel-ratio: 1.5) {
.ico_bodirekt {
	background-image: url('../Img/icons/hdpi/ico-bodirect.png');
	background-repeat: no-repeat;
}
.ico_random {
	background-image: url('../Img/icons/hdpi/ico-random.png');
	background-repeat: no-repeat;
}
}

/* Android XHDPI/Retina (192 DPI) */
@media only screen and (min-resolution: 192dpi), only screen and (-webkit-device-pixel-ratio: 2) {
.icon_objectlist_map img {
	background-image: url('../Img/icons/xhdpi/ico-map.png');
	background-repeat: no-repeat;
}
.ico_bodirekt {
	background-image: url('../Img/icons/xhdpi/ico-bodirect.png');
	background-repeat: no-repeat;
}
.ico_random {
	background-image: url('../Img/icons/xhdpi/ico-random.png');
	background-repeat: no-repeat;
}
/* Object icon row description in object list */
ul.horizontal li.showonmap span {
	background-image: url('../Img/icons/xhdpi/ico-map.png');
	background-size: 14px;
}
ul.horizontal li.directsearch span {
	background-image: url('../Img/icons/xhdpi/ico-bodirect.png');
	background-size: 14px;
}
ul.horizontal li.randomsort span {
	background-image: url('../Img/icons/xhdpi/ico-random.png');
	background-size: 14px;
}
/* Object icons on object details */
span.ico_object_direct {
	background: transparent url('../Img/icons/xhdpi/ico-bodirect.png') no-repeat 0 50%;
	background-size: 14px;
}
span.ico_object_random {
	background: transparent url('../Img/icons/xhdpi/ico-random.png') no-repeat 0 50%;
	background-size: 14px;
}
/*.btn_map {
        background-image: url('../Img/btn_map_xhdpi.png');
        background-size: 24px;
    }*/
}

/* Android XXHDPI (288 DPI) */
@media only screen and (min-resolution: 288dpi), only screen and (-webkit-device-pixel-ratio: 3) {
.ico_bodirekt {
	background-image: url('../Img/icons/xxhdpi/ico-bodirect.png');
	background-repeat: no-repeat;
}
.ico_random {
	background-image: url('../Img/icons/xhdpi/ico-random.png');
	background-repeat: no-repeat;
}
}

/* Android XXXHDPI (384 DPI) */
@media only screen and (min-resolution: 384dpi), only screen and (-webkit-device-pixel-ratio: 4) {
.ico_bodirekt {
	background-image: url('../Img/icons/xxxhdpi/ico-bodirect.png');
	background-repeat: no-repeat;
}
.ico_random {
	background-image: url('../Img/icons/xhdpi/ico-random.png');
	background-repeat: no-repeat;
}
}
/* 
 * General
 */
html {
}
body {
}
input, textarea, select {
}
pre, code, kbd {
}
strong, b {
}
em {
}
.ingress {
	font-family: 'EB Garamond';
	font-size: 16px;
	font-weight: bold;
}
.pre-amble {
}
.alert {
}
/*
 * Headers
 */
h1, h2, h3, h4, h5 {
	font-family: 'BrownStd-Regular';
	font-style: normal;
	color: #444444;
	margin-bottom: 10px;
	letter-spacing: -0.03em;
	line-height: 1.3;	
	font-weight: 600;
}
h1, h2.pagetitle {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
}
h2.header, h3.header {
}
.siteHeader h1 {
}
/*
 * Menus
 */
ul.topmenu li a {
}
ul.submenu li {
}
/*
 * Search area
 */	
div.search_area .btn_search {
}
/*
 * Boxes
 */
.box {
}
.primary h3, .secondary h3 {
}
.primary h4, .primary h3, .primary h2 {
	background: none;
	/*color: #fff;*/
	font-size: 20px;
	font-family: 'BrownStd-Regular';
	/*font-style: italic;*/
}
.secondary h4, .secondary h3, .secondary h2 {
	background: none;
	/*color: #fff;*/
	font-size: 20px;
	font-family: 'BrownStd-Regular';
	/*font-style: italic;*/
}
.box-rental h2, .box-resident h2 {
}
h2.localnews {
}
div.rental h2.rental {
	font-size: 24px;
}
span.button-list input {
}
a.link-large {
}
.siteBreadcrumbs, .siteOptions {
}
.siteContact {
}
div.siteHeader table {
}
ul.form {
}
.box ul.form {
}
.pageFooter input {
}
div.navbar div.text {
}
.tbl_list {
}
.tbl_cell_list_header {
}
.tbl_grid {
}
.agreetext, .infotext {
}
.infotext {
        font-size: 75% !important;
}
ul.mypage_profile_interest_header h4 {
	background: none;
	font-size: 18px;
}
/*
 * Styles used by content from the CM-editor in PortalAdmin
 *
 * 090824	HE		Initial version
 */
 
/* 
 * Snippets 
 */
.tbl_snippets_main {
}
.tbl_snippets_main_70 {
}
.tbl_snippets_main_hss {
}
.tbl_cell_snippet_spacer {
}
.tbl_cell_snippet_33 {
}
.tbl_cell_snippet_50 {
}
.tbl_cell_snippet_70 {
}
.tbl_cell_snippet_100 {
}
.link {
}
/*
 * Paragraphs
 */
p {
	font-family: 'BrownStd-Regular';
	font-size: 15px;
	font-weight: 400;
	color: #4c4c4c;
	line-height: 22px;
	margin-bottom: 10px;
}
p.mul-img img {
}
p.mul-plan img {
}
p.pNoEntries {
}
/*
 * Hyperlinks
 */
a {
	/*font-family: 'Source Sans Pro';*/
	font-size: 15px;
	color: #007CC1;
	text-decoration: none;
}
a.image {
}
a.planning {
}
a.bulleted {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	color: #007CC1;
}
a.icon-areainfo img {
}
/*
 * Form elements
 */
input, select, textarea {
	border: 1px solid #aab6d6;
	border-radius: 0px;
	padding: 2px
}
input, textarea {
}
input.no-border, table.no-border input, span.no-border input {
}
/*** Checkbox ***/
input.check, table.check input, span.check input {
}
/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label {
}
/*** Submit button ***/
.btn, .btn-disabled {
	background-color: #007CC1 !important;
	background-image: none;
	margin-top: 5px;
	line-height: 17px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: none;
	border: none;
	border-radius: unset;
	color: #fff !important;
	padding: 10px 16px;
	height: 34px;
}
input.btn_interest {
    background: #007CC1;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 32px;
    line-height: 25px;
    padding: 0 10px;
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox, .col75 .box-inner .textbox {
}
.col50 .box-inner .textarea, .col75 .box-inner .textarea {
}
/*
 * Horizontal rule 
 */
hr {
	background: #aab6d6;
	color: #aab6d6;
}
/*
 * Button list
 */
span.button-list input, span.button-list a {
}
span.button-list a {
}
span.button-list a.selected {
}
.rentalinfo input, .rentalinfo a {
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top:20px;
}

div.navbar .btn {
    margin:0;
}
div.navbar .text, div.navbar .text a {
    font-size: 12px;
}
/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
	background: #E3E2DD;
	border: 0;
	border-radius: 0px;
	font-family: 'Source Sans Pro'
}
div.pageHeader, div.pageSubHeader {
}
div.pageFooter {
	background: #E3E2DD;
	border: 0;
	border-radius: 0px;
}
div.pageFooter input {
}
/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}
div.validator-valid {
}
div.validator-unvalid {
}
span.validation-summary {
}
span.forminfo-icon {
}
span.forminfo-text {
}
/*
 * Landlord presentation
 */
div.landlord-area {
}
div.landlord-img {
}
div.landlord-img img {
}
ul.landlord-list {
}
ul.landlord-list li {
}
ul.landlord-list li div.label {
}
/* 
 * Image text 
 */
div.image-text-basic {
}
div.image-text-basic img {
}
div.article {
}
/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}
span.ico_p-direct {
}
span.ico_object_direct {
}
span.ico_storage-direct {
}
/* NEWS DATE */
span.newsdate {
}
/* COMMENT*/	
span.comment {
}
/* 
 * Table list
 */
table.tbl_list {
}
table.tbl_list tr td {
	background: #007CC1;
	padding: 4px;
	color: #fff;
}
table.tbl_list tr.tbl_cell_list_header td {
}
/* 
 * Table grid
 */
table.tbl_grid {
}
table.tbl_grid tr td {
}
.headerstyle {
}
.alternate {
}
/*
 * Control specific styles
 */
div.ImageTextStyles {
}
/*
 * Search Area Results
 */
div.search_results {
}
div.search_results .search_textfield_area {
}
div.search_results .navbar {
}
/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
	font-family: 'Source Sans Pro';
	font-size: 20px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
/*** Setup basic menu look ***/
ul.topmenu {
	background: #fff;
	/*width: 950px;
	height: 65px;*/
	border-radius: 0px;
	padding-left: 118px;
	/*position: relative;
	top: 10px;
	left: 10px;*/
	float: left;
}
ul.topmenu li {
}
	ul.topmenu li a {
		/*line-height: 65px;
		height: 65px;
		color: #007CC1;
		font-size: 100%;
		text-decoration: none;
		padding: 0 21px;*/
		color: #494949;
		padding-top: 32px;
		padding-bottom: 32px;
		font-weight: 700;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		font-style: normal;
	}
		ul.topmenu li a:hover {
			color: #1A1A1A !important;
		}
/*** Selected item or selected child-item ***/
	ul.topmenu li.selected a {
		/*background: #007CC1;*/
		color: #007CC1;
		/*height: 59px;
	border-top: 6px solid #777774;
	line-height: 51px;*/
	}
	ul.topmenu li.childselected a {
		/*background: #007CC1;*/
		color: #007CC1;
		/*border-top: 6px solid #777774;
		height: 59px;
		line-height: 51px;*/
	}
	ul.topmenu li.selected a:hover {
		color: #1A1A1A !important;
	}
ul.topmenu li.childselected a:hover {
}
/*** Element padding ***/
ul.submenu {
	background: #E3E2DD;
	display: block;
	color: #fff;
	width: 220px;
	padding: 0px;
	border-radius: 0px;
	padding-top: 5px;
}
ul.submenu ul {
}
ul.submenu ul a {
}
ul.submenu ul ul a {
}
/*** Link styles ***/
	ul.submenu a {
		font-family: 'Source Sans Pro';
		font-size: 15px;
		text-decoration: none;
		color: #494949;
		display: block;
		line-height: 25px;
		border-bottom: none;
		font-weight: normal;
		padding: 4px 0 7px 10px;
		font-weight: bold;
		/*font-style: italic;*/
	}
		ul.submenu a:hover {
			color: #1A1A1A !important;
		}
/*** Special styles ***/
ul.submenu li {
}
ul.submenu li.selected {
	/*border-top: 6px solid #777774;
	color: #fff;
	background: #007CC1;*/
}
	ul.submenu li.selected a {
		color: #007CC1;
		/*background: #007CC1;*/
		display: block;
		padding-left: 10px;
	}
ul.submenu li.selected a:hover {
	color: #7b8ebf;
}
ul.submenu li.collapsed {

}
ul.submenu li.expanded {
}
ul.submenu li.expanded.childselected {

}
ul.submenu li.expanded {

}
ul.submenu li.expanded a:hover {
	color: #d4dbee;
}
ul.submenu li.expanded.childselected {
	background: #7b8ebf;
	width: 220px;
	border-top: 6px solid #777774;
}
ul.submenu li.expanded.childselected a {

}
ul.submenu li.expanded.childselected ul li a {
	background: transparent;
	padding-left: 15px;
}
/*** Special styles ***/
ul.submenu li.expanded:before {
    background:#007CC1;
    border-radius:0;
    content: "\f056";
    color: #aab6d6;
    font-family: FontAwesome;
    font-size: 16px;
    height: 13px;
    line-height: 14px;
    margin-top: 8px;
    padding-right: 4px;
    position: absolute;
    right: 9px;
    text-decoration: none;
    vertical-align: middle;
    width: 9px;
}
ul.submenu li.collapsed:before {
    background:#007CC1;
    border-radius:0;
    content: "\f055";
    color: #aab6d6;
    font-family: FontAwesome;
    font-size: 16px;
    height: 13px;
    line-height: 14px;
    margin-top: 8px;
    padding-right: 4px;
    position: absolute;
    right: 9px;
    text-decoration: none;
    vertical-align: middle;
    width: 9px;
}

/*
 * Ordered/Unordered lists 
 */
ul, ol {
}
/*ul li {
	font-family: 'EB Garamond';
	font-size: 16px;
	line-height: 24px;
}
ol li {
	font-family: 'EB Garamond';
	font-size: 16px;
	line-height: 24px;
}*/
ul.mypage_profile {
	border-bottom: 1px solid #aab6d6;
	list-style-type: none;
	padding-bottom: 10px;
}
/* 
 * Horizontal list 
 */
ul.horizontal {
}
ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
}
ul.horizontal-bulleted {
}
ul.horizontal-bulleted li {
}
div.related-content div.box-inner li.doc_document {
}
div.related-content div.box-inner li.inf_link {
}
div.related-content div.box-inner li.cm_page {
}
/*
 * Boxlist
 */
ul.boxlist {
}
ul.boxlist li {
}
/* 
 * FAQ List 
 */
ul.faq-list {
}
ul.faq-list li {
}
ul.faq-list .icon-question {
}
ul.faq-list .icon-answer {
}
ul.faq-list .question {
}
ul.faq-list .question, ul.faq-list .answer {
}
/* 
* Sitemap
*/
.sitemap_paragraph {
}
/* 
 * Sitemap List 
 */
ul.link {
}
ul li.maplink {
}
/* 
 * ListAvailable
 */
ul.listavailable {
}
.col50 ul.listavailable li a {
	margin-right: 10px;
}
.col25 ul.listavailable li a.align-left {
}
ul.listavailable a img {
}
/*
 * Thumbnail list
 */
div.thumbnail-container {
}
ul.thumbnail-list {
}
ul.thumbnail-list img {
}
.thumbnail-container ul.thumbnail-list li {
}
.thumbnail-container ul.thumbnail-list li.alignleft {
}
.col25 .thumbnail-container ul.thumbnail-list li {
}
.col25 .thumbnail-container ul.thumbnail-list li.alignleft {
}
span.button-list input, span.button-list a {
	background-color: Transparent;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border: medium none;
	color: #000000;
	cursor: pointer;
	height: 24px;
	line-height: 32px;
	margin: 0 10px 20px 0;
	overflow: visible;
	padding: 0 0 0 32px;
	width: auto;
}
/*** General rules ***/
.box {
	border-radius: 0px;
}
.box-outer {
	min-height: 10px;
}
.box .noheight {
}
.box-inner {
}
.box a.rss {
}
.box a img {
}
.box a.rss img {
}
td.box-inner {
}
/*** Primary ***/
.primary {
	background: #FFFFFF;
	box-shadow: 0 25px 40px 0 rgba(0,0,0,0.1);
	overflow: hidden;
}
.primary p {
	/*color: #fff;*/
	line-height: 18px;
}
.primary hr {
	background: #4c4c4c;
}
.primary a {
	/*color: #f2a22f;*/
	/*font-style: italic;*/
	/*font-family: 'Source Sans Pro';
	font-size: 16px;*/
}
.primary a.bulleted {
	background: none;
	/*color: #f2a22f;*/
	/*font-style: italic;*/
	/*font-family: 'Source Sans Pro';
	font-size: 16px;*/
	margin-right: 0px;
	padding-left: 0
}
	.primary a:hover {
		color: #1A1A1A !important;
	}
.primary a.bulleted:before {
    content:"";
    padding:0;
}
/*** Secondary ***/
.secondary {
	background: #E3E2DD;
}
.secondary p {
	color: #4c4c4c;
	line-height: 20px;
}
	.secondary hr {
		background: #4c4c4c;
	}
	.secondary a {
		color: #007CC1;
		/*font-style: italic;
	font-family: 'Source Sans Pro';
	font-size: 16px;*/
	}
.secondary a.bulleted {
	background: none;
	color: #007CC1;
	/*font-style: italic;
	font-family: 'Source Sans Pro';
	font-size: 16px;*/
	margin-right: 0px;
	padding-left: 0
}
.secondary a.bulleted:before {
    content:"";
    padding:0;
}
/*** Login Control ***/
.col25 div.loginarea span {
}
.col37 div.loginarea span {
}
.col37 div.loginarea input {
}
.col37 div.loginarea input.btn {
}
/*Newsbox*/
.col33.news {
    margin-bottom:20px;
}

.col33 .newsbox {
	padding: 0;
	color: #414141;
	font-size: 12px;
}
.col33 .newsbox a {
	color: #007CC1;
	font-style: italic;
	font-family: 'Source Sans Pro'
}
.col33 .newsbox a:visited {
	color: #6e0700;
}
.col33 .newsbox a:hover {
	color: #007CC1;
}
.col33 .newsbox a:active {
	color: #e53428;
}
.col33 .newsbox h3 {
	color: #007CC1;
	font-size: 24px;
	font-family: 'BrownStd-Regular';
	font-style: italic;
	margin: 10px 0;
}
.col33 .newsbox h4 {
	color: #007CC1;
	font-size: 18px;
	font-family: 'BrownStd-Regular';
	font-style: italic;
	margin: 5px 0;
}
.col33 .newsbox .box-inner {
	padding: 0;
}
.col33 .newsdate.alignleft {
	display: block;
	font-family: 'EB Garamond';
	font-size: 16px;
}
.col33 .newsbox .archive_label {
	color: #007CC1;
	font-style: italic;
	font-family: 'Source Sans Pro';
	font-size: 16px;
}
/*Project News*/
.col33 .projectnews .box-inner {
	background: #f1eede;
	border-radius: 0px;
	margin-bottom: 30px;
}
.col33 .projectnews h3 {
    color: #007CC1;
    font-family: "BrownStd-Regular";
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    margin: 10px 0;
}
.col33 .projectnews a {
	color: #007CC1;
	font-style: italic;
	font-family: 'BrownStd-Regular';
	font-size: 16px;
}
/*Concept*/
div.box-inner.concept ul {
    overflow:hidden;
}
.box-inner.concept h4 {
	font-family: 'BrownStd-Regular';
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
	background: none;
	font-size: 18px;
}
.box-inner.concept ul a {
	float: left;
	margin-right: 30px;
}
/*MyPages*/
.box-inner.mypages h4 {
	font-family: 'BrownStd-Regular';
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
	background: none;
	font-size: 18px;
}
.box-inner.mypages ul a {
	float: left;
	margin-right: 30px;
}
/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
}

table.gridlist tr.headerrow {
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}

table.gridlist td.header, tr.header td {
    background-color:#007CC1 ;
}

table.gridlist td.header a, tr.header td a {
    background-color:#007CC1 ;
}

table.gridlist td.header a:hover, tr.header td a:hover {
}

table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
    background-color:#007CC1 ;
}

table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color:#007CC1 ;
}

table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 8px 6px;
}

.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
font-size:13px !important;
}
table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #ccc;
    padding: 8px 6px;
}
table.gridlist td.listitem-level2, tr.listitem-level2 td {
}
table.gridlist .label {
}
table.gridlist tr td td {
   
}
table.gridlist img.objectlist_icon {
}
table.gridlist td.header:first-of-type {
    padding-left:6px;
}
table.gridlist td.header:last-of-type {
    padding-right:10px;
}
table.gridlist td.header, tr.header td {
    height: 32px;
    vertical-align: middle;
}
body.organisation_personal_personallista table.gridlist {
    margin-bottom: 30px;
}
div.area_info_facts table.gridlist tr:last-of-type td {
    border-color:#fff;
}
/*
 * UL form list
 */
ul.form {
}
ul.form li {
}
ul.form li.validator {
}
ul.form li.label {
}
.box-primary ul.form li.label, .box-secondary ul.form li.label, .box ul.form li.label {
}
ul.form li.textvalue {
}
ul.form li.value {
}
ul.form li.text {
}
div.siteContentIframe ul.form li.label {
}
div.siteContentIframe ul.form li.text {
}
ul.form li.textrow {
}
ul.form li.value label {
}
ul.form li.value input {
}
ul.form li.label-large {
}
.formstyle {
}
.formstyle .label {
}
ul.form li.value, .box ul.form li.value {
	padding-left: 0;
}
/*
 * Statistics grid
 */
div.statistics table {
}
/*
 * News-archive grid
 */
div.news-archive .date-column {
}
div.news-archive .content-column .title {
}
.dynamic-map {
}
.dynamic-map a {
}
.dynamic-map #infobox {
}
.dynamic-map #infobox > div {
}
.dynamic-map #fade_bg {
}
.dynamic-map #fade_color {
}
.dynamic-map #fade_bg img {
}
.dynamic-map .more {
}
.dynamic-map .more .nr {
}
.dynamic-map .more .area-label {
}
div#divSliderOverlayTop {
	background: transparent url(../Img/slider_mask_top.png) no-repeat 0 0;
	height: 5px;
	position: relative;
	top: 10px;
	width: 620px;
}
div#divSliderOverlayBottom {
	background: transparent url(../Img/slider_mask_bottom.png) no-repeat 0 0;
	height: 5px;
	position: relative;
	top: 350px;
	width: 620px;
}
/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
	width: 620px;
	height: 340px;
}
.col75 .slider, .col75 .slider-container {
}
.col50 .slider, .col50 .slider-container {
}
.col25 .slider, .col25 .slider-container {
}
.col25 .slider, .col25 .slider-container {
}
.col66 .slider, .col66 .slider-container {
}

.slider-container {
    position: relative;
    top: 10px;
    width: 620px;
}
.slider-inner {
	padding-bottom: 20px;
}
.slider {
	height: 340px;
	width: 620px;
}
.slider img {
	max-width: 620px
}
/*
 * Pager
 */
.pager-container {
	background: #e0dcc8;
    bottom: 0;
    height: 44px;
    position: absolute;
    width: 620px;
}
.pager {
}
.pager li {
	background: transparent url(../Img/unsel_pagination.png) no-repeat 50% 50%;
    border: 0 none;
    height: 22px;
    left: 4px;
    margin: 6px;
    position: relative;
    top: 5px;
    width: 22px;
}
.pager li.selected {
	border: 0;
	background: transparent url(../Img/sel_pagination.png) no-repeat 0 0;
}
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}
#slider_next {
	background: transparent url("../Img/next_pagination.png") no-repeat 50% 50%;
}
#slider_prev {
	background: transparent url("../Img/prev_pagination.png") no-repeat 50% 50%;
}
#slider_next, #slider_prev {
    bottom: 15px;
    top: auto;
}
#slider_prev {
    left: auto;
    right: 60px;
}
/*
 * Slider Text
 */


div.ImageTextStyles {
	margin: 0;
}
div.ImageTextStyles.Image {
	overflow: hidden;
	height: 340px;
}
div.ImageTextStyles.Text {
	margin: 15px 15px;
	border-radius: 0px;
	color: #FFF;
	float: left;
	padding: 15px;
	position: absolute;
	top: 0;
	width: 350px;
	background: #007CC1;
	opacity: 0.9;
	filter: alpha(opacity=90);
} /* For IE8 and earlier */
div.ImageTextStyles.Text div.sliderTitle, div.ImageTextStyles.Text {
	color: #fff;
}
div.ImageTextStyles.Text div.sliderTitle {
	font-family: 'BrownStd-Regular';
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 20px;
	width: 350px;
	color: #fff;
	line-height: 35px;
	font-style: italic;
}
div.ImageTextStyles.Text p {
	color: #FFF;
	font-size: 18px;
}
div.ImageTextStyles.Text p a {
	text-decoration: none;
	font-family: 'Source Sans Pro';
	font-style: italic;
}
div.ImageTextStyles.Text p a span.abstract {
	display: inline;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
}
div.ImageTextStyles.Text hr {
	display: none;
}
p.readmore {
	text-align: right;
}
p.readmore a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

div.global-authorization {
    display:none;
}
div.global-authorization a {
   font-size:13px;
}


/*** Objektlistan  START ***/

/* QuickFilter */
.objectlistFilters {
	background: #E3E2DD;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-bottom: 20px;
	padding: 17px 30px 3px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #3b3b3b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 44%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 12px;
    width: 90%;
}
ul.quickfilter span.maxValue {
    font-size:11px;
}
ul.quickfilter li span.title {
    font-size:16px;
    font-weight:600;
}
.ui-widget-header {
    background:#777774;
}

.ui-widget-content {
    background: #fff;
}

label.title {
    background: #6f9c19;
    border-radius: 0px;
    color: #007CC1;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

#lblShowHideQuikfilter {
	background: #E3E2DD;
	color: #007CC1;
	display: inline-block;
	margin-bottom: -4px;
	padding: 13px 20px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background:transparent;
    border:1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
    border-radius: 0px;
}

.templatelist.block li {
    padding-top: 8px;
}

ul.templatelist.block li h2 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}
ul.listviews li a {
    display: block;
    font-size: 13px;
    height: 14px;
}


div.page-col25 ul.grid li.left {
    float: left;
    width: 55px;
}

div.page-col25 ul.grid li.right {
    padding-left: 60px;
    width: auto;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 16px;
    line-height: 36px;
    width: 300px;
}
div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position:0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}

/*** Objektlistan  END ***/
/** Personal **/
body.organisation_personal_personallista_dpt table.gridlist {
    border: medium none #c7c5c5;
    table-layout: auto;
    width: 700px;
    margin-bottom:20px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+1) {
    width: 250px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+2) {
    width: 170px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+3) {
    width: 100px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+4) {
    width: 100px;
    padding-left:6px;
}

body.organisation_personal_personallista_dpt table.gridlist td a.iframe {
    margin-left:3px;
    text-decoration:none;
}

.register-interest .box-secondary-outer, .object-interest .box-secondary-outer, .object-arealinks .box-secondary-outer, .object-documents .box-secondary-outer {
    min-height:0;
}

img, .col25 .box-inner {
    border-radius: 0px;
}

ul.form {
	font-size: 13px;
	line-height: 120%;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ObjectSearch1_btnSearch {
	margin-top: 0px;
	margin-bottom: 10px;
}

ol li {
	margin-top: 15px;
}

.AutogiroLinks {
	display: none;
}

.ShowLinks
{
	cursor: pointer;
}

	.ShowLinks:after {
		content: "\f078";
		font-family: FontAwesome;
		padding-left: 3px;
		text-decoration: none;
		font-size: 15px;
		display: inline-block;
		transition: all 1s;
	}

	.ShowLinks.Open:after {
		content: "\f077";
		font-family: FontAwesome;
		padding-left: 3px;
		text-decoration: none;
		font-size: 15px;
		display: inline-block;
		transition: all 1s;
	}