body {
	overflow: auto;
    margin: 0 auto;
    padding: 0;
	width: 100%;
    color: #800000;
    background: #d5d3d6 url(img/bg-glass-dark.jpg) 108px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
	font-size: 1em;
    text-align: center;
}

#all {
	overflow: auto;
    margin: 0 auto;
	border: 0;
    padding: 0;
	max-width: 75em;
} 

#main {
	clear: both;
	margin: 0 12px 0 198px;
	border: 0;
	padding: 0;
	max-width: 50em;
	
}

.nodisplay {
	display: none;
}

#menu-goto {
	display: none;
	text-indent: -9999px;
}

#content-goto {
	display: none;
	text-indent: -9999px;
}

h1 {
	margin: 0 auto 0.5em;
	border: 0;
	padding: 0;
	width: 780px;
	height: 108px;
	color: #800000;
	background: transparent url(img/bron-ekspert_logo.png) 100% 8px no-repeat;
	text-indent: -9999px;
}

h1 a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/*left: -190px;*/
	top: 26px;
	width: 780px;
	height: 65px;
	color: #dbd8c0;
	background: transparent;
}

h1:hover {
	background: transparent url(img/bron-ekspert_logo_h.png) 100% 8px no-repeat;
}

h2 {
	margin: 0 auto 0.5em;
	color: #580000;
	font-size: 150%;
	font-weight: bold;
	font-style:normal;
	text-align: center;
}

h2 a {
	text-decoration: none;
}

h2 a:link {
	color: #b80000;
}

h2 a:hover {
	color: #f80000;
	text-decoration: underline overline;
}

h2 a:visited {
	color: #780000;
}

h3 {
	margin: 0 auto 0.5em;
	text-align: center;
}

h4 {
	margin: 0 auto 0.4em;
	text-align: center;
}

.spacer {
	margin: 0 auto 3em;
}
#mnuspace {
	display: block;
	margin: 0;
	width: 176px;
	/*height: 210px;*/
}

.post {
	display: block;
	margin: 0 auto 1em;
	padding: 8px;
	border: 3px outset #fbab00;
	color: #480000;
	background: #dbd9d3;
	/*max-width: 70em;*/
	min-height: 212px;
	letter-spacing: -0.3px;
	line-height: 1.4;
	font-size: 90%;
	text-align: left;
}

.post:hover {
	border-style: inset;

}

.post ul {
	line-height: 1.8em;
	font-size: 107%;
	margin-bottom: 0.9em;
}
.post a {
	text-decoration: underline #bb8913 dashed 1px;	
}

.post a:link {
	color: #980000;
	font-weight: 600;
}

.post a:visited {
	color: #240000;
}

.post a:hover {
	color: #e80000;
	text-decoration: underline overline 1px;
}

.ctr {
	text-align: center;
}

.clr {
	clear: both;
}

img {
	padding: 4px;
	background: #fbf9f3;
	border: 1px solid #400000;
}

img:hover {
	border-color: #d04000;
}

a img:hover {
	background: #400000;
	border-color: #fb480a;
}

hr {
	clear: both;
	width: 512px;
	height: 16px;
	border: 0;
	background-image: url(img/hr.png);
	text-align: center;
}

.algn-L {
	margin: 0 6px 6px;
	float: left;
}

.algn-R {
	margin: 0 6px 6px;
	float: right;
}

#menu {
    /*clear: both;*/
	/*position: -webkit-sticky;
	position: sticky;*/
	position: fixed;
	margin: 0;
	float: left;
	top: 120px;
	left: 12px;
	min-width: 160px;
    min-height: 282px;
	max-width: 180px;
    padding: 0;
    background: #200000;
    border: 4px solid #700000;
    z-index: 10;
	font-weight: bold;
}

#menu ul {
	/*position: absolute;*/
	width: 160px;
	height: 244px;
	margin: 1.2em auto;
	padding: 4px;
	left: 0;
	z-index: 30;
}

#menu li>ul {
	visibility: hidden;
}

#menu li:hover>ul, #menu li a:focus>ul {
	visibility: visible;
}

#menu ul li {
	display: block;
	position: relative;
	margin: 0 0 1.3em;
	padding: .4em 0;
	list-style-type: none;
	list-style-position: inside;
	background: #400000;
	color: #dbd9d3;
	border: 4px groove #a00000;
	font-size: 95%;
	text-align: center;
}

.dropdn::after {
	content: " \2935";
	font-size: 120%;
	color: #dba923;
}

#menu li.curr {
	background: #483828;
}

#menu li a {
	display: block;
	color: #dbd9d3;
	text-decoration: none;
	z-index: 15;
}

#menu ul ul {
	position: absolute;
	top: .8em;
	left: 8em;
	margin: 0.1em auto;
	height: auto;
}

#menu li:hover, #menu li a:hover {
	color: #fff9f3;
	background: #700000;
	border-color: #fbcb19;
}

#menu ul ul li {
	position: relative;
	margin: .5em 0 0;
	background: #600000;
	font-size: 80%;
	z-index: 20;
}

#mail {
box-sizing: border-box;
text-align: center;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

input[type=text], select, textarea {
  width: 50%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  min-width: 180px;
  resize: vertical;
}

input[type=submit] {
  background-color: #a04910;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #db6042;
}
textarea {
	min-height: 100px;
	height: 150px;
}