html, body 
{
	height: 100%;
	padding: 10px;
	margin: 0;
	text-align : center;
	font-family : Arial;
	font-size : 13px;
	color : #333333;
}

body
{
	background-color : #cccccc;
	background-image : url(../images/bg1.jpg);
	background-repeat : repeat-x;
}

a
{
	color : #333333;
	text-decoration : none;
}

a:hover
{
	color : #FF6600;
	text-decoration : underline;
}

ul
{
	list-style-type: none;
	padding : 0;
	margin : 0;	
	margin-left : 15px;
}

li
{
	padding-top : 10px;
}

h1
{
	color : #FF9900;
	padding : 0;
	margin : 0;
	margin-bottom : 20px;
	font-size : 18px;
	text-align : left;
	font-variant: small-caps;
}

h2
{
	color : #FF9900;
	padding : 0;
	margin : 0;
	margin-bottom : 10px;
	font-size : 15px;
	text-align : left;
}

h3
{
	color : #FF9900;
	padding-top : 20px;
	padding-left : 10px;
	margin : 0;
	font-size : 13px;
	text-align : left;
}

hr
{
	color : #FF9900;
	size: 1px;
	
}

img
{
	border : 0;
	padding-top : 0px;
	padding : 0px;
}

div
{
	float : left;
}

a.menu1
{
	text-align : left;
	font-family : Arial;
	font-size : 15px;
	color : #333333;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
}

div.align
{
	margin : auto;
	/*margin-top : 50px;*/
	float : none;	
	width: 800px;
}

div.main
{
	width: 800px;
	background-image : url(../images/main.jpg);
	background-repeat : repeat-y;
	border : 0px solid green;
}

div.head1
{
	width : 800px;
	height : 156px;
	background-image : url(../images/head_firma.jpg);
	background-repeat : no-repeat;
	margin: 0px;
	padding: 0px;
	font-family : Arial;
	font-size : 35px;
	color: #ffffff;
}

div.head2
{
	width : 800px;
	height : 156px;
	background-image : url(../images/head_sluzby.jpg);
	background-repeat : no-repeat;
	font-family : Arial;
	font-size : 35px;
	color: #ffffff;
}

div.head3
{
	width : 800px;
	height : 156px;
	background-image : url(../images/head_foto.jpg);
	background-repeat : no-repeat;
	font-family : Arial;
	font-size : 35px;
	color: #ffffff;
}

div.head4
{
	width : 800px;
	height : 156px;
	background-image : url(../images/head_publikacie.jpg);
	background-repeat : no-repeat;
	font-family : Arial;
	font-size : 35px;
	color: #ffffff;
}

div.head_logo
{	
	display: block;
	width : 250px;
	height : 156px;
	font-family : Arial;
	font-size : 35px;
	color: #ffffff;
}

div.sub_head
{
	width : 800px;
	height : 35px;
	background-image : url(../images/main_sub.jpg);
	background-repeat : no-repeat;
	background-position : 0 bottom;
	background-color : white;
	text-align : left; 
}

div.sub_head_space
{
	padding-left : 180px;
	padding-top : 3px;
	font-size : 14px;
}

div.content
{
	background-image : url(../images/back.jpg);
	background-repeat : no-repeat;
	background-position : 0 bottom;
	
}

div.foot
{
	width : 800px;
	height : 32px;
	background-image : url(../images/foot.jpg);
	text-align : center; 
}

div.menu
{
	float : left;
	width : 160px;
	text-align : left;
	font-size : 12px;
}

div.body
{
	float : left;
	width : 638px;
	text-align : justify;
}

div.root
{
	width : 800px;
	height : 14px;
	background-image : url(../images/root.jpg);
	background-repeat : no-repeat;
	background-position : 0 bottom;
	background-color : white;
	text-align : left; 
}

div.root_space
{
	padding-left : 180px;
	font-size : 10px;
}

div.space
{
	padding-top : 10px;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 20px;
}

div.space_foot
{
	padding-left : 350px;
	padding-right : 20px;
	padding-top : 10px;
	text-align: center;
	font-size: 11px;
}

div.foot_right
{
	width : 50%;
	text-align : right;
}
div.foot_left
{
	width : 50%;
	text-align : left;
}
ul.menudot
{
	padding : 0;
	margin : 0;	
	margin-left : 30px;
	list-style: disc url('../images/dot.gif');
}

ul.num
{
	list-style-type: decimal;
	padding : 0;
	margin : 0;	
	padding-left : 20px;
	margin-left : 10px;
}

ul.dot
{
	list-style-type: disc;
	padding : 0;
	margin : 0;	
	padding-left : 20px;
	margin-left : 10px;
}

ul.ls
{
	list-style-type: none;
	padding : 0;
	margin : 0;	
	padding-left : 20px;
	margin-left : 10px;
}

ul.isa
{
	list-style-type: lower-alpha;
	padding : 0;
	margin : 0;	
	padding-left : 20px;
	margin-left : 10px;
}

li.small
{
	padding : 0;
}

li.half
{
	padding-top : 10px;
}


div.para
{
	width : 90%;
	padding : 10px;
	float : none;
	text-align : left;
}

div.spc
{
	float : none;
	margin-left : 20px;
}

div.small
{
	padding-top : 50px;
	margin : 5px;
	font-size : 12px;
	color : #6F6F4A;	
	text-align : left;
}




td.right
{
	text-align : right;
}

td
{
	text-align : center;
}
.smalltext
{
	font-size : 10px;
	color : #8C8766;	
	text-align : left;
}
.callus
{
	font-size : 14px;
	color : #FF9900;	
	text-align : left;
}

.port
{
	margin-right : 10px;
	margin-top : 8px;
}

.publikacie
{
	margin-right : 10px;
}

a.logo
{
	display: block;
	width : 250px;
	height : 156px;
}

