body{
	margin: 0px; padding: 0px;
	font-size: 14px; font-family: Tahoma, Verdana, arial, sans-serif; font-weight:normal;
	color:#ffe2b6;
	background:#000;
	width:100%;
	text-align:center;
}

a{
	font-weight:bold;
	color:#ffcc00;
	text-decoration:underline;
}

a:hover{
	color:#fff;
}

.gimg{
border:2px #fc0 solid;
}

#root{
	margin: 0px auto;  
	width: 890px;
	position: relative;
	text-align: left;
	background:#000;
	/* top:-19px; */
}

#bkgb1{
	position:absolute;
	width:13px; height:798px;
	background: url('gui/bb1.png') no-repeat;
	z-index:5;
}

#bkgb2{
	position:absolute; right:0px;
	width:15px; height:798px;
	background: url('gui/bb2.png') no-repeat;
	z-index:5;
}

#menu{
	position:relative;
	padding:0px 15px 0px 13px;
}

#logo{
	position:relative; top:-3px;
	padding:0px 15px 0px 13px;
	width:862px; height:187px;
	background: url('gui/logo.png') 13px 0px no-repeat;
}

#seed{
	position:relative; top:-3px;
	padding:0px 15px 0px 13px;
	width:862px; height:56px;
	background: url('gui/h.png') 13px 0px no-repeat;
}

h1{
    margin:0px;
	padding:16px 0px 0px 23px;
	font-size: 18px; font-family: Tahoma, Verdana, arial, sans-serif; font-weight:bold;
	color:#ffecce;
}

h2{
	margin:0px; padding:0px 0px 20px 0px;
	font-size: 16px; font-family: Tahoma, Verdana, arial, sans-serif; font-weight:bold;
	color:#ffcc00;
}

h3{
	margin:0px; padding:0px 0px 6px 0px;
	font-size: 16px; font-family: Tahoma, Verdana, arial, sans-serif; font-weight:bold;
	color:#ffdd22;
}

#podpis h3{
	margin:0px; padding:0px;
	font-size: 16px; font-family: Tahoma, Verdana, arial, sans-serif; font-weight:bold;
	font-style:italic;
}


.red{
	color:#d91c1a;
}

#content{
	position:relative; top:-3px;
	padding:0px 15px 0px 13px;	
	background:#271f1f;
}

#subcontent{
	background:#1c1c1c url('gui/cb.jpg') no-repeat;
}

#contenttxt{	
	padding:26px 30px 26px 30px;
}

#podpis{
	text-align:right;
}

.hra{
	font-size:12px;
}

.chyba{
	height:380px;
}

#footer{
	position:relative; 
	padding:0px 15px 0px 13px;
	height:36px;
	background:#271f1f url('gui/fb.png') 13px 0px repeat-y;
}

#subfooter{
	padding:2px 22px 0px 0px;
	text-align:right;
	font-size:11px; color:#393939;
}

#subfooter a{
	font-size:11px; color:#393939;
}

#subfooter a:hover{
	font-size:11px; color:#696969;
}


