﻿/* reset */

html, body, div, span, h1, p, a, em, img, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  font-family: 'Source Sans Pro', sans-serif;
  /*vertical-align: baseline;*/
}

body {
  background:  #231f20;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.6;
} 


.linka {background-color: #9f0500; display: block;width: 65%;height: 8px;margin-bottom: -8px;float: right;}
.novinkyhome {position: absolute;margin: auto;bottom: -93px;right: 0px;display: block;width: 191px;height: 44px;background: url(kamenictvi.jpg) no-repeat left top;}

/* nadpisy a ostatní tagy */

h1 { 
  font-size: 44px;  
  margin-bottom: 15px; 
  font-weight: 100;
  }

a { color: #c60a0a; }
a:hover { text-decoration: none; color: #c60a0a; }
p { margin: 15px 0; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }
ul, ol { list-style: none; margin: 15px; padding: 0; }
ol { margin-left: 25px; list-style-type: decimal; }

.clr { clear: both; }
.tcenter { text-align: center; }


/* layout */

#page { 
  margin: 0 auto; 
  /*width: 950px;*/ display: block; 
}

#header {
  position: relative;
  height: 110px; width: 950px; margin: 0px auto;
}

.logo { position:absolute; top: 10px; left: 10px;}
#header span { position:absolute; top: 40px; left: 25px; display: block; font-size: 16px; color: #010B65;}
#header span strong { font-size: 24px; color: #FCFCFC;}


#content { background-color: #f4f4f4; /*width: 900px; margin: 0px auto;*/
  
}

#text {  width: 940px; margin: 0px auto; color: #231f20;
  border: 0px solid #90C6EA;  padding: 25px;  min-height: 160px; font-size: 16px;
}

.doobchodu { position:absolute; top: 40px; right: 15px; display: block; width: 120px; text-align: center;
	
	-webkit-box-shadow: 4px 4px 11px rgba(50, 50, 50, 0.75);-moz-box-shadow:    4px 4px 11px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 11px rgba(50, 50, 50, 0.75); padding: 5px 15px; background-color: #303131; color: #F6F6FA;  font-size: 18px; text-decoration: none;

-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;



	}
#menu {   width: 940px; margin: 0px auto; /*background-color: #303131; */ color: #F6F6FA;  min-height: 30px; padding-left: 10px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	
	
	}

#menu a {display: inline-block; padding: 10px 20px; font-size: 18px; color: #ccc; width: auto; text-decoration: none;}
#menu a:hover {/*background-color: #5f5e5e;*/ color: #fff; }


.web_disabled #content {
  
  border-color: #920909;  
}

#content img {

  margin-left:20px;
  padding-bottom: 30px;
}

#footer { background:  url(fotka.jpg) center top no-repeat;
  clear: both;
  height: 150px;
  border-top: 1px solid #000000;
  font-size: 14px;
  color: #999999;  
}

#footer p {
  text-align: center;
}

.floatimgright  {
  float: right;
}