
/* Formátování základních objektů */
body {
	line-height: 11pt;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 150px;
	margin: 100px auto;
	color: Black;
	background-color: White;
	position: relative;
}
a {
	text-decoration: none;
	color: #FF4500;
}
img {
	border: none;
}
a:hover {
	color: Red;
}

/* Čára pro oddělení DIVů pod sebou */
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.left_up {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 72px;
	height: 34px;
	background: transparent url(./../images/index/up_l.gif) no-repeat;
}
.center_up {
	float: left;
	margin: 0;
	padding: 0;
	width: 222px;
	height: 34px;
	background: transparent url(./../images/index/up_c.gif) repeat-x;
}
.right_up {
	float: right;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 34px;
	background: transparent url(./../images/index/up_r.gif) no-repeat;
}
.left_middle {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 150px;
	background: transparent url(./../images/index/center_l.gif) repeat-y;
}
.center_middle {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 150px;
	background: #FFBD00;
}
.right_middle {
	float: right;
	margin: 0;
	padding: 0;
	width: 5px;
	height: 150px;
	background: transparent url(./../images/index/center_r.gif) repeat-y;
}
.left_down {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 6px;
	height: 34px;
	background: transparent url(./../images/index/down_l.gif) no-repeat;
}
.center_down {
	float: left;
	margin: 0;
	padding: 0;
	width: 222px;
	height: 34px;
	background: transparent url(./../images/index/down_c.gif) repeat-x;
}
.right_down {
	float: right;
	margin: 0;
	padding: 0;
	width: 72px;
	height: 34px;
	background: transparent url(./../images/index/down_r.gif) no-repeat;
}
.domainname {
	font-size: 14pt;
	letter-spacing: 2px;
	font-family: Verdana;
	font-weight: 900;
	position: relative;
	left: -18px;
	top: 10px;
}
.counter {
	line-height: 8pt;
	font-size: 8pt;
	font-family: Verdana;
	position: relative;
	left: 120px;
	top: 10px;
}
/* Formátování menu pro výběr jazyka */
#cz {
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	border: none;
	position: relative;
	left: 40px;
	top: 15px;
	border: none;
	vertical-align: middle;
}
#en {
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	border: none;
	position: relative;
	left: 90px;
	top: 15px;
	border: none;
	vertical-align: middle;
}
#de {
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	border: none;
	position: relative;
	left: 140px;
	top: 15px;
	border: none;
	vertical-align: middle;
}

