/* ==== struktura ===== */

#body1200{
	width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
	}
#body1200_szeroki{
	width: 1200px;
	margin: 0 auto;
	background-color: #dddddd;
	}

.kolumna-01 {
    width: 800px;
    margin-right: 10px;
    margin-left: 5px;
    float: left;
    display: inline;
}	
	
/* ==== BOXY ===== */

.box1200{
	margin-top: 3px; 
	margin-bottom: 8px; 
 	border-radius: 7px;	
	font-family: tahoma,Arial,sans-serif;
}
.box1200_belka{
	height: 25px; 
	background: linear-gradient(#eeeeee, silver); 
	margin-bottom: 5px; 
	border-radius: 5px;
	padding: 5px;
}
	.box1200_belka a	{
		text-decoration: none;
		color: white;
		}
	.box1200_belka a:hover {
		text-decoration: underline;
		color: white;
		}
		
.box1200_tytul{
  	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 5px;
    font: 20px tahoma, Arial, sans-serif;
    color: #505050;
}
.box1200_ototytul{
	background-image: url('http://www.common.otomedia.pl/layout/Oto.png');
	background-position: 0px 0px;
 	background-repeat: no-repeat;
  	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 55px;
    font: 20px tahoma, Arial, sans-serif;
    color: #505050;
}
.box1200_ototytul_szare{
	background-image: url('http://www.common.otomedia.pl/layout/Oto_szare.png');
	background-position: 0px 0px;
 	background-repeat: no-repeat;
  	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 55px;
    font: 20px tahoma, Arial, sans-serif;
    color: #505050;
}
.box1200_tytulgaleria{
    background-image: url('http://www.common.otomedia.pl/layout/Oto.png');
	background-position: 0px 0px;
 	background-repeat: no-repeat;
  	margin: 0px 0px 10px 0px;
  	padding: 0px 0px 0px 55px;
    font: 20px tahoma, Arial, sans-serif;
	color: white;
    text-decoration: none;
}

.box1200_galeria_art{
	margin-bottom: 10px;	
	margin-left: 4px;
    margin-right: 4px;
}
    .box1200_galeria_art:hover{
            box-shadow: 1px 1px 6px silver;
    }
.box1200_galeria_art_foto{
	margin-top: 2px;
	margin-right: 8px; 
	max-width: 160px; 
	max-height: 110px;
 	border-style: none;
 	float: left;
}
.box1200_galeria_art_tytul{
	font: bold 16px/18px Tahoma,Arial,sans-serif; 
	color: #ffffff;	
	margin-bottom: 10px;
}
	.box1200_galeria_art_tytul a{
		text-decoration: none;
		color: white;
	}
	.box1200_galeria_art_tytul a:hover {
		/*text-decoration: underline;*/
		color: yellow;
	}
	.box1200_galeria_art_tytul small{
		font: normal 12px/14px Tahoma,Arial,sans-serif;
	}
.box1200_galeria_art_lead{
	font: normal 14px/16px Tahoma, Arial, serif; 
	color: #CCC;
}