/* CSS Document */
<!--
body {
	background-image: url(images/im_05.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#belka {
background-image:url(images/im_02.gif);
background-repeat:repeat-x;
height:10px;
}
#kontakt{
float:left;
margin:10px;
overflow:auto;
width:200px;
}
#menu{
float:left;
margin:10px;
overflow:auto;
width:200px;
}
#main{
float:left;
margin:10px;
overflow:auto;
width:540px;
}
#stopka{
clear:both;
background-image:url(images/im_02.gif);
background-repeat:repeat-x;
height:5px;
}
.box{
width:224px;
margin-left:10px;
margin-right:10px;

float:left;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
	font-size: 20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style2 {font-size: 10px}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
-->