body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
  color: #7C7C7C;	
}

h1, h2, h3    { font-weight: normal;}


#obsah { width: 1023px; background: url(img/bg.jpg) repeat-y; }
#hlavicka { width: 100%; height: 115px; background: url(img/logo.jpg) no-repeat #000000; position: relative;}
#top { width: 100%; height: 40px; background: url(img/top.jpg) no-repeat #000000; }
#bot { width: 100%; height: 127px; background: url(img/bot.jpg) no-repeat #000000; position: relative;}
a#eworks { float: right; margin: 27px 0 0 0; background: url(img/eworks.jpg) no-repeat; width: 130px; height: 65px;}

/*-----LOGIN ---------*/
.login {
	width: 500px;
	height: 151px;
	margin: 10px;
	margin-left: 00px;
	margin-top: 20px;
	color: #7C7C7C;

}
.login h1 {
	color: white;
	font-size: 14px;
}

.login form {
	padding: 0;
	margin: 0;
}
.login fieldset {
	border: 0;
	padding: 0px 70px 0 60px;
	margin: 0;
}
.login input  {
	background: #505050;
}
.login input.in  {
	width: 165px;
	float: left;
	margin: 2px 0 2px 0;
	color: white;
	font-weight: normal;
	border: 1px solid black;
	font-size: 12px;
}

.login label {
	width: 136px;
	color: white;
	float: left;
	margin: 2px 0 2px 0;
	
}
.login br {
	clear: left;
	height: 1px;
}
.login input.sub {
	margin: 10px 0 0 0;
	padding: 2px 20px 6px 20x;
	color: #aaaaaa;
	border: 0;
	height: 24px;
	font-weight: normal;
	width: 100px;
	font-size: 13px;
	background: url(img/submit.jpg) repeat-x;
	
}


