
body{
	/*Samotne telo stranky*/
	background-color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
}

#shade{
	position: absolute;
	left: 0px; top: 0px;
	background-image : url(layout/topshade.jpg);
	background-repeat: y-repeat;
	height: 105px;
	width: 100%;
}
#content{
	position: relative;
	margin: auto;
	width:785px;
}

#top{
	width:785px;
	position: relative;
	height: 110px;
}
#top h1{
	margin: 0px;
	padding: 0px;
}

#top h1 a{
	width:73px;
	height: 74px;
	position: absolute;
	left: 23px; top: 23px;
	overflow: hidden;
	margin: 0; padding: 0;
}
#top h1 a span{
	width:73px;
	height: 74px;
	background-image : url(layout/islogo.jpg);
	position: absolute;
	left: 0px; top: 0px;
	cursor: pointer;
}
#nadpis{
	position: absolute;
	left: 110px; top: 74px;
	margin: 0; padding: 0;
	font-size: 16px;
	color: #434343;
	font-weight: bold;
}
#nadpis span{
	color: #999999;
}


#main{
	position: relative;
	width: 785px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 4px Solid #992F22;
	border-bottom: 4px Solid #992F22;
	padding-top: 10px;
	padding-bottom: 20px;
 	height: auto;
	font : 11px Tahoma;
	text-align: left;
	color: #5e5c5d;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}
a{
	text-decoration: underline;
	color: #922f22;
}
a:hover{
	color: #5e5c5d;	
}

#footer{
	position: relative;
	padding-top: 1px;
	text-align: left;
	color: #5e5c5d;
}
#footer a{
	color: #5e5c5d;
	text-decoration: underline;
}
#footer a:hover{
	color: #992f22;
}

#footerleft{
	position: relative;
	float: left;
	margin-left: 3px;
}
#footerright{
	position: relative;
	float: right;
	margin-right: 3px;
}