html {
	padding: 0;
	margin: 0;
}
body {  	
	font: 14px "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  	color: #666;
  	background-color: #413c2f;
	}
	
p {
	margin: 0;
	padding: 0;
}

img {border: none;  margin: 0; padding: 0;}
a {color: blue; text-decoration: none;}
a visited {color: blue;}
a:hover {text-decoration: underline;}
a:active {color: blue;}

h1 {
	padding-top: 10px;
	margin-top: 0px;
	color: #f81829;
	font-weight: bold;
	font-size: 20px;
}

/* rounded corner box
================================== */

.box {
	width: 925px;
	background: white url(../graphics/bottom.gif) no-repeat  left bottom;
}

.box h2 {
	background: url(../graphics/top.gif) no-repeat left top;
}

.box h2 {
	padding: 5px 0px 0px 0px;
	height:287px;
	margin-bottom:0px;
}

.box p {
	padding: 0px 0px 0px 0px;
}

.login_cbox {
	padding-left: 15px;
	height: 140px;
}
.menubox {
	width: 658px;
	height: 54px;
	padding-top: 12px;
	background: url(../graphics/menu_back.gif) no-repeat;
}
.layout_table {
	width: 915px;
	height: 32px;
	background: white url(../graphics/pozadi_top.gif);
}
.designbox {
	padding-top:5px;
	padding-bottom:10px;
}
.page_footer {
	font: 12px "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  	color: white;
	margin-top: 10px;
	margin-bottom: 15px;
}
.page_footer a {
  	color: white;
	text-decoration: none;
}
.page_footer a_hover {
	text-decoration: underline;
}
.page_footer a:visited {
  	color: white;
}