@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color:white;
	text-align: center;
	padding: 0px;
	margin: 0;
}
.content {
	width: 960px;
	height: auto;
	background-color: white;
	margin: 0 auto;
}
/*Začátek hlavičky*/
#header {
	width: 100%;
	height: 110px;
	margin: 50px 0px 30px 0px;
}
.logo_link {
	width: 370px;
	height: 110px;
	background: none;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}
.logo_text {
	width: 370px;
	height: 24px;
	font-size: 20px;
	background: none;
	color: rgb(28,72,118);
	text-align: left;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
	position: relative;
	top: -82px;
	left: 0px;
	text-decoration: none;
}
.logo {
	width: 370px;
	height: 82px;
	background: url('../img/logo.png');
	position: relative;
	top: 28px;
	left: 0px;
}
.text_header {
	width: 580px;
	height: 110px;
	background: none;
	float: right;
}
.header_text {
	font-size: 35px;
	color: rgb(28,72,118);
	text-align: left;
	float: left;
	font-weight: bold;
	position: relative;
	top: 15px;
	text-decoration: none;
	letter-spacing: 3px
}
.header_text2 {
	font-size: 20px;
	color: rgb(28,72,118);
	text-align: left;
	float: left;
	font-weight: bold;
	position: relative;
	top: -20px;
	text-decoration: none;
	letter-spacing: 2px
}
#menu {
	width: 100%;
	height: 40px;
	border: solid 1px black;
	border-right: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 30px;
}
.button {
	width: 136px;
	padding: 12.2px 0px 12.2px 0px;
	background: white;
	border-right: solid 1px black;
	float: left;
	color: rgb(28,72,118);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
  text-align:center;
}
.button:hover {
	background: rgb(28,72,118);
	color: white;
}
.button_active {
	width: 137px;
	padding: 12.2px 0px 12.2px 0px;
	background: rgb(28,72,118);
	border-right: solid 1px black;
	float: left;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
  text-align:center;
}
/*Konec hlavičky*/
/*Začátek těla*/
#body {
	width: 100%;
	height:auto;
	margin-bottom: 30px;
}
.article {
	width: 634px;
	height: auto;
	float: left;
	margin-top: 10px;
}
p {
  text-align:left;
  font-size:12px;
	color: rgb(28,72,118);
  font-weight:bold;
}
.cover {
	width: 100%;
	height: 179px;
	background: url('../img/cover.png');
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 30px;
}
.nadpis {
	width: 100% -7.5px;
	height: auto;
	padding: 7.5px 0px 7.5px 7.5px;
	background: rgb(28,72,118);
	color: white;
	text-align: left;
	font-weight: bold;
	border: solid 1px black;
	font-size: 15px;
  margin-bottom:20px;
}
.sidebar {
	width: 315px;
	height: auto;
	float: right;
	margin-top: 10px;
}
.sidebar2 {
	width: 305px;
	height: auto;
	float: left;
  margin-left:10px;
}
#kontakt {
  width:auto;
  height:140px;
}
.p-side { 
  text-align:right ; 
  clear:right;
}
/*Konec těla*/
/*Začátek patičky*/
#footer {
	width: 960px;
  margin:0 auto;
	height: 50px;
  background:white;
  position:relative;
  top:30px;
	border-top: solid 1px rgb(28,72,118);
  clear:both;
}
/*Konec patičky*/

/*roky menu*/
#roky {
	width: 100%;
	height: 40px;
	border: solid 1px black;
	border-right: none;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 30px;
}
.roky_button {
  margin-left:auto;
  margin-right:auto;
	width: 119px;
	padding: 12.0px 0px 12.0px 0px;
	background: white;
	border-right: solid 1px black;
	float: left;
	color: rgb(28,72,118);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
  text-align:center;
}
.roky_button:hover {
	background: rgb(28,72,118);
	color: white;
}
.roky_button_active {
	width: 119px;
	padding: 12.5px 0px 12.5px 0px;
	background: rgb(28,72,118);
	border-right: solid 1px black;
	float: left;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
  text-align:center;
}
.zakazka {
  width:300px;
  height:auto;
  float:left;
  margin:0px 10px 0px 10px;
}