/* www.sbdpernstejn.cz, media screen */
/* zakladni nastaveni */
html {
    font-size: 100.01%;
}

body {
    background: #95caff url("../img/body.png") repeat-x;
    margin: 0;
    padding: 0;
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-size: 1em;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

a img, a:link img {
    border: none;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2em;
    color: #174069;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 13px;
}

h2 a {
    color: #174069;
}

h2 a:hover, h2 a:focus {
    color: #000;
}

h3 {
    font-size: 1.6em;
    margin: 0;
    padding-bottom: 10px;
    color: #174069;
}

h4 {
    font-size: 1.2em;
    margin: 0;
    padding-bottom: 10px;
    color: #174069;
    font-style: italic;
}

h5 {
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
}

h6 {
    font-size: 1em;
    margin: 0;
    padding-bottom: 10px;
}

ol {
    margin: 8px;
    padding-left: 16px;
}

ul {
    margin: 8px;
    padding-left: 16px;
}

ul li {
    list-style-type: square;
}

a {
    color: #000000;
}

a:hover {
    color: #cc0000;
}

ins {
    text-decoration: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input.text, input.password {
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-size: 1em;
    color: #000000;
    border: none;
    background: #acc1d7;
    padding: 8px 9px 8px 9px;
}

input.submit, input.reset, input.button {
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    border: none;
    cursor: pointer;
    padding: 10px;
}

textarea {
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-size: 1em;
    color: #000000;
    border: none;
    background: #acc1d7;
    padding: 8px 9px 8px 9px;
    overflow: auto;
}

select {
    font-family: Verdana, "Geneva CE", lucida, sans-serif;
    font-size: 1em;
    color: #000000;
    border: none;
    background: #acc1d7;
}

hr {
    color: #cccccc;
    height: 1px;
    border: none;
    background-color: #cccccc;
}

table {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;
    margin-left: 1px;
    margin-right: 1px;
}

table th, table td {
    padding: 0 5px;
}

table th {
    background: #174069;
    color: #ffffff; /*text-align:center;*/
}
 /* stranka */
div.homepage, div.page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.wrapper {
    clear: both;
}
 /* content */
div.content {
    font-size: 0.7em;
    width: 1000px;
    line-height: 18px;
    margin-top: 230px;
}

div.columns {
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.columns div.left {
    float: left;
    width: 250px;
    overflow: hidden;
}

div.columns div.right {
    float: right;
    width: 730px;
    overflow: hidden;
    position: relative;
}

div.news {
    position: relative;
    background: #ffffff;
    margin-bottom: 15px;
}

div.news span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/news-corners.png");
}

div.news span.corner.lb {
    left: 0;
    bottom: 0;
}

div.news span.corner.rb {
    right: 0;
    bottom: 0;
    background-position: -3px 0;
}

div.news div.item {
    padding: 7px 12px 1px 12px;
}

div.news h2 {
    position: relative;
    background: #143659 url("../img/news-h2.png") repeat-x;
    padding: 16px 12px 16px 12px;
    font-size: 1.3em;
    color: #ffffff;
}

div.news h2 span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/news-h2-corners.png");
}

div.news h2 span.corner.lt {
    left: 0px;
    top: 0px;
}

div.news h2 span.corner.rt {
    right: 0px;
    top: 0px;
    background-position: -3px 0;
}

div.news h3 {
    font-size: 1.2em;
    color: #174069;
    padding: 4px 0 4px 0;
}

div.news h3 a {
    color: #174069;
    text-decoration: none;
}

div.news h3 a:hover, div.news h3 a:focus {
    color: #000;
}

div.news ins {
    font-weight: bold;
}

div.news hr {
    color: #95caff;
    background-color: #95caff;
    margin: 0;
}

a.more {
    font-weight: bold;
    color: #174069;
}

a.more:hover {
    color: #000000;
}

div.motto {
    width: 730px;
    height: 225px;
    position: relative;
    background-color: #fff
}

div.motto img {
    margin: 5px;
}

div.motto span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/motto-corners.png");
}

div.motto span.corner.lt {
    left: 0px;
    top: 0px;
}

div.motto span.corner.rt {
    right: 0px;
    top: 0px;
    background-position: -3px 0;
}

div.motto p {
    position: absolute;
    left: 5px;
    bottom: 6px;
    font-size: 2em;
    font-weight: bold;
    color: #93c0e9;
    margin: 0;
}

div.motto a {
    display: block;
    width: 700px;
    padding: 18px 10px 18px 10px;
    color: #fff;
    text-decoration: none;
    background: url("../img/motto.png");
}

div.motto a:hover {
    color: #93c0e9;
}

div.homepage div.text {
    position: relative;
    background: #e5e5e5;
    margin-bottom: 15px;
    padding: 8px 6px 1px 6px;
}* html div.homepage div.text {
    height: 1%;
}

div.text span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/text-corners.png");
}

div.text span.corner.lb {
    left: 0px;
    bottom: 0px;
}

div.text span.corner.rb {
    right: 0px;
    bottom: 0px;
    background-position: -3px 0;
}

div.text ins {
    font-weight: bold;
}

div.left div.box {
    width: 250px;
}

div.box h2 {
    position: relative;
    overflow: hidden;
    height: 37px;
    padding: 0;
    margin-bottom: 1px;
}

div.report-a-fault h2 {
    width: 250px;
}

div.report-a-fault h2 span.ir {
    width: 250px;
    height: 38px;
    background: url("../img/nahlasit-zavadu.png");
}

div.report-a-fault a {
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 157px;
    display: block;
}

div.report-a-fault span.ir {
    width: 250px;
    height: 157px;
    background: url("../img/nahlasit-zavadu.jpg") no-repeat 0 0;
}

div.report-a-fault a:hover span.ir {
    background-position: -250px 0;
}

div.right div.box {
    width: 355px;
    float: left;
}

div.right div.members-entrance {
    float: right;
}

div.realty-to-let h2, div.members-entrance h2 {
    width: 355px;
}

div.realty-to-let h2 span.ir, div.members-entrance h2 span.ir {
    width: 355px;
    height: 38px;
}

div.realty-to-let span.ir {
    background-image: url("../img/nabidka-pronajmu-nemovitosti.png");
}

div.realty-to-let a:hover span.ir {
    background-position: -355px 0;
}

div.members-entrance span.ir {
    background-image: url("../img/vstup-pro-cleny.png");
}

div.members-entrance a:hover span.ir {
    background-position: -355px 0;
}

div.realty-to-let a, div.members-entrance a {
    position: relative;
    overflow: hidden;
    width: 355px;
    height: 154px;
    display: block;
}

div.realty-to-let span.ir, div.members-entrance span.ir {
    width: 355px;
    height: 154px;
}

div.realty-to-let span.ir {
    background:transparent url("../img/nabidka-pronajmu-nemovitosti.jpg");
}

div.members-entrance span.ir {
    background: url("../img/vstup-pro-cleny.jpg");
}
 /* --------------- */
span.corner {
    position: absolute;
    overflow: hidden;
}* html span.corner {
    display: none;
}

span.ir {
    position: absolute;
    left: 0;
    top: 0;
}

a span.ir {
    cursor: pointer;
}

div.path {
    background: #d9d9d9 url("../img/path.png") repeat-x;
    position: relative;
}* html div.path {
    height: 1%;
}* + html div.path {
    height: 1%;
}

div.path span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/path-corners.png");
}

div.path span.corner.lt {
    left: 0;
    top: 0;
}

div.path span.corner.rt {
    right: 0;
    top: 0;
    background-position: -3px 0;
}

div.path span.corner.lb {
    left: 0;
    bottom: 0;
    background-position: 0 -3px;
}

div.path span.corner.rb {
    right: 0;
    bottom: 0;
    background-position: -3px -3px;
}

div.path ul {
    margin: 0 8px 0 8px;
    padding: 0;
}

div.path li {
    list-style: none;
    float: left;
    font-size: 1.1em;
    color: #174069;
    padding: 6px 0 6px 0;
}

div.path a {
    color: #174069;
    padding-right: 13px;
    margin-right: 5px;
    background: url("../img/path-a.png") no-repeat right center;
}* html div.path a {
    background: url("../img/path-a.gif") no-repeat right center;
}

div.path a:hover {
    color: #000000;
}

div.pagination {
    text-align: center;
    background: #143659 url("../img/pagination.png") repeat-x;
    margin: 10px auto 10px auto;
    display: table;
    clear: both;
}* html div.pagination {
    width: 30%;
}* + html div.pagination {
    width: 30%;
}

div.pagination span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/pagination-corners.png");
}

div.pagination span.corner.lt {
    left: 0;
    top: 0;
}

div.pagination span.corner.rt {
    right: 0;
    top: 0;
    background-position: -3px 0;
}

div.pagination span.corner.lb {
    left: 0;
    bottom: 0;
    background-position: 0 -3px;
}

div.pagination span.corner.rb {
    right: 0;
    bottom: 0;
    background-position: -3px -3px;
}

div.pagination p {
    color: #ffffff;
    padding: 6px 8px 6px 8px;
    position: relative;
    margin: 0;
}* + html div.pagination p {
    height: 1%;
}

div.pagination a {
    color: #ffffff;
    text-decoration: none;
}

div.pagination a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.pagination a.active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.more {
    font-weight: bold;
    color: #174069;
}

div.photo-card {
    width: 200px;
    float: left;
    margin: 3px 9px 10px 0;
}

div.photo-card img {
    border: 2px solid #174069;
    margin-bottom: -4px;
}* html div.photo-card img {
    margin-bottom: -1px;
}* + html div.photo-card img {
    margin-bottom: -1px;
}

div.photo-card p {
    background: #cae3fd;
    position: relative;
    padding: 2px 6px 3px 6px;
    color: #174069;
}* + html div.photo-card p {
    height: 1%;
    margin-top: 1px;
}

div.photo-card span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/photo-card-corners.png");
}

div.photo-card span.corner.lb {
    left: 0;
    bottom: 0;
}

div.photo-card span.corner.rb {
    right: 0;
    bottom: 0;
    background-position: -3px 0;
}

div.photogallery {
    width: 730px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 10px;
}

div.photogallery div.photo-card {
    width: 167px;
    margin: 0 20px 20px 0;
    float: left;
}

div.photogallery div.photo-card.last-in-row {
    margin-right: 0;
}

div.attachments {
    width: 730px;
}

div.attachments div.attachment {
    border: 1px solid #6393c3;
    width: 355px;
    position: relative;
    margin-bottom: 20px;
}

div.attachment.odd {
    float: left;
}

div.attachment.even {
    float: right;
}

div.attachment span.corner {
    width: 6px;
    height: 6px;
    background-image: url("../img/attachment-corners.png");
    z-index: 2;
}

div.attachment span.corner.lt {
    left: -1px;
    top: -1px;
}

div.attachment span.corner.rt {
    right: -1px;
    top: -1px;
    background-position: -6px 0;
}

div.attachment span.corner.lb {
    left: -1px;
    bottom: -1px;
    background-position: 0 -6px;
}

div.attachment span.corner.rb {
    right: -1px;
    bottom: -1px;
    background-position: -6px -6px;
}

div.attachment p {
    position: relative;
    margin: 0;
    padding: 0;
}* html div.attachment p {
    height: 1%;
}* + html div.attachment p {
    height: 1%;
}

div.attachment p.attachment-title {
    padding: 3px 10px 3px 63px;
    background: #7aa6d2;
    font-weight: bold;
    z-index: 1;
}

div.attachment p.attachment-format {
    padding: 2px 10px 2px 63px;
    background: #608cb9;
    z-index: 1;
}

div.attachment span.ico {
    position: absolute;
    left: 10px;
    top: 3px;
    width: 40px;
    height: 41px;
    z-index: 2;
}

div.attachments span.ico.att {
    background: url("../img/att/ico-att.png");
}

div.attachments span.ico.xls {
    background: url("../img/att/ico-xls.png");
}

div.attachments span.ico.xlsx {
    background: url("../img/att/ico-xlsx.png");
}

div.attachments span.ico.doc {
    background: url("../img/att/ico-doc.png");
}

div.attachments span.ico.docx {
    background: url("../img/att/ico-docx.png");
}

div.attachments span.ico.ppt {
    background: url("../img/att/ico-ppt.png");
}

div.attachments span.ico.pptx {
    background: url("../img/att/ico-pptx.png");
}

div.attachments span.ico.zip {
    background: url("../img/att/ico-zip.png");
}

div.attachments span.ico.jpg {
    background: url("../img/att/ico-jpg.png");
}

div.attachments span.ico.pdf {
    background: url("../img/att/ico-pdf.png");
}

div.attachments span.ico.rtf {
    background: url("../img/att/ico-rtf.png");
}

div.attachments span.ico.mp3 {
    background: url("../img/att/ico-mp3.png");
}

div.attachments a {
    color: #174069;
    text-decoration: none;
}

div.attachments a:hover {
    color: #000000;
    text-decoration: underline;
}

div.responseform {
    background: #608cb9;
    position: relative;
    padding: 17px 19px 15px 15px;
    margin-top: 30px;
}* html div.responseform {
    height: 1%;
}* + html div.responseform {
    height: 1%;
}


div.responseform span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/responseform-corners.png");
}

div.responseform span.corner.lt {
    left: 0px;
    top: 0px;
}

div.responseform span.corner.rt {
    right: 0px;
    top: 0px;
    background-position: -3px 0;
}

div.responseform span.corner.lb {
    left: 0px;
    bottom: 0px;
    background-position: 0 -3px;
}

div.responseform span.corner.rb {
    right: 0px;
    bottom: 0px;
    background-position: -3px -3px;
}

div.responseform p {
    line-height: 29px;
    margin-bottom: 10px;
    clear: both;
    height: 29px;
}

div.responseform p.required {
    position: relative;
}

div.responseform p.required img {
    position: absolute;
    top: 5px;
    left: 132px;
}

div.responseform label {
    float: left;
    width: 120px;
    margin-right: 10px;
    line-height: 29px;
    color: #003366;
    font-size: 0.925em;
}

div.responseform p.required label {
    font-weight: bold;
}

div.responseform p.error {
    font-weight: bold;
    height: 100%;
}

div.responseform p.success {
    font-weight: bold;
    height: 100%;
    color: #004000;
}

div.responseform input.text {
    width: 546px;
    height: 13px;
    float: right;
    background: url("../img/responseform-input-text.png");
}* html div.responseform input.text {
    margin-right: 2px;
}* + html div.responseform input.text {
    margin-right: 2px;
}

div.responseform input#code {
    width: 246px;
    height: 13px;
    float: left;
    background: url("../img/responseform-input-code.png");
    border: none;
    margin-left: 110px;
    padding: 8px 9px;
}

input.submit {
    background: #00426A url(../img/submit.png) no-repeat 0 0;
    height: 29px;
    line-height: 27px;
    width: 112px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 0;
}

input.submit:hover {
    color: #FFFF00;
}

.area {
    height: 90px !important;
}

div.selectbox {
    position: relative;
    width: 564px;
    text-align: left;
    cursor: pointer;
    color: #000000;
    float: right;
}* html div.selectbox {
    position: absolute;
}* + html div.selectbox {
    position: absolute;
}

div.selectbox ol {
    display: none;
    position: absolute;
    background: #d9d9d9;
    margin: 0;
    padding: 0;
    width: 565px;
    left: 0;
    z-index: 9999;
    max-height: 245px;
    overflow: auto;
}

div.selectbox li {
    position: relative;
    padding: 2px 9px 2px 9px;
}

div.selectbox li:hover {
    background: #f1f1f1;
}

div.selectbox .down-arrow {
    display: none;
}

div.selectbox div.current {
    position: relative;
    height: 29px;
    padding-left: 9px;
    background: url("../img/responseform-select.png");
}

div.responseform textarea {
    width: 546px;
    height: 75px;
    background-image: url("../img/responseform-textarea.png");
    float: right;
    margin-bottom: 15px;
}* html div.responseform textarea {
    background-repeat: no-repeat;
    background-attachment: fixed;
}* html div.responseform textarea {
    clear: left;
    margin-bottom: 10px;
}* + html div.responseform textarea {
    clear: left;
    margin-bottom: 10px;
}

div.responseform fieldset.submit {
    margin: 5px 0 0 132px;
	position:relative;
}

div.responseform fieldset.submit p {
    float: left;
    clear: none;
    margin-bottom: 0;
}

p.notice {
    font-weight: bold;
    margin-left: 10px;
    color: #174069;
}
 /* header */
div.print-header {
    display: none;
}

div.header {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 250px;
    font-size: 0.7em;
}

div.searchform {
    background: #cecece url("../img/searchform.png") repeat-x;
    position: absolute;
    top: 16px;
    right: 0;
    margin-right: 113px;
    font-size: 0.9em;
}* html div.searchform {
    width: 138px;
}

div.searchform span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/searchform-corners.png");
}

div.searchform span.corner.lt {
    left: 0px;
    top: 0px;
}

div.searchform form {
    margin: 0;
    padding: 0 0 0 5px;
}

div.searchform input.text {
    background: transparent;
    border: none;
    width: 100px;
    height: 11px;
    padding: 2px;
    position: relative;
    top: -5px;
}

div.quick-navigation {
    position: absolute;
    top: 16px;
    right: 20px;
}

div.quick-navigation ul {
    margin: 0;
    padding: 0;
}

div.quick-navigation li {
    list-style: none;
    float: left;
    width: 27px;
    height: 19px;
    overflow: hidden;
    margin-left: 4px;
}

div.quick-navigation a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 27px;
    height: 19px;
    color: #000000;
    background: #95caff;
}

div.quick-navigation span.ir {
    width: 27px;
    height: 19px;
}

div.quick-navigation li.homepage span.ir {
    background-image: url("../img/homepage.png");
}

div.quick-navigation li.print span.ir {
    background-image: url("../img/print.png");
}

div.quick-navigation li.sitemap span.ir {
    background-image: url("../img/sitemap.png");
}

div.quick-navigation a:hover span.ir {
    background-position: -27px 0;
}

div.mainmenu {
    position: relative;
    background: #d9d9d9 url("../img/mainmenu.png") repeat-x;
    z-index: 3;
}* html div.mainmenu {
    height: 1%;
}

div.mainmenu span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/mainmenu-corners.png");
}

div.mainmenu span.corner.lt {
    left: 0px;
    top: 0px;
}

div.mainmenu span.corner.rt {
    right: 0px;
    top: 0px;
    background-position: -3px 0;
}

div.mainmenu span.corner.lb {
    left: 0px;
    bottom: 0px;
    background-position: 0 -3px;
}

div.mainmenu span.corner.rb {
    right: 0px;
    bottom: 0px;
    background-position: -3px -3px;
}

div.mainmenu ul {
    margin: 0;
    padding: 0;
}

div.mainmenu li {
    list-style: none;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    position: relative;
}

div.mainmenu a {
    display: block;
    padding: 10px 18px;
    color: #174069;
    text-decoration: none;
}

div.mainmenu a:hover, div.mainmenu a.active {
    color: #174069 !important;
    text-decoration: none;
    background: #acc1d7 url("../img/mainmenu-a-hover.png") repeat-x !important;
}

div.mainmenu li.first a {
    padding: 10px 22px;
}

div.mainmenu li.last a {
    padding: 10px 15px;
}

div.mainmenu li.first a:hover, div.mainmenu li.first a.active {
    background: #acc1d7 url("../img/mainmenu-a-hover-first.png") no-repeat 0 0 !important;
}

div.mainmenu li.last a:hover, div.mainmenu li.last a.active {
    background: #acc1d7 url("../img/mainmenu-a-hover-last.png") no-repeat 100% 0 !important;
}

div.mainmenu ul.subitems {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 4;
    background: #acc1d7;
}

div.mainmenu li:hover ul.subitems, div.mainmenu li.hover ul.subitems {
    display: block;
}* html div.mainmenu li.hover ul.subitems {
    position: absolute;
    left: 0;
}

li > ul.subitems {
    top: auto;
    left: auto;
}

div.mainmenu ul.subitems li {
    list-style: none;
    width: 200px;
    font-size: 0.8em;
}

div.mainmenu ul.subitems a {
    color: #174069;
}

div.mainmenu ul.subitems a:hover {
    background: none !important;
    text-decoration: underline;
}

div.logo {
    width: 212px;
    height: 177px;
    position: absolute;
    left: 0;
    top: 29px;
    background: url("../img/stavebni-bytove-druzstvo-pernstejn.png");
}

div.logo h1 {
    margin: 0;
    padding: 7px 13px 12px 7px;
    width: 192px;
    height: 158px;
    position: relative;
    overflow: hidden;
}

div.logo h1 span.ir {
    width: 192px;
    height: 158px;
    background: url("../img/stavebni-bytove-druzstvo-pernstejn.png") -7px -7px;
    left: 7px;
    top: 7px;
}

div.illustration {
    width: 776px;
    height: 160px;
    background: url("../img/illustration.jpg");
    position: absolute;
    right: 0px;
    top: 35px;
}
 /* footer */
div.footer {
    font-size: 0.75em;
    width: 1000px;
    background: #d9d9d9 url("../img/footer.png") repeat-x;
    position: relative;
    margin-bottom: 20px;
}

div.footer span.corner {
    width: 3px;
    height: 3px;
    background-image: url("../img/footer-corners.png");
}

div.footer span.corner.lt {
    left: 0px;
    top: 0px;
}

div.footer span.corner.rt {
    right: 0px;
    top: 0px;
    background-position: -3px 0;
}

div.footer span.corner.lb {
    left: 0px;
    bottom: 0px;
    background-position: 0 -3px;
}

div.footer span.corner.rb {
    right: 0px;
    bottom: 0px;
    background-position: -3px -3px;
}

div.footer p {
    margin: 0;
    color: #174069;
}

div.footer a {
    color: #174069;
}

div.footer a:hover {
    color: #000000;
}

div.footer div.site-owner {
    float: left;
    width: 480px;
    padding: 7px 10px 7px 10px;
}

div.footer div.created-by {
    float: right;
    width: 480px;
    padding: 7px 10px 7px 10px;
    text-align: right;
}

.register-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 1px;
    width: 99%;
}

.register-table td, table td {
    padding: 3px 5px;
    border: 1px solid #7098BF;
}

.right .text {
    overflow: hidden;
}

a#log-out {
    position: absolute;
    top: 7px;
    right: 10px;
    background: url(../img/log-out.png) no-repeat 0 0;
    padding-left: 24px; /*z-index:10;*/
    line-height: 16px;
    text-decoration: none;
    color: #EE2828;
    font-size: 12px;
}

a#log-out:hover, a#log-out:focus {
    text-decoration: underline;
}

h3.defect_estate {
    margin-top: 30px;
}

table.demand_list tr th {
    padding: 5px 2px;
    font-size: 105%;
    border: 1px solid #7098BF;
}

table.demand_list .th_date {
    width: 70px;
}

table.demand_list .th_location {
    width: 250px;
}

table.demand_list .th_description {
    width: 150px;
}

table.demand_list .th_how-repair {
    width: 100px;
}

table.demand_list .th_estate {
    width: 100px;
}

table.demand_list .accepted {
    background-color: #ff0000;
    color: #fff;
}

table.demand_list .working {
    background-color: #FF9500;
    color: #fff;
}

table.demand_list .finished {
    background-color: #44B209;
    color: #fff;
}
 /* Phorum */
.navPhorum {
    margin: 15px 0 3px 0;
    background-color: #D9D9D9;
    line-height: 25px;
    padding: 0 10px;
    width: 710px;
    overflow: hidden;
    clear: both;
}

.navPhorum .navheading {
    float: left;
}

.navPhorum .navlinks {
    float: right;
}

.phorumTable {
    font-size: 110%;
}

.phorumTable .highlight {
    background-color: #CAE5FF;
}

.phorumTable th, .phorumTable td {
    border: none;
    padding: 4px;
}

.phorumTable th {
    font-size: 110%;
    padding: 8px 4px;
}

.phorumMessage {
    padding: 5px 5px 10px 5px;
}

.phorumMessage .messageHead {
    margin-bottom: 5px;
}

.phorumMessage .messageHead h4 {
    padding-bottom: 5px;
}

.phorumMessage .messageHead p {
    margin: 0;
}

.phorumMessage .messageHead .strong {
    font-weight: bold;
    padding: 0 5px 0 0;
}

.messageOptions {
    background-color: #D9D9D9;
    line-height: 20px;
    padding: 2px 10px;
    margin-top: 10px;
}

.messageOptions .strong {
    font-weight: bold;
}

.messageOptions .answer, .messageOptions .quote, .messageOptions .edit {
    text-decoration: underline;
    cursor: pointer;
}

.messageOptions .answer:hover, .messageOptions .answer:focus, .messageOptions .edit:hover, .messageOptions .edit:focus, .messageOptions .quote:hover, .messageOptions .quote:focus {
    text-decoration: underline;
    color: #CC0000;
}

.repliedMessage {
    padding: 10px;
    margin: 0 10px 5px 10px;
    background-color: #CAE5FF;
    height: 100%;
}

.phorumForm {
    position: relative;
    background-color: #608CB9;
    margin-top: 20px;
    padding: 17px 19px 15px 15px
}

.phorumForm label {
    color: #003366;
    float: left;
    font-size: 0.925em;
    line-height: 29px;
    margin-right: 2px;
    width: 120px;
}

.phorumForm p {
    clear: both;
    height: 29px;
    line-height: 29px;
    margin-bottom: 10px;
}

.phorumForm p.required label, .phorumForm p.area label {
    font-weight: bold;
}

.phorumForm input.text {
    background: transparent url(../img/responseform-input-text.png) repeat scroll 0 0;
    float: right;
    height: 13px;
    width: 546px;
}

.phorumForm textarea {
    background-image: url(../img/responseform-textarea.png);
    float: right;
    height: 75px;
    margin-bottom: 15px;
    width: 546px;
}

.phorumForm fieldset.submit {
    margin: 5px 0 0 123px;
}

.phorumForm fieldset.submit p {
    clear: none;
    float: left;
    margin-bottom: 0;
}

.clear {
    width: 100% !important;
    height: 1px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

/* JM: 2017-04-15, EU-COOKIE */
div.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font: 70%/150% Verdana, "Geneva CE", lucida, sans-serif;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.85);
    z-index: 1000;
    padding: 5px;
    text-align: center;
}
div.eu-cookies button {
    padding: 5px;
    margin: 0 0 0 5px;
    font: bold 70%/100% Verdana, "Geneva CE", lucida, sans-serif;
    color: rgb(255, 255, 255);
    border: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(23, 64, 105);
    cursor: pointer;
}
div.eu-cookies button:hover {
    color: rgb(23, 64, 105);
    background-color: rgb(147, 192, 233);
}