
html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	background-color: #d1d1d1;
	background-image: url("../../images/layout/background/body.png");
	background-repeat: repeat-x;
	background-position: 0px 146px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	margin-top:0px;
	color: white;
	font-weight: normal;
}

h2 a {
	color: white;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 0px;
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #646464;
}

h3 span.light {
	font-size: 0.6em;
}

h3.news {
	padding: 0px;
}

h3 a, h4 a {
	color: #646464;
}

h3 a:hover, h4 a:hover {
	text-decoration: none;
}

a {
	color: #ac1700;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin: 8px 0px 8px 0px;
}

p.indent {
	text-indent: 18px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #ddd;
}

img.block {
	display: block;
}

ul {
	list-style-image: url("../../images/style/list.gif");
	padding-left: 2.5em;
}

ul.no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.no-pading {
	padding: 0px;
}

ul.no-list {
	list-style: none;
}

ul.no-li-padding li {
	padding: 0px;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

.clickable {
	cursor: pointer;
	_cursor: hand;
}

#top {
	background-image: url("../../images/layout/background/top.jpg");
	background-repeat: no-repeat;
	background-position: 156px 21px;
	height: 146px;
	width: 952px;
}

#logo {
	padding-top: 56px;
	height: 90px;
	width: 156px;
}

#frame {
	width: 992px;
}

#menu {
	background-image: url("../../images/layout/background/menu/menu_ant.jpg");
	background-repeat: no-repeat;
	height: 365px;
	width: 159px;
	float: left;
}

#container {
	background-image: url("../../images/layout/background/container.jpg");
	background-repeat: repeat-y;
	background-position: 0px 365px;
	width: 563px;
	float: left;
}

#content {
	background-image: url("../../images/layout/background/content/content_ant.jpg");
	background-repeat: no-repeat;
	min-height: 380px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.left_col {
	float: left;
	width: 144px;
}

div.right_col {
	float: left;
	width: 334px;
	padding-left: 12px;
}

div.contentbox {
	width: 436px;
	text-align: justify;
}

#bottom {
	background-image: url("../../images/layout/background/bottom.png");
	background-repeat: no-repeat;
	height: 4px;
	font-size: 0px;
}

#right {
	background-image: url("../../images/layout/background/right/right_ant.jpg");
	background-repeat: no-repeat;
	height: 365px;
	width: 266px;
	float: left;
}

#signature {
	padding: 2px 0px 12px 577px;
}

#profil {
	width: 280px;
	float: left;
}

#profilnews {
	width: 210px;
	float: right;
}

#forum_left {
	width: 150px;
	float: left;
}

#forum_right {
	width: 360px;
	float: right;
}

.homeleft {
	font-size: 1em;
	font-weight: bold;
	width: 70px;
	vertical-align: top;
}

.homeright {
	vertical-align: top;
	font-size: 1em;
}

.konec {
	height: 70px;
}

.mezera {
	padding-bottom: 16px;
	text-indent: 18px;
}