* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url("images/body_bg.gif") left top repeat;
}

p {
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 460px;
}

h2 {
	font-size: 14px;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 13px;
  margin: 10px 0 0 0;
}

h4 {
	font-size: 12px;
	margin: 10px 0 0 0;
}

ul {
	list-style: none;
	margin: 0 0 10px 0;
}

.col_box, a.col_box {
	background-color: #ccc;
	margin: 0 0 1px;
	padding: 4px;
	border: solid 5px #ccc;
}
a.col_box:hover {
	border: solid 5px #999;
}
.text_tucne {
	color: #666;
	font-family: Verdana;
	font-weight: bold;
}
.text {
	color: #666;
	font-size: 12px;
	font-family: Verdana;
}
.text_b {
	color: #fff;
	font-size: 12px;
	font-family: Verdana;
}
.menu {
	color: white;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
.novinka {
	color: yellow;
	text-decoration: none;
}
a:hover {
	color: #999;
}
