/* CSS Document */

body {
	background-color: #b8cadd;
	background-image:url(../images/bgxmas.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
body,td,th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color: #5793D1;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
#container {
	width: 950px;
	margin:auto;
}
#title {
	width: 950px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
#left {
	width:450px;
	float:left;
	padding:10px;
	display:inline;
	line-height:1.2;
	background-image:url(../images/content.png);
}
#right {
	width:450px;
	float:right;
	padding:10px;
	display:inline;
	background-image:url(../images/content.png);
}
#right div.seznam {
	overflow:auto;
	height:590px;
}
