/* made by ML */

/* Main */

body {
	margin: 0 0 50px 0;
	padding: 0;
	color: #BB9D5F;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	line-height: 130%;
	text-align: center;
}

td {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
}

a, a:active, a:visited {
	color: #BB9D5F;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #F4E7CC;
	text-decoration: underline;
}

/* Layout */

div#container {
	width: 900px;
	position: absolute;
  margin: 0 auto 0 auto;
  top: 75px;
	left: 0;
	_left: 50%;
	_margin-left: -450px;
   right: 0;
	border: 1px solid #A38837;
	background-color: black;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
}

div#container2 {
	width: 900px;
	position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 75px;
	left: 0;
	_left: 50%;
	_margin-left: -450px;
   right: 0;
	border: 1px solid #A38837;
	background-color: black;
	text-align: left;
	padding-bottom: 15px
}

div#topmenu {
	width: 900px;
	position: absolute;
   margin: 0 auto 10px auto;
   top: 45px;
	left: 0;
	_left: 50%;
	_margin-left: -450px;
   right: 0;
	text-align: right;
}

div#logo {
	z-index: 1;
	width: 168px;
	height: 94px;
	position: absolute;
   top: -88px;
   left: 40px;
	_left: 43%;
	right: 0;
	margin-left: auto;
   margin-right: auto;
	margin-top: 30px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
}

div#menu {
	width: 180px;
	float: left;
}

div#content {
	margin-left: 207px;
	margin-top: 80px;
	margin-bottom: 25px;
	width: 420px;
	line-height: 150%;
}

div#kosik {
	margin: 20px 20px 3px 0;
	_margin: 20px 10px 3px 0;
	background-color: #4A3E26;
	color: #DBBA73;
	float: right;
	width: 250px;
	padding: 15px;	
}

div.korunka {
	float:left;
	width:110px;
	margin-right:10px;
	color:#F0E6C8;
	text-align: center;
}

/* Headers */

h1 {
	color: #BB9D5F;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
}

h2 {
	color: #E1CC95;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
}

/* Forms */

form {
	margin: 0;
	padding: 0;
}

input.prihlasenie {
	background-color: #967E4E;
	border: 1px solid #E3BE77;
	color: #F4E7CC;
	margin: 3px;
}

input.pocet {
	background-color: #967E4E;
	color: #F4E7CC;
	width: 40px;
	border: 0;
	font-size: 11px;
}

/* Images */

img.potvrdit {
	margin-left: 115px;
}

/* Tables */

tr.light {
	background-color: #DDBB73;
}

tr.light td {
	color: #4A3E24;
	border-bottom: 3px solid black;
	padding: 5px 0 5px 0;
	text-align: center;
}

tr.dark {
	background-color: #4A3E26;
}

tr.dark td {
	color: #DDBB73;
	padding: 5px 0 5px 0;
	text-align: center;
	border-bottom: 3px solid black;
}

tr.dark td.biela {
	color: #fff;
	font-weight: bold;
	text-align: left;	
}
