html, body	{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	position: absolute;
	width: 1000px;
	top: 0px;
	height: 100%;
	/*height: 657px;*/
	font-family: Arial, sans-serif;
	color: #cacaca;
}

div.break {
	width: 80%;
	text-align:center;
	height: 1px;
	margin: 10px;
	background-color: #666666;
}

div.line {
	display: none;
	position: absolute;
	bottom: 125px;
	z-index:10;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

a {
	color: #cacaca;
	text-decoration: none;
}

.logo {
	position: absolute;
	top: 3px;
	left: 30px;
}

.headertitle {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 23px;
}

body, div {
	background-color: #333333;
	text-align: left;
}

.mainmenu {
	position: absolute;
	top: 68px;
	left: 45px;
	font-size: 12px;
}
h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.mainmenu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #eaeaea;
}
.mainmenu a:hover {
	color: #aaaaaa;
}

.mainimg_big {
	position: absolute;
	top: 100px;
	left: 6px;
}
.mainimg_small {
	position: absolute;
	top: 100px;
	left: 748px;
}
h1 {
	color: #f36523;
	font-size: 25px;
	font-weight: normal;
}

h3, h4 {
	color: #f36523;
	font-size: 15px;
	font-weight: normal;
}

h4 {
	margin-bottom: 3px;
}

.mainContent {
	font-size: 14px;
	margin-top: 10px;
	position: absolute;
	top: 300px;
	left: 20px;
	width: 620px;
	height: 370px;
	overflow: auto;
}

img.loginbutton {
	cursor: hand;
	cursor: pointer;
	position: absolute;
	bottom: 180px;
	right: -40px;
}
div.login {
	display: none;
}

div.rightcol {
	position: absolute;
	top: 328px;
	left: 710px;
	width: 250px;
	height: 350px;
	overflow: auto;
	padding: 1px 8px 2px 15px;
	font-size: 14px;
	border: 1px solid black; 
}

.novinka h3 {
	margin-bottom: 0px;
	font-size: 16px;
}
span.lastchange {
	font-size: 12px;
	color: #666666;
}

.adminmenu {
	z-index: 5;
}