@charset "utf-8";
/************************************
*********** CSS by SteM@X ***********
************************************/
html, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
body{
	background-color: #540303;
	background-image: url(img/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
a{
	color: #000;
}
a:hover, a:focus{
	text-decoration: none;
}
/************************** boxes **************************/
#boxScreen{
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#boxHeader{
	position: relative;
	background-image: url(img/boxHeader_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 250px;
	width: 1047px;
	margin: 16px auto -60px;
}
#boxMenu{
	position: relative;
	width: 700px;
	margin: 60px auto 0;
	z-index: 2;
}
#boxContainer{
	clear: both;
	float: left;
	position: relative;
	background-color: #B8000C;
	background-image: url(img/boxContent_bg.jpg);
	background-position: center 2px;
	background-repeat: repeat;
	min-height: 470px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#boxFooter{
	clear: both;
	position: relative;
	background-image: url(img/boxFooter_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FDFDFD;
	font-size: .7em;
	text-align: right;
	height: 232px;	
	width: 1047px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}
/************************** boxHeader **************************/
h1{
	float: left;
	position: relative;
	color: #1C9F19;
	font-size: 2em;
	text-align: center;
	width: 122px;
	margin: 130px 0 0 65px;
}
h1 a{
	position: absolute;
	display: block;
	top: -30px;
	left: -5px;
	background-image: url(img/boxHeader_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 116px;
	width: 122px;
}
#boxHeader h2{
	float: left;
	position: relative;
	font-size: 1.7em;
	text-align: left;
	margin: 140px 0 0 55px;
}
#boxHeader h2 span{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-image: url(img/boxHeader_slogan1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	width: 472px;
}
#boxHeader_phone{
	float: right;
	position: relative;
	color: #FFF;
	font-size: 1.5em;
	text-align: center;
	margin: 172px 101px 0 0;
}
#boxHeader_phone span{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-image: url(img/boxHeader_phone.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 69px;
	width: 192px;
}
/************************** boxMenu **************************/
#boxMenu .innerMenu{
	position: absolute;
	top: -57px;
	left: 0;
	text-align: center;
	width: 655px;
	margin: 0;
	padding: 0;
}
#boxMenu ul{
	position: relative;
	float: right;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#boxMenu ul li{
	position: relative;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#boxMenu ul li.open, #boxMenu ul li a{
	height: 40px;
	width: 109px;
	padding: 20px 0 0;
}
#boxMenu ul li.open{
	background-image: url(img/boxMenu_li_active.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	height: 67px;
}
#boxMenu ul li a{
	display: block;
	background-image: url(img/boxMenu_li.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}
#boxMenu ul li a:hover, #boxMenu ul li a:focus{
	background-image: url(img/boxMenu_li_active.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 67px;
}
/************************** boxContent **************************/
#boxContainer #boxContent{
	position: relative;
	background-color: transparent;
	width: 1000px;
	margin: 10px auto;
	padding: 0;
}
#boxContainer.uvod{
	min-height: 242px;
	max-height: 242px;
}
#boxContainer #boxContent #content{
	float: right;
	background-color: #FFF;
	min-height: 172px;
	width: 638px;
	margin: 40px 5px 25px 0;
	padding: 10px;
}
*+html #boxContainer #boxContent #content{
	min-height: 162px;
}
#boxContent #content #headerContentIco{
	position: absolute;
	float: none;
	top: 5px;
	left: 342px;
	background-color: transparent;
	background-image: url(./img/pribor.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 35px;
	width: 241px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.uvod #boxContent #content #headerContentIco{
	display: none;
}
#boxContent p, #boxContent h2, #boxContent h3, #boxContent h4{
	background-color: #EDEBEB;
	text-align: left;
	margin: 0 0 10px;
	padding: 5px 5px 5px 10px;
}
#boxContent h2{
	font-size: 1.5em;
	color: #099709;
}
#boxContent h3{
	color: #B4000A;
	font-size: 1.1em;
	margin: 10px 0 0;
	padding-bottom: 0;
}
#boxContent h4{
	color: #B4000A;
	font-size: 1.1em;
	margin: 0;
	padding: 2px 0 3px 10px;
}
#boxContent p{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}
#boxContent img{
	position: absolute;
	top: -8px;
	right: 3px;
	border: 0;
	margin: 0;
	padding: 0;
}
#boxContent img.kontakt{
	top: 50px;
	right: 15px;
}
#boxContent #sloganLeft{
	position: absolute;
	top: -28px;
	left: -61px;
	background-image: url(img/pizzer.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 486px;
	width: 323px;
	margin: 0;
	padding: 0;
}
.uvod #boxContent #sloganLeft{
	left: -15px;
	background-image: url(img/pizzer_slogan.png);
	height: 337px;
	width: 401px;
}
*+html #boxContent #sloganLeft{
	left: -60px;
}
*+html .uvod #boxContent #sloganLeft{
	left: -14px;
}
/************************** boxFooter **************************/
#boxFooter a,#boxFooter p{
	color: #FDFDFD;
	font-size: 1.1em;
	font-weight: bold;
}
#boxFooter p{
	float: right;
	background-image: url(img/logo.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	padding: 2px 150px 5px 0;
}
/************************** class **************************/
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.black{
	color: #000;
}
.hideItem{
	display: none;
}
