

body{
margin:0;
padding:0;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 771px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
max-height: 700px;
height: 700px;
}

#headtop{
	clear: left;
	width: 702px;;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 0px 0;
	margin-left:36px;
	height:1px;
}

#topsection{
background: #ffffff;
height: 126px; /*Height of top section*/
background-image: url(../images/sklad_header2.jpg);
background-repeat: no-repeat;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 356px; /*Set left margin to LeftColumnWidth*/
background-image: url(../images/sklad_right.jpg);
background-position: top;
background-repeat: no-repeat;
height: 437px;
padding-top:50px;
}

#leftcolumn{
float: left;
width: 356px; /*Width of left column*/
margin-left: -771px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
height: 487px;
background-image: url(../images/sklad_left.jpg);
background-repeat: no-repeat;
background-position: top;

}

#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #FFF;
text-align: center;
padding: 0px 0;
background-image: url(../images/sklad_foot.jpg);
background-repeat: no-repeat;
height: 71px;
}

#footer a{
color: #000000;
text-decoration: underline;
}

#kontakt {
	padding: 10px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tresc {
	border: 0px solid red;
	width: 322px;
	height: 325px;
	padding: 15px 10px 5px 10px;
}

#tresc h1 {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#tresc p {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

#menu {
	border: 0px solid green;
	width: 402px;
	float: right;
	margin-right:35px;
	height: 35px;
	margin-top: 68px;
	
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#navlist li
{
	float: left;
	line-height: 1.1em;
	margin: 10px 1px 0 1px;
	padding: 0 1px 0 1px;
}

#navlist a {
	padding: 3px 3px;
}

#navlist a:link, #navlist a:visited
{
color: #000;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
}

#design {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#design a:link, #design a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
	text-decoration: none;
	color: gray;
}

#design a:hover {
	color: gray;
	text-decoration: underline;
}