/*    =========================OBECNE DEFINICE    */

html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0;
   padding: 0;
	height: 100%;
	font: 82%/1.4 Arial, sans-serif;
	background: url(../img/bg.gif) repeat;
	text-align: center;
	line-height: 1.6;
}
a {
	color: #a21318;
}
a:hover{
	color: #f9455b;
}
img {
	border: 0;
}
.clear{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear: right;
}
.content{
	margin:10px;
}
h1 {
  color:#646464;
  font-weight: normal;
  font-size: 2em;
  display:inline;
}
h2{
	color: #646464; 
}
h3{
	display:block;
	margin: 5px 0px 5px 0px;
}
fieldset {
	padding: 10px;
	border: none;
	background: #fff4ea;
}
input, textarea{
	border: 1px solid #646464;
}
textarea{
	width: 260px;
}
.odsazeni{
	margin-left: 10px;
}
/*    VRCHNÍ LAJNA    */

#topline{
	width: 100%;
	height:25px;
	background: #eaeaea;
}
#topline .languages{
	width:980px;
	text-align: left;
	margin: 0 auto;
}
#topline .languages a{
	font-size: 85%;
	position:relative;
	top:3px;
}
#topline img{
	position:relative;
	top:2px;
}
#topline .languages .right{		
	position: relative;
	margin-left: 688px;
	font-size: 85%;
	top: 3px;
}

/*    ========================HLAVNÍ OBSAH    */

#main{
	width:1000px;
	background: White;
	margin:0 auto;  
	text-align: left;
	padding-bottom:10px;
}

/*    ==========HLAVIČKA       */

#header{
	width:1000px;
}
#header .logo{
	width:232px;
	float:left;	
	margin-top: 10px;
}
#header .logo .insidelogo{
	width:222px;
	height:131px;
	margin-left: 10px;
	position:relative;	
	overflow:hidden;
	top:0;
	left:0;
	font-size:150%;
}
#header .logo .insidelogo SPAN{
	overflow:hidden;
	position: absolute;
	cursor: pointer;
	width:222px;
	height:131px;
	background: url(../img/logo.jpg) no-repeat;
	top:0;
	left:0;
}
#header .picture{
	width:768px;
	float: left;
	margin-top: 10px;
}
#header .picture .insidepicture{
	width:748px;
	height:131px;
	margin-left:10px;
	background: url(../img/header.jpg) no-repeat;
}

/*    =============MENU    */

#menu {
	float: left;
	width:232px; 	
	overflow:hidden;
	height:100%;
}
#menu .insidemenu{
	margin-left:10px;
	margin-top:10px;
	width:222px;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	margin-top:5px;
}
#menu ul a{
	background: url(../img/polozkabg.jpg) repeat-x;
	width:222px;
	height:25px;
	padding-top:3px;
	display:block;
	padding-left:10px;
	text-decoration: none;
}
#menu ul a:hover, a:active{
	background: #ededed;
}
#menu ul ul a{
	background: url(../img/polozkabg.jpg) repeat-x;
	width:222px;
	height:25px;
	padding-top:3px;
	display:block;
	padding-left:20px;
	text-decoration: none;
	font-size:90%;
}
#menu ul ul ul a{
	background: url(../img/polozkabg.jpg) repeat-x;
	width:222px;
	height:25px;
	padding-top:3px;
	display:block;
	padding-left:30px;
	text-decoration: none;
	font-size:90%;
}

/*    ================MIDDLE    */

#middle{
	width:526px;
	float:left;
	height:100%;
}
#middle h2{
	color: #646464;
	background: #fff4ea;
	padding-left: 8px;
}
#middle .insidemiddle{
	margin-left:10px;
	margin-top:10px;
}
#middle .insidemiddle a{
	color: #f07800;
}
#middle .insidemiddle a:hover, a:active{
	color: #cf5200;
}
#middle .insidemiddle .nums{
	text-align: center; 
}
#middle .insidemiddle .article{	
	padding-left: 5px;
}
#middle .insidemiddle .publish{
	margin-bottom: 5px;
}
#middle .insidemiddle .more{
	margin-top: 5px;
}
#middle .insidemiddle .back{
	margin-top: 10px;
}
#middle #palivobox{
	float:left;
	width:253px;
	min-height: 200px;
	height:auto;
	_height: 200px;
	background: url(../img/palivobg.jpg) bottom no-repeat;
}
#middle #stavivobox{
	float:left;
	width:253px;
	min-height: 200px;
	height:auto;
	margin-left:10px;
	_height: 200px;
	background: url(../img/stavivobg.jpg) bottom no-repeat;
}
#middle .boxcontent{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:125px;
}
#middle .boxcontent a {
	color: #f07800;
}
#middle .boxcontent a:hover, a:active{
	color: #cf5200;
}
#middle #offerboxwrap{
	border:1px solid #999999;
	background: url(../img/nabidkabg.jpg) repeat-x bottom white;
	margin-top:10px;
}
#middle #offerbox {
	width:100%;
	min-height: 100px;
	height:auto;
	_height: 100px;
}
#middle #offerbox a{
	color: #f07800
}
#middle #offerbox a:hover, a:active{
	color: #cf5200;
}
#middle #offerbox ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#middle #offerbox li{
	margin: 0;
	padding-left: 13px;
	background: url(../img/odrazka.gif) 0px 8px no-repeat;
}

/*   ===============PRAVY SLOUPEC    */

#rightcollumn{
	width:242px;
	float:left;
	height:100%;
	overflow:hidden;
}

#formbox{
	border:1px solid #999999;
	margin:10px;
	width:220px;
	background:url(../img/objednavkabg.jpg) repeat-x bottom white;
}
#formbox #formboxinside{
	margin:10px;
}
#formbox .formnadpis{
	width:212px;
	height:31px;
	position:relative;	
	overflow:hidden;
	top:0;
	left:0;
	font-size:110%;
}
#formbox .formnadpis SPAN{
	overflow:hidden;
	position: absolute;
	cursor: pointer;
	width:212px;
	height:31px;
	background: url(../img/objednavka.jpg) no-repeat;
	top:0;
	left:0;
}
#formbox .formnadpis_en{
	width:212px;
	height:31px;
	position:relative;	
	overflow:hidden;
	top:0;
	left:0;
	font-size:110%;
}
#formbox .formnadpis_en SPAN{
	overflow:hidden;
	position: absolute;
	cursor: pointer;
	width:212px;
	height:31px;
	background: url(../img/objednavka_en.jpg) no-repeat;
	top:0;
	left:0;
}
#contactbox{
	border:1px solid #999999;
	margin:10px;
	width:220px;
	background:url(../img/objednavkabg.jpg) repeat-x bottom white;
}
#contactbox #contactboxinside{
	margin:10px;
}
#contactbox .contactboxnadpis{
	width:212px;
	height:31px;
	position:relative;	
	overflow:hidden;
	top:0;
	left:0;
	font-size:110%;
}
#contactbox .contactboxnadpis SPAN{
	overflow:hidden;
	position: absolute;
	cursor: pointer;
	width:212px;
	height:31px;
	background: url(../img/kontakt.jpg) no-repeat;
	top:0;
	left:0;
}
#contactbox .contactboxnadpis_en{
	width:212px;
	height:31px;
	position:relative;	
	overflow:hidden;
	top:0;
	left:0;
	font-size:110%;
}
#contactbox .contactboxnadpis_en SPAN{
	overflow:hidden;
	position: absolute;
	cursor: pointer;
	width:212px;
	height:31px;
	background: url(../img/kontakt_en.jpg) no-repeat;
	top:0;
	left:0;
}


/*    PATIČKA    */

#footer{
	border-top:1px solid #999999;
	height:25px;
	width:1000px;
	background: #eaeaea;
	color: #999999;
	font-size:90%;
	margin: 0 auto;
	padding-top:5px;
	text-align:right;
	}
#footer a{
	color:#999999;
}
#footer a:hover, a:focus, a:active{
	color:#f07800;
}
#footer .footercontent{
	margin-right:10px;
}