@charset "utf-8";
/* CSS Document */
html {
  height:100%;
}


body
{
    font-family: Times New Roman;
	font-size:12px;
    background: url(images/sajtbg.jpg) #FFF repeat-x;
    margin: 0px;
}


a
{
    color: #960014;
	text-decoration:none;
}

a:hover
{
    color: #3348a3;
}
a img
{
    border: 0px;
}


img{
	border:none;
}

#shape
{
	height:96px;
    border-right: 1px solid #3A635E;
    background: url(images/bgheader.gif) repeat-x top;
	margin:0px;
	margin-right:30px;
	overflow:hidden;
	min-width:900px;
	width: expression(this.scrollWidth < 900 ? "900px" : "auto");
	
}

	#text_logo
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		color:#FFF;
		text-align:center;
		padding-top:25px;
	}

#top_line
{
   height:23px;
   border: 1px solid #3A635E;	
   margin-left:30px;
   margin-right:30px;
   background-image:url(images/bgunderheader.gif);
   text-align:right;
   min-width:870px;
   width: expression(this.scrollWidth < 870 ? "870px" : "auto");
}


#content
{
	margin-left:30px;
	margin-right:30px;
	padding-left:220px;
	padding-bottom:20px;
	min-width:650px;
	width: expression(this.scrollWidth < 650 ? "650px" : "auto");
	min-height:600px;
	background-color:#FFF;
    border-left: 1px solid #3A635E;
    border-right: 1px solid #3A635E;
	background-image:url(images/bgcenter.gif);
	background-repeat:repeat-x;
}

	#menu{
		margin-left:-220px;
		float:left;
		width:200px;
		minwidth:200px;
	}
	#rekvizit
	{
		width:200px;
		margin-left:10px;
		float:left;
	}
	#reklama_left
	{
		width:150px;
		margin-top:30px;
		margin-left:26px;
		text-align:center;
		float:left;
	}
	#login	
	{
		width:180px;
	    border: 1px solid #3A635E;
		margin-left:10px;
		margin-top:30px;
	}
	
		#reklama
		{
			padding-top:30px;
			height:66px;
			text-align:center;
			font-size:30px;
		    color: #960014;
		}

* html #reklama {
		height:96px;
}


		#data
		{
			background-color:#ebf5f4;
	    	border: 1px solid #3A635E;
			border-right: 0px;
			min-height:800px;
			height:expression(this.scrollHeight < 800? "800px" : "auto");			
			text-align:center;
			overflow:auto;
		}
		
			#data table
			{
				border: 1px solid #3A635E;
				margin:auto;
				margin-top:20px;
				margin-bottom:20px;
			}

			#data td
			{
				padding:5px;
			}
			
			#source_id
			{
				width:320px;
			}

		#data_pop
		{
			background-color:#ebf5f4;
	    	border: 1px solid #3A635E;
			text-align:center;
		}
		
			#data_pop table
			{
				border: 1px solid #3A635E;
				margin:auto;
				margin-bottom:20px;
			}

			#data_pop td
			{
				padding:5px;
				text-align:left;
			}


			#toolbar table		
			{
				border: 0px;
				margin:0px;;
			}
			#toolbar td
			{
				padding:0px;
			}
		
			#data_line
			{
			   height:23px;
			   border-bottom: 1px solid #3A635E;	
			   background-image:url(images/bgunderheader.gif);
			   margin-bottom:25px;
			   text-align:right;
			}
				#data_line img
				{
					margin-top:-22px;
					margin-right:2px;
					position:relative;
				}
			


#down{
	height:36px;
    border: 1px solid #3A635E;
	background-color: #90CCCA;
	margin:0px;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	margin-left:30px;
	margin-right:30px;
	min-width:870px;
	width: expression(this.scrollWidth < 870 ? "870px" : "auto");
	
}

	#copyr{
		width:575px;
		text-align: right;
		float:right;
	}



.tab{
	padding-left:5px;
}

.tab_menu{
	padding-left:10px;
}

.tab_menu_light{
	background-color:#ADDCDC;
	padding-left:10px;
}

.zag{
	background-color:#90CCCA;
}

.but
{
	background-color:#72a7a4;
	color:#FFF;
    border: 1px solid #FFF;
	width:70px;
	height:23px;
}