body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Arial;
	font-size: 12px;
}

::-moz-selection { background: #8E9CE4; color:#fff; text-shadow: 1px 1px #000; }
::selection { background: #8E9CE4; color:#fff; text-shadow: 1px 1px #000; }

a {text-decoration: none;}

.container {margin: auto; width: 1000px;}
.oddelenie {margin: 50px 0 16px 0; text-align: center; height: 8px; border-bottom: dashed 1px #ddd;}
.oddelenie span {padding: 8px; color: #fff; background: #CD3D3D; border-bottom: solid 3px #8C2727; margin-bottom: 8px; border-radius: 3px;}

/** header **/
.header {background: #fafafa; border-top: solid 5px #CD3D3D; height: 80px; width: 100%; min-width: 1100px; float: left;}

.logo {float: left;}
.logo a {color: #9a9a9a; padding: 24px 15px; float: left;}
.logo b {color: #CD3D3D; font-size: 16px;}
.logo span {color: #9a9a9a; font-size: 12px; display: block;}

.menu {float: right;}
.menu a {color: #9a9a9a; padding: 30px 15px; font-size: 14px; float: left;}
.menu a:hover {background: #CD3D3D; color: #fff; border-bottom: solid 4px #8C2727;}
#selected {background: #CD3D3D; color: #fff; border-bottom: solid 4px #8C2727;}

/** subheader **/
.subheader {background:#242424; height: 100px; width: 100%; min-width: 1100px; float: left;}

.sub-content {margin: 16px 0; float: left;}
.sub-content span {color: #fff; padding: 10px 15px; display: block;}

.sub-contact {line-height: 30px; color: #fff; font-size: 16px; font-weight: bold; padding: 35px 15px; float: right;}
.sub-contact i {font-size: 30px; font-weight: normal; color: #43b51f; margin-left: 10px; float: right;}

/** okna a dvere **/
.oknadvere {width: 100%; min-width: 1000px; float: left; margin: 45px 0 45px 0;}

#tabs {float: left; min-height: 800px;}

/** footer **/
.footer {background: #242424; width: 100%; min-width: 1100px; float: left;}
.copyright {color: #fff; line-height: 20px; padding: 10px 0; float: left;}
.partners {float: right;}
.partners a {color: #fff; line-height: 20px; padding: 10px;float: left;}