﻿
#srodek{
	font-size: 9pt;
	}

#srodek a{
	color: #2178a5;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

#srodek a:hover{
	text-decoration: underline;
	}


#srodek img{
	margin-left: 10px;
	float: right;
	width: 120px;
	height: 80px;
	}

.waga{
	float: left;
	width: 435px;
	height: 140px;
	}

.waga1{
	float: right;
	width: 435px;
	height: 140px;
	}

.waga2{
	clear: both;
	width: 435px;
	height: 140px;
	margin-left: 217px;
	}

/* menu gdzie są rodzaje wag...*/
  
  #menuwag {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	font-size: 9pt;
    list-style-type: none;
	width: 915px;
	}

    #menuwag ul {
		float: left;
		list-style-type: none;
		
    }

    #menuwag li {
       float: left;
	   padding-bottom: 5px;
	   border-bottom: solid 2px #2178a5;
    }

    #menuwag li a {
       margin: 0px;
	   font-weight: bold;
	   display: block;
       width: 192px;
	   height: 20px;
       padding: 5px 0px 0px 30px;
	   color: black;
       text-decoration: none;
	   
    }

    #menuwag li a:hover { 
	   text-decoration: underline;
    }


/* koniec menu */

