@charset "utf-8";
/* CSS Document */

body {
	background: #313131;
	text-align: center;
	margin: 0;
		font-family: Calibri, Trebuchet MS, Tahoma;
}
a:link {
	color: #7f7f7f;
	text-decoration: none;
}
a:visited {
	color: #7f7f7f;
	text-decoration: none;
}
a:active {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*zakladni rozdeleni layotu*/

.hlavicka{
	width: 760px;
	height: 110px;
	margin: auto;
	position: relative;
	top: 20px;
	text-align: left;
	background-image: url(../_image/wall_v1_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}
.telo{
	width: 760px;
	height: 262px;
	margin: auto;
	position: relative;
	top: 20px;
	text-align: left;
	background-image: url(../_image/wall_v1_05.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.telo_hlavni{
	width: 760px;
	height: 348px;
	margin: auto;
	position: relative;
	top: 20px;
	text-align: left;
	background: #FFFFFF url(../_image/navrhl_v1_com_10.gif) 50% 50% no-repeat;
}
.telo_rs{
	width: 760px;
	height: 120px;
	margin: auto;
	position: relative;
	top: 20px;
	text-align: left;
  background-color: #FFFFFF;
}
.telo_rs p{
  text-align: center;
  font-size: 30px;
  line-height: 100px;
  margin: 0;
}
.paticka{
	width: 760px;
	height: 139px;
	margin: auto;
	position: relative;
	top: 35px;
	text-align: left;
	background-image: url(../_image/wall_v1_08.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#logo{
	position: relative;
	top: 29px;
	left: 35px;
}
#text_1{
	width: 180px;
	height: 250px;
	position: relative;
	top: 56px;
	left: 520px;
	text-align: left;
	color: #7f7f7f;
	font-family: Calibri, Trebuchet MS, Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	/*border: 1px solid green;*/
}
#text_1 a {
	width: 180px;
	height: 51px;
	position: relative;
	text-align: left;
	padding-left: 70px;
  display: block;
	font-family: Calibri, Trebuchet MS, Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	/*border: 1px solid green;*/
}
#text_1 a:hover {
  text-decoration: none;
}
#text_1 a.doubler {
  line-height: 20px;
  padding-top: 5px;

}

