/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#202020;
	line-height:18px;
}
a {
	color:#36271B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img { border:none;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topstripe {
	padding:20px 0px;
}
#topcontener {
	margin:0px auto;
	width:860px;
	text-align:left;
}
#topcontener img { border:none;}
#menustripe {
	background-color:#36271B;
}
#menucontener {
	margin:0px auto;
	width:860px;
	text-align:right;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	height:100px;
}
.menu {
	font-size: 12px;
	color: #36271B;
	text-decoration: none;
	text-align: left;
	background-image:url(../images/bullet1.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:5px 0px 5px 25px;
}
.menu a {
	color:#36271B;
}
.contents {position: relative; left:20px; top:5px; margin-bottom:10px; width:280px;}
#trescstripe {
	background-image:url(../images/tresc-bg.jpg);
	background-repeat:repeat-x;
}
#tresccontener {
	margin:0px auto;
	width:860px;
	text-align:left;
	padding:50px 0px 20px 0px;
	position:relative;
}
#leftmenu {
	width:260px;
	float:left;
}
#tresc {
	float:left;
	text-align:justify;
	width:580px;
}
#tresc p {
	text-indent:10px;
	padding:5px 20px;
}
#box1 {
	margin:0px auto;
	background-image:url(../images/bg1.gif);
	background-repeat:no-repeat;
	background-position:20px 60px;
	padding:10px 20px;
}
#box1 h1 {
	font-size:14px;
	margin:30px 0px;
}
#box1 h2 {
	font-size:14px;
	margin:30px 0px 10px 0px;
	text-align:center;
	text-decoration:underline;}
#box1 h3 {
	margin:20px 30px 10px 30px;
	font-size:12px;
}
#box1 ul, ol {
	margin-left:40px;
	margin-right:30px;
}
#box1 table {
	margin: 0px 30px;}
#box1 th {
	padding:4px;
	background-color:#eee1be;}
#box1 td {
	padding:2px;
	text-align:center;}
.line {
	text-align:center;
	margin:30px auto;
}
.certy {
	text-align:center;
}
.certy img {
	margin:10px 4px;
	border:1px solid #333333;
}
#box2 {
	margin:0px auto;
	background-image:url(../images/bg2.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	padding:10px 20px;
}
#box2 p {
	padding:5px 20px;
}
#footmenustripe {
	background-image:url(../images/footmenu-bg.jpg);
	background-repeat:repeat-x;

}
#footmenucontener {
	margin:0px auto;
	width:860px;
	text-align:left;
	padding:2px 0px 2px 0px;
}
#adres {
	width:300px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	margin-top: 30px;
}
#footmenu {
	text-align:center;
	color:#FFFFFF;
	float:left;
	width:550px;
}
#footmenu a {
	color:#FFFFFF;
}
#footstripe {
	background-color:#36271B;
	color:#FFFFFF;
	margin:0px auto;
	width:100%;
	text-align:center;
	font-size:9px;
	line-height:22px;
}
#footstripe a {
	color:#FFFFFF;
}
.skreslenie {
	position:absolute;
	margin:4px 0px 0px 0px;
}

