html 
{
	height: 100%;
}
body
{
	background-color: white;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, serif, sans-serif;
	text-align: left;
	height: 100%;
}

h1
{
	font-size: 12px;
	font-weight: bold;
}

table,p,body,div, input, select
{
	font-size: 11px;
	color: black;
}

input, textarea, select
{
	border: 1px solid black;
	background-color: white;
}

img, form
{
	padding: 0;
	margin: 0;
	border: 0;
}

img[src]
{
	margin: 0;
}

.main_table
{
	width: 1001px; 
	margin: 0 auto 0 auto; 
	padding: 0px; 
	border:0px;
}

.main_tr
{
	height:455px;
	width:1001px;
}
.top
{
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 145px;
	padding: 0;
	margin: 0;
	border-bottom:1px #777777 solid;
	width:1001px;
}


#left
{
	text-align: left;
	padding: 0px;
	width: 185px;
	background-color: #d7d7d7;
	vertical-align: top;
	border:0px;
}

#middle
{
	text-align: left;
	padding:0;
	margin:0;
	vertical-align: top;
	background-image: url(../img/stopka.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	

}

#right
{
	width: 32px;
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
	
}	




div.middle_inside
{
	padding: 5px;
	width:735px;
}

div.menu
{
	float: left;
	padding: 4px 6px;
	border-bottom: 1px solid #808080;
	background-color: white;
	text-align: center;
	color: #0d0a43;
	font-weight: bold;	
	margin-bottom: 3px;
}

div.search
{
	margin: 0px 6px;
	float: left;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #d7d7d7;
	text-align: center;
	color: #1081b9;
	font-weight: bold;	
}

div.title
{
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	padding: 5px;
	padding-top:3px;
	text-align: center;
	color: #0d0a43;
	font-weight: bold;
  width:180px;	

}

div.menubox
{

	padding: 5px;
	border: 1px solid #808080;
	background-color: white;
	color: #1081b9;
	font-weight: bold;	
	width: 180px;

}

div.inside
{
	padding: 5px;
	text-align: justify;
}

.center
{	
	text-align: center;
	margin: 2px;
}



/* links */

a:link 
{
	text-decoration: none;
	color: black;
   	background: transparent;
}
a:visited 
{
 
  	text-decoration: none;
	color: black;
   	background: transparent;
 }
a:hover 
{
	text-decoration: none;
	color: #44819E;
	background: transparent;
}
a:active 
{
	text-decoration: none;
	color: #44819E;
	background: transparent;
	
}

a.menu:link 
{
	text-decoration: none;
	font-weight: normal;
	color: #0d0a43;
   	background: transparent;
}
a.menu:visited 
{
 
  	text-decoration: none;
  	font-weight: normal;
	color: #0d0a43;
   	background: transparent;
 }
a.menu:hover 
{
	text-decoration: none;
	color: #44819E;
	background: transparent;
}
a.menu:active 
{
	text-decoration: none;
	color: #44819E;
	background: transparent;
}

ul.Katalog
{

	padding: 0px;
	margin: 0px;
	}
	
.black
{color: black;}

/* MENU */

ul.sitemap
{
 margin: 0 0 0 10px;
 padding: 0 0 0 0px;
}
li.up{
 background: transparent url('../img/ca_up.gif') no-repeat;
 list-style-type: none;
 margin: 0 0 0 0px;
 padding: 0 0 0 11px;
}

li.down{
 background: transparent url('../img/ca_down.gif') no-repeat;
 list-style-type: none;
 margin: 0 0 0 0px;
 padding: 0 0 0 11px;
}
