@charset "utf-8";
body  {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	background: #383838;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}


#obrazek_cs {
	position:absolute;
	background: url(../images/prodano-sikmo-big.png) no-repeat center center;
}
#obrazek_en {
	position:absolute;
	background: url(../images/prodano-sikmo-big.png) no-repeat center center;
}
#obrazek_de {
	position:absolute;
	background: url(../images/prodano-sikmo-big.png) no-repeat center center;
}
#obrazek_ru {
	position:absolute;
	background: url(../images/prodano-sikmo-big.png) no-repeat center center;
}


h1 {
	font-size:1.5em;
	pading:0 0 0 0;
	margin: 5px 0 0 0;
	color:#464646;
}
	
#container { 
	width: 1150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /*ram s ramcema*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 1150px;
	height: 170px;
}
#header .headerBackground {
	width:1150px;
	height:150px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 70px 40px 0 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:left;
	font-size:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:12px 0px 20px 20px;
}
#sidebar1 a, #mainContent a {
	color:#464646;
	font-weight: bold;
}


#mainContent { 
	margin: 30px 100px 10px 240px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}



.artPicFrame {
	float:left;
	width:200px;
	height:150px;
	margin:0 10px 5px 0;
	}


.artPic { /*zobrazuje obrazek k predmetu*/
	height:150px;
	margin:0 20px 10px 0;
}
.artPicThumb { /*zobrazuje obrazek k predmetu*/
	float:left;
	margin:0 5px 0px 0;
}
.artInfo { /*zobrazuje nezbytny popis*/
	margin: 0 20px 15px 0;
	font-size: 1.3em;
}
.artDetails { /*zobrazuje volitelny popis*/
	font-size: 1.1em;
	margin:0 20px 15px 0;
}
.artFinal { /*zobrazuje vysledek aukce*/
	font-size: 1.1em;
	margin:0 20px 15px 0;
}
.headingUnderline {
  font-size: 2em;
  font-weight: bold;
  width:280px;
  color: #444444;
  padding-bottom: 10px;
  background: url(../images/h2-back.gif) bottom repeat-x;
  position: relative;
}
#footer { 
	height:30px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
	color: #FFFFFF;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:8px;
	margin:0 0px 0 0;
	text-align:center;
} 
.footerLink  {
	color:#a29889;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
.sold {
	width:50%;
	height:50%;
	background: url(../images/sold.png) left top;
	}
	

#navcontainer {
	margin:0px 0px 0px 0px;
	width:1150px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	height: 38px;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}

#navcontainer lang {
	display: block;
	padding-right: 5px;
	margin-top:5px;
	padding-bottom: 2px;
	float: right;

	}

#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:1.5em;
	padding:5px 5px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
/*end main menu*/
/* begin border corners - hranate*/

.t_r {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;}
.b_r {background:url(../images/dot.gif) 0 100% repeat-x}
.l_r {background:url(../images/dot.gif) 0 0 repeat-y}
.r_r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl_r {background:url(../images/bl.gif) 0 100% no-repeat}
.br_r {background:url(../images/br.gif) 100% 100% no-repeat}
.tl_r {position:relative; background:url(../images/poradi.png) -60px -60px no-repeat;}
.tr_r {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/

/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {}
.br {}
.tl {position:relative; background:url(../images/poradi.png) -60px -60px no-repeat;}
.tr {padding:1px 20px} 
/* end border corners - hranate*/


/* begin news border corners - hranate*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {}
.n_br {}
.n_tl {}
.n_tr { padding:1px 20px} 
/* end news border corners - hranate*/


/* begin news border corners */
.n_r_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_r_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_r_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_r_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_r_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_r_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_r_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/



#box-table-a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	text-align:left;
	border-collapse:collapse;
	padding:10px;
	margin: 0px 20px 20px 20px;
	width:auto;
	}
	 #box-table-a th{
	 font-size:13px;
	 font-weight:normal;
	 background:#b9c9fe;
	 border-top:4px solid #aabcfe;
	 border-bottom:1px solid #fff;
	 color:#039;
	 padding:4px;
	 }
	 #box-table-a td{

	 color:#353535;
	 border-top:1px solid transparent;
	 padding:3px;
	 } 
	 
	 .odd{
		margin:1px 1px 1px 1px;
		
		text-align:left;
		}
	
	 .even{
		margin:10px 1px 10px 1px;
		
		text-align:left;
		}
	 
	 #box-table-a .default{
	 background:#e8edff;
	 }
	 
	 #box-table-a .removed{
	 background:#ffdada;
	 }
	 #box-table-a .notify{
	 background:#deb6ff;
	 }
	 #box-table-a .activated{
	 background:#d4ffba;
	 }

.nice-btn-obrazy {
		
		font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		font-size:15px;
		width:100%;
		height:100%;
		
		color:#c00000;
		padding:0px 1px 15px 1px;
		margin:-1px;
		text-align:center;
}

.nice-btn-cat {
		float:left;
		font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		font-size:15px;
		color:#c00000;
		padding-right:0px;
		margin:5px 0px 5px 0px;
		width:270px;
		
		text-align:center;
}

	 
.nice-btn {
		display: inline;
		font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		font-size:24px;
		width:50%;
		height:50%;
		background:url(../images/nice-btn-bg.jpg) repeat-x left top; 
		color:#c00000;
		padding:10px;
		text-align:center;
}

.clean-yellow-msb{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
.clean-ok-msb{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
.clean-error-msb{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	
.legislativa-imp{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		font-weight:bold;
		color:#CC0000;
		margin:4px;
		padding:4px;
		text-align:left;
	}
	
	
		input.submit,button,input[type=submit],input[type=button],input[type="file"]>input[type="button"] {
			color: #000;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background-color: #e6e6e6;
			border: 1px
			solid #ccc;
			font-size: x-small;
			padding: 4px 8px;
			vertical-align: top;
			cursor: pointer;
		}
		
		input.submit:hover,button:hover,input[type=submit]:hover,input[type="file"]>input[type="button"]:hover {
			background-color: #d5d5d5;
		}
		
		#profilebox_outer {
		
		}

		#profiletext {
			font-size: 0.9em;
			padding-top: 5px;
			padding-left: 10px;
			text-align: left;
			float: left;
			width: 500px;
			margin-top: -8px;
		}
		
		
		
		
		input.itemsubmit {
			background-color: #b83f1a;
			font-size: 2em;
			color: #fff;
			font-weight: bold;
			margin: 15px 0 15px 0;
			padding:10px;
			border: 1px solid #7c2209;
			width: 175px;
			cursor: hand;
		}
		input.itemsubmit:hover {
			background-color: #b8713c;
		}
		
		input.obrazsubmit {
			background-color: #8b8d8a;
			font-size: 2em;
			color: #fff;
			font-weight: bold;
			margin: 15px 0 15px 0;
			padding:10px;
			border: 1px solid #a1a29f;
			width: 175px;
			cursor: hand;
		}
		input.obrazsubmit:hover {
			background-color: #cfd0cd;
		}
		
		
		
		input.profilesubmit {
			background-color: #74CA00;
			font-size: 2em;
			color: #fff;
			font-weight: bold;
			margin: 15px 0 10px 0;
			border: 1px solid #0f0;
			width: 160px;
			cursor: hand;
		}
		input.profilesubmit:hover {
			background-color: #8CF500;
		}
		
		
	
		#itembox {
			background-color: #ffc7ac;
			border: 1px solid #b46a45;
			margin-top: 10px;
			padding: 10px;
			vertical-align: middle;
			text-align:center;
			margin-bottom: 15px;
		}
		
		#itembox h1,#profilebox h2 {
			font-weight: normal;
		}
		
		#obrazybox {
			background-color: #e4e4e4;
			border: 1px solid #808080;
			margin-top: 10px;
			padding: 10px;
			vertical-align: middle;
			text-align:center;
			margin-bottom: 5px;
		}
		
		#obrazybox h1 {
			font-weight: normal;
		}
		
		
		#profilebox {
			background-color: #feffdf;
			border: 1px solid #626161;
			margin-top: 10px;
			padding: 10px;
			vertical-align: middle;
			text-align:center;
			margin-bottom: 5px;
		}
		
		
		
		
		#profilebox h1,#profilebox h2 {
			font-weight: normal;
		}
	
