* {
  box-sizing: border-box;
}

html {
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
}

a:link, a:visited {
	color:orange;
	text-decoration: none;
}
a:hover, a:active {
	color:#ac4101;
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/*#bg1 {
	background: url(../gfx/tlo2.png) repeat-y top left;
	height: 100%;
	min-height: 100vh;
}*/
#bg2 {
	background: url(../gfx/tlo3.jpg) no-repeat top left;
}

#top {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#top > a {
	position: absolute;
	top: 5px;
	left: 25px;
	display: inline-block;
	width: 200px;
	height: 55px;
	/*background: rgba(200, 0, 0, .5);*/
}
#top > a > h1 {
	margin: 0;
	visibility: hidden;
}

#menuToggle {
	display: none;
}

#page {
	position: relative;
	z-index: 2;
	margin-top: -90px;
}

#menu {
	list-style: none;
	width: 165px;
	float: right;
}
#menu > ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	margin: 1px 0 0 15px;
	padding: 0 0 0 6px;
	line-height: 18px;
	background: url('../gfx/punkt.gif') no-repeat left 5px;
}
#menu > ul > li.delim {
	background: none;
	line-height: 10px;
}

#content {
	width: calc(100% - 165px);
	float: left;
	padding: 0 15px;
	color: #53371C;
}
#content p:empty {
	clear: both;
	display: block;
	content: "|\00a0\00a0";
}

.top {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-align: right;
	padding: 10px;
}
.top a:link, .top a:visited {
	color:#608000;
	text-decoration: none;
}
.top a:hover, .top a:active {
	color:#CC6600;
	text-decoration: none;
}
.tlo-left {
	background: url(gfx/tlo_1.jpg) left top;
}
.tlo-top {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #53371C;
	text-align: left;
}
.tlo-right {
	background: url(gfx/tlo_2.jpg) repeat left top;
}
.tlo-menu {
	font-weight: bold;
	color: cc6600;
	text-indent: 1pt;
}
.tlo-menu a:link, .tlo-menu a:visited {
	color:#cc6600;
	text-decoration: none;
}
.tlo-menu a:hover, .tlo-menu a:active {
	color:#608000;
	text-decoration: none;

}
.tlo-submenu {
	color: #FBAC18;
	text-indent: 20pt;
}
.tlo-submenu a:link, .tlo-submenu  a:visited {
	color:#FBAC18;
	text-decoration: none;
}
.tlo-submenu a:hover, .tlo-submenu a:active {
	color:#608000;
	text-decoration: none;
}

.text {
	padding-right:15px;
	text-align:justify;
}
.text a:link, .text a:visited {
	color:orange;
	text-decoration:none;
}
.text a:hover, .text a:active {
	color:#ac4101;
	text-decoration:none;
}

table .oferta a:link, table .oferta a:visited {
	color:#ac4101;
}
table .oferta a:hover, table .oferta a:active {
	color:orange;
}

.data {
	color:#53371c;
}

.orange {
	color:orange;
}
.red_b {
	color:red;
	font-weight:bold;
	vertical-align:top;
}
.green {
	color:#608000;
}

.form {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fbf9e4;
	font-size: 10px;
	color:#ac4101;
	border: #93775c 1px solid;
}
.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	border: #93775c 1px solid;
	border-top: #AfAaA3 1px solid;
	padding:0px;
	margin:0px;
	background-color: #fbf9e4;
	font-weight: normal;
}

footer {
	margin: 10px 0;
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}