
body{
	background-color: black ;
	color: silver;
	background: url('plyta002.jpg')  ;
	font-family: Verdana, Arial ;
}

.site{
	width: 1200px;
	margin: 0px auto ;
	background-color: black ;
	box-shadow: 0px 0px 3px 3px #555 ;
	padding: 10px ;
}

/**
.menu
{
	height: 100px;
}
**/

.plyta{
	background: url('plyta002.jpg');
}
.baner
{
	background: url('banner_site.jpg') no-repeat ;
	width: 1200px;
	height: 460px;
	
}
/*
.menu .menuitem
{
	border-radius: 15px;
	background-color: black ;
	width: 250px;
	height: 50px;
	text-align: center ;
	margin: 5px;
	float: left ; 
	box-shadow:         3px 0px 3px -2px white;	

}
*/

a{
  text-decoration: none ;
  color: green ;	
}

a:hover{
  text-decoration: underline ;
}

/**
.menu .menuitem a
{
background: #45484d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	float: left ; 
	width: 290px;
	height: 40px;
	margin: 5px;
	text-align: center ;
	border-radius: 15px 0px 0px 0px;
	
	color: red ;	
	text-decoration: none;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold ;
	text-shadow: 1px 1px #111, -1px -1px #aaa;
}
**/

.left_content
{
	float:left ;
}

.right_content
{
	float:left ;
	width: 968px;
}

.main_content
{
	font-size: 2em;
}

.main_content table{
	width: 100% ;

}

.main_content table tr td  
{
	padding: 5px;
}
.main_content table tr td a 
{
	text-decoration: none ;
	color: green ;
}
.main_content table tr td a:hover{
	text-decoration: underline;
}

.main_content table tr.tr1
{
	background-color: #222 ;
}

.adres
{
	box-shadow: 3px 3px 5px 0px #555 ;
	padding: 25px; 
	float:left;
	margin:20px; 
	text-align:center;

}

.adres h3 
{
	background-color: blue ;
}

/**
.kontakt
{
	width: 194px;
	border: 3px solid black ;
	border-radius: 10px;
	text-align: center; 
	margin: 15px;
	background:url('plyta.jpg');
}

.kontakt h2
{
	background-color: red ;
}
**/

